Vscode Posts
10 VS Code Extensions You Need Today
Let's talk about ten Visual Studio Code extensions that every developer, regardless of language or platform, can benefit from using today.
Communication between containers using docker compose in Windows
In production, our application on a Pi communicates with a Restful API that lives at our clients main office. However, while debugging we need to run them side-by-side. So, docker-compose to the rescue (I think.)