About 44 results
https://rednafi.com/python/debug-dockerized-apps-in-vscode/ · 22 Dec 2023
Set up VSCode debugger for containerized Python applications using debugpy. Step-by-step guide with Docker Compose and launch configurations.
https://blog.nove-b.dev/posts/setup-docker-mysql-golang-webapi · 1 Dec 2023
普段フロントエンドをメインとしているので、バックエンドの環境構築に疎い。 今まではFirebaseを使用することが多く、前回はじめてNestJSで本格的にバックエンドの構築をした。 とは言えNes...
https://matteogassend.com/articles/test-with-dagger · 15 Oct 2023
Have you ever had to implement a CI/CD pipeline and then proceed to push to a repository 10/20 times just to see if the pipeline works correctly? Well, this ends today! Dagger (not the stabby kind) Dagger's tagline is CI/CD as Code that Runs Anywhere I...
https://matteogassend.com/articles/taming-the-whale · 9 Mar 2023
import CodeSandbox from '../../components/mdx/CodeSandbox.astro' import Youtube from '../../components/mdx/Youtube.astro' Have you ever had to work on a project that requires lots of parts that need to be installed separately? And one of those parts refus...
https://blog.nove-b.dev/posts/resolve-hot-reload-issue-wsl-docker · 15 Feb 2023
Dockerで立ち上げたサーバーが遅すぎる。 「はい、サーバーが立ち上がるまで、5分かかりました」 なんていう先生の声が脳内でリフレインする。 コマンドを打った後の話である。 何が言...
https://blog.nove-b.dev/posts/enable-hot-reloading-dockerized-nextjs-nestjs · 12 Feb 2023
Dockerで環境構築したファイルを変更してもブラウザで表示が変更されない そもそも作成した環境は下記記事の通り。 DockerでnextJsとnestJsの環境構築をする で、色々検証してみた結果、Docker...
https://blog.nove-b.dev/posts/setup-nextjs-nestjs-docker · 8 Feb 2023
NextJsとNestJsをDockerで立ち上げる あくまでもDockerのハンズオンなので別に何でもいいのだが、どうせならということで、次に考えている構成でやってみることにした。 ちなみに【環境構築】...
https://blog.nove-b.dev/posts/install-docker-windows11 · 5 Feb 2023
Windows 11 HomeにDockerをインストールする 先人の知恵を借り、やってみる。 WSL2/Linuxをインストールする Dockerを起動させるにはLinux OSが必要になる。そこで「Windows Subsystem for Linux」、通称WSLを...
https://blog.nove-b.dev/posts/getting-started-docker-study · 29 Jan 2023
※この記事を書いているのはフロントエンドを専門にしているので、バックエンド側の「いろは」は何も知りません。 フロント専がDockerとはいったいと頭を抱えつつ、ざっくり入門する記事...
https://rednafi.com/python/django-and-jupyter-notebook/ · 14 Jan 2023
Connect Jupyter Notebook to Dockerized Django apps using ipykernel and django-extensions for interactive debugging and data exploration.