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