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

その他

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

続きを読む

更改 Jenkins 工作空间

关于如何更改 Jenkins 工作空间的资源相对较少。以下是两种方法: 方法一:在作业中使用自定义工作空间 方法二:更改 jenkins.xml 文件中的主目录 注意:更改主目录后,需要重新启动并重新设置。 按照上述步骤 ...

続きを読む

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

続きを読む

APIサーバ責務の分離:設計例

APIサーバを設計する際、各層の責務を明確に分離することで、保守性や拡張性を向上させることができる。ここでは、APIサーバの代表的な設計パターンを例に、各層の役割とその連携の流れを解説する。 1. Httpリクエストとレ ...

続きを読む

ローカルホストへのHttpリクエスト等の接続ができない時(社内FW等が原因で)

プロキシ設定やファイアウォール(FW)の影響で、ローカルホスト(localhost)や 127.0.0.1 に対する接続がブロックされている場合がある。このような状況では、環境変数にNO_PROXYを追加することで、プロ ...

続きを読む

ざっくりOAuth2.0とOpenID Connectについて

・OAuth2.0: 認可の仕組み、ユーザーが自分のリソースへのアクセス権を第三者に許可するために使用される。 ・OpenID Connetct: 認証の仕組み、ユーザーが自分のアイデンティティを確認するために使用される ...

続きを読む