๐ "Becoming a Docker Therapist" latest on #GeekCoderJournal!
๐ณ Encounter issues with Docker Desktop 2.25 & WSL2? New post looks into solutions when using Terraform for Azure!
https://t.co/4I2gBAlczL
#DevOps#Docker#WSL2#Terraform#Azure
๐ Navigate the quirks of Docker with GeekCoder Journal! My latest post delves into unique Docker challenges and my 'treatment' methods. Perfect for those eager to master Docker's intricate behaviors. Read more ๐ https://t.co/UYhYVdiNTM #DockerTherapy#DevContainer
How to set up named volumes for ClickHouse on Docker to improve the Developer Experience? My post "Named Volumes for ClickHouse Container" explains why and how.
https://t.co/RUlc3qo0uf
#SoftwareEngineering#docker#ClickHouse
Running multiple containers that interact with each other? "Docker Virtual Networking" provides an introduction including free-to-use source code. https://t.co/sP2ZJz3itu #SoftwareEngineering#Docker
Port mapping with Docker is a critical concept for running multiple containers, e.g. dependencies like db servers. "Port Mapping with Docker" provides a gentle introduction with concrete examples https://t.co/00YblZGEIO #SoftwareEngineering#Docker#DockerCompose
Having a simple, standardized dev environment allows developers focusing on delivering value. Regularly reviewing the dev environment helps keeping it up to date https://t.co/YYVJtmUqyK #SoftwareEngineering#Docker#TypeScript#VSCode
Using a dev container for TypeScript? The article "Advanced Dev Container Configuration for TypeScript" makes suggestions for improving configuration, quality and productivity https://t.co/LSPrmYhfpH #SoftwareEngineering#TypeScript#Docker#VSCode
Testing event handlers in C# can be tricky. Using reflection, the article "Testing Event Handlers in C#" shows one technique for improving testability https://t.co/ho2rP6gVC7 #SoftwareEngineering#csharp#Dotnet#testing#unittest
"Creating a Dev Container for TypeScript and VS Code - Part 2" covers topics such as creating a console app, a web, removing version prefixes in package.json, upgrading all npm package with a single command https://t.co/LUySNY0N0H #SoftwareEngineering#Docker#TypeScript
Keycloak is an identity provider (IDP) that offers OpenID Connect (OIDC) compliant authentication. "Containerized Keycloak in Development" demonstrate how to set it up in our own dev environment. https://t.co/KrUXpAudsn #SoftwareEngineering#Keycloak#Docker
Working with VS Code and TypeScript? Part 1 of "Creating a Dev Container for TypeScript and VS Code" shows how to set up a full-time Node.js dev container to minimize installation time https://t.co/OUydD27KZ8 #SoftwareEngineering#Docker#TypeScript#VSCode
To use Docker containers in a meaningful way, it is critical to understand how port mapping works. "Port Mapping with Docker" provides a gentle introduction including source code and an example https://t.co/mWURxBCUrY #SoftwareEngineering#Docker
Open Policy Agent (OPA) is a flexible yet robust solution for policy-based authorization. "Using Open Policy Agent with Express.js" shows how to use it in Node.js with TypeScript https://t.co/yNgZHzG3Qn #SoftwareEngineering#OpenPolicyAgent#Expressjs
Want to run a quick experiment with express.js? "A Dev Container Template for Typescript and Express.js" gives you a free example and detailed info how to create it https://t.co/XyLnNPf8HB #SoftwareEngineering#Docker#ExpressJs
Running multiple containers that interact with each other? "Docker Virtual Networking" provides an introduction including free-to-use source code. https://t.co/sP2ZJz3itu #Docker#SoftwareEngineering
Port mapping with Docker is a critical concept for running multiple containers, e.g. dependencies like db servers. "Port Mapping with Docker" provides a gentle introduction with concrete examples https://t.co/00YblZGEIO #softwareengineering#docker
Dev Containers have become common for many developers. Going beyond the basics, this article shares insights for TypeScript development to improve the developer experience towards better quality and productivity https://t.co/LSPrmYhfpH #TypeScript#DevContainer#VSCode#Docker
Writing more efficient code helps providing better value and better user experience as Wendie Sun shows in her well-written article "Changing Async/Await to Promises.all to Speed Up API Calls in Node.JS" https://t.co/UaxNXesiWS @gitconnected#productivity#programming#quality
In his article "Test-Driven vs REPL-Driven Development" Erik Engheim discusses the merits of REPL-driven development over TDD. I think both are different tools offering different advantages to software engineers. https://t.co/Behr8ned9F #quality#productivity#software#TDD
Continuously improving productivity can be in the little things. @saranshk shows how to make use of VS Code snippets to reduce the amount of typing. One more way how to create boilerplate code fast and easy.
https://t.co/y2717qkERp #vscode#programming#productivity