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

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へコピーし、実行時のオプションで独自の設定ファイルを参照するようにする。

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

Featured image of the post

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

Featured image of the post

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

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

Featured image of the post

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

IntelliJ IDEA CEでSpringBootのホットリロードを設定する

Featured image of the post

Build project automaticallyとAllow auto-make to start even if developed application is currently runnnigを有効化する必要がある。

【Remix】Tests closed successfully but something prevents Vite server from exiting

Featured image of the post

RemixのViteプラグインは、VitestやStorybookで使うように設計されていないことが原因。

【Remix】Vitestを導入し、テストカバレッジを表示する

Featured image of the post

RemixにVitestを導入し、ユニットテストの環境構築を行う。