リモート開発メインのソフトウェア開発企業のエンジニアブログです

2022年12月の記事一覧

How to setup Next.js on Docker?

December 26, 2022

posted by Bunlong

In this article we are going to show you how to setup React in docker container as well as how to setup Node.j ...

続きを読む →

Reduce the Time Taken for the Testing using Jest and CircleCI Parallelism

December 21, 2022

posted by Bunlong

In this article we are going to show you how to reduce the time taken for the testing in our app using Jest an ...

続きを読む →

Test React Custom Hooks with Jest and Testing Library

December 13, 2022

posted by Bunlong

Prerequisite Installation Assume that we already installed Jest, Testing Library and SWR. Custom Hook If you d ...

続きを読む →