株式会社readytowork

事業家集団として、事業開発のリーディングカンパニーを目指します。私たちは『共創を推進す…

株式会社readytowork

事業家集団として、事業開発のリーディングカンパニーを目指します。私たちは『共創を推進する』企業であり、大手企業様からスタートアップ、自治体様など幅広い顧客に対してシステム開発の支援しています。私たちはクライアント様の目線に立ち事業開発をしていきます。

最近の記事

Firebaseで管理したユーザーの一括削除

この記事は弊社のフルスタックエンジニア:Narayan Shresthaが作成した記事です。 Firebase, a popular mobile and web application development platform, offers a robust suite of services, including Firebase Authentication, which simplifies user management. As your application

    • Next.js with React Testing Library, Jest, and TypeScript

      この記事は弊社のフルスタックエンジニア:Raj Chaudharyが作成した記事です。 What is the Jest testing library? Jest is a popular JavaScript testing framework, and the “Jest Testing Library” is not a separate entity but typically refers to a testing library called “@testin

      • 10 Api security best practices you must know

        この記事は弊社のフルスタックエンジニア:Ashish Dhakalが作成した記事です。 With the rise of microservices architecture, APIs have become the backbone of modern web applications. However, along with the convenience they offer, APIs also introduce security challenges that

        • SVGアイコンをReactコンポーネントに変換する -SVGR CLI

          この記事は弊社のフルスタックエンジニア:Suraj Subediが作成した記事の日本語翻訳版です。 https://medium.com/readytowork-org/configure-svgr-cli-to-convert-svg-icons-to-react-components-e778fa244bd8 現代のウェブ開発が進化するにつれ、シームレスなユーザー体験を生み出すために使用するツールやワークフローも進化している。SVGファイルをReactコンポーネントに変

        Firebaseで管理したユーザーの一括削除

          ソフトウェアエンジニアとしてやってはいけない7つのこと

          この記事は弊社のチームマネジャー・フルスタックエンジニア:Narayan Shrestha が作成した記事の日本語翻訳版です。 ソフトウェアエンジニアとして、私たちの仕事は、人々の問題を解決し、タスクを簡単にし、生活を向上させるためのソフトウェアを作成・維持することです。しかし、質の高い仕事を提供し、ユーザーのニーズを満たすために避けるべきいくつかのことがあります。この記事では、ソフトウェアエンジニアが「やってはいけない」7つの行動について説明します。 ドキュメントを怠ら

          ソフトウェアエンジニアとしてやってはいけない7つのこと

          Lets Deploy Dockerized Golang App to Google Cloud Run

          クリエイター : Prajwol Kc , 株式会社readytowork ネパール支店 チームマネージャー In this article, we will create a simple golang webapp using microframework fiber. Then we will run in our local system using the docker container. Then after is done on our local syst

          Lets Deploy Dockerized Golang App to Google Cloud Run

          Triggers in MySQL

          クリエイター : Narayan Shrestha , 株式会社readytowork ネパール支店 チームマネージャー Introduction: A trigger in MySQL is a database object that automatically executes a specified action or set of actions in response to certain events occurring in the database. T

          Pinging on Google Cloud VPNs

          クリエイター : Prajwol Kc , 株式会社readytowork ネパール支店 チームマネージャー Here we will establish VPN tunnels between two networks in separate regions such that a VM in one network can ping a VM in the other network over its internal IP address. Explore the

          Pinging on Google Cloud VPNs

          Publishing private NPM packages via GitHub

          クリエイター : Prajwol Kc , 株式会社readytowork ネパール支店 チームマネージャー When using the NPM package, there are certain conditions where we need to install the NPM package that is private and only specific to our use case. This package is tagged as private wh

          Publishing private NPM packages via GitHub

          Hosting Next JS App on Firebase.

          クリエイター : Bishal Bhattarai , 株式会社readytowork ネパール支店長 With Firebase hosting, we can deploy the single-page web application, mobile app landing page, or progressive web app with single deploy command. This article is mostly about deploying th

          Hosting Next JS App on Firebase.

          Creating a custom React UI library and Hosting it on NPM

          クリエイター : Bishal Bhattarai , 株式会社readytowork ネパール支店長 React Libraries are widely used for building User interfaces and there are possibly large UI libraries in react that can be used and integrated into React web projects. It helps us to sav

          Creating a custom React UI library and Hosting it on NPM