14 posts in the “English” category
Spec-Driven Development with AI: A Practical Guide to the GitHub Spec Kit Methodology
October 13, 2025
posted by Ricardo
I recently wrote about using Claude Code Subagents in real projects and how a team of specialized agents colla ...
Claude Code Subagents: A Developer’s Guide to Specialized AI Assistants
August 28, 2025
posted by Ricardo
I’ve been using Claude Code for about a month now, and when Anthropic released subagents, I decided to d ...
How to Create MCP Server Desktop Extension in TypeScript
July 09, 2025
posted by 中の人(管理者)
About two weeks ago, Anthropic announced MCP Server Desktop Extension (DXT), which “makes installing MCP ...
How to Add External Knowledge to Dify
June 30, 2025
posted by 中の人(管理者)
This post explains how to connect external knowledge sources to Dify. Background We have a product that create ...
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 ...