• システム開発に関わる内容をざっくりと書いていく

English

Serverless vs. Containers: How to Choose?

Serverless (such as AWS Lambda) and Containers (Docker, Kubernetes) are both technologies that help streamline ...

続きを読む

Basic Interaction Between Frontend and Backend

1. Basic Interaction Between Frontend and Backend At the core of frontend and backend interaction is the excha ...

続きを読む

A Quick Overview of Dockerfile and Docker Images

Dockerfile A Dockerfile is a blueprint or recipe used to create Docker images. It’s a text file that con ...

続きを読む

Distinguishing Between Functional and Non-Functional Requirements

In software development, requirement definition is a crucial process that directly impacts the success of a pr ...

続きを読む

Granting Permissions to IIS Application Pool Users

When running applications on IIS, errors such as “unable to write logs” may occur. This is often d ...

続きを読む

Changing Jenkins Workspace

Surprisingly, there are few resources that cover this topic. Method 1: Use a Custom Workspace in the Job Metho ...

続きを読む