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

10 posts in the “English” category

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 ...

続きを読む →

How to setup Scala Play framework on Docker?

October 27, 2021

posted by Bunlong

In the previous article we showed you How to setup Scala and SBT on Docker? and in this article we are going t ...

続きを読む →

How to setup Scala and SBT on Docker?

August 26, 2021

posted by Bunlong

In this article we are going to show you how to setup Scala in docker container as well as how to setup sbt an ...

続きを読む →

Bug in the Ansible’s s3_sync module `file_change_strategy` not working and workaround for it

March 29, 2019

posted by issei_m

I’ve described the actual workaround in the very bottom. If you are hasty just jump to: Workaround As of ...

続きを読む →

Build Infrastructures with Terraform

March 10, 2019

posted by renn19

Outline Terraform is a tool for Infrastructure as Code, and there are many types of similar tools. Why do ...

続きを読む →

Using .gitattributes in package distribution in GitHub

January 30, 2019

posted by issei_m

Hi there, how’s it going? This is the second time to write the entry in English for me. Anyway, do you know or ...

続きを読む →

Article 2: How to manage AWS Lambda Functions with Serverless Framework

August 17, 2018

posted by renn19

Topics With the instruction in Article 1, maybe you could define how to create AWS Lambda function and trigger ...

続きを読む →

Article 1:How to manage AWS Lambda Functions with Serverless Framework

July 25, 2018

posted by renn19

Introduction Article 1:How to manage AWS Lambda Functions with Serverless Framework You can use AWS Lambda for ...

続きを読む →