エンジニアを目指す初学者に向けて、わかりやすく解説したブログです。
環境構築

タスクランナーはMakefileよりmiseがおすすめ、ついでに使い方も

Featured image of the post

miseは開発環境構築が非常に楽になるツールなので、非常におすすめである。

NestJSをDockerコンテナ化する(yarnを利用)

Featured image of the post

【Python】uvの環境構築、使い方

Featured image of the post

Pythonのバージョン管理やパッケージ管理を行うことができるツール。

【Python】poetryを使った環境構築

Featured image of the post

Docker Composeによるローカル環境構築をやめた理由5選

Featured image of the post

コスパが悪いと感じたため、ローカルの環境構築でDocker Composeを使うことをやめた。

Claude Codeにローカル起動型のMCPサーバーを接続する

Featured image of the post

claude mcp addコマンドを用いて設定を行う。

MCPサーバーをPythonで自作する

Featured image of the post

mcp[cli]というライブラリを使うと簡単に実装することができる。

【PostgreSQL】Docker環境で任意の設定ファイルを反映する

Featured image of the post

Dockerイメージ作成時に、設定ファイルをDockerへコピーし、実行時のオプションで独自の設定ファイルを参照するようにする。

ClaudeDesktopとNotion MCPを連携するときの詰まったポイント

Featured image of the post

JSONのエスケープとパスを通すことがポイント。

【SpringBoot】CheckStyleをGradleを使って導入する

Featured image of the post

xmlファイルをダウンロードし、build.gradleに設定を追加する。