Nushell `closure`s and higher order function patterns
nushell closure functional-programming
Posted on Thursday, May the 23rd 2024
1 min read
Field Note
Passing multiple build arguments to `docker build` from a `.env` file
docker dotenv build-arguments
Posted on Wednesday, May the 22nd 2024
2 min read
Field Note
The origin of the `.rc` suffix in shell configuration files
shell configuration rc
Posted on Tuesday, May the 21st 2024
1 min read
Field Note
Listing all resources of a resource group with Azure CLI
microsoft-azure azure-cli resource-group
Posted on Thursday, May the 16th 2024
1 min read
Field Note
Selecting a Pod deployed by DevSpace via labels
devspace pod select label
Posted on Wednesday, May the 15th 2024
1 min read
Field Note
Showing a dependency graph for installed Brew packages
homebrew dependency-graph
Posted on Friday, May the 10th 2024
1 min read
Article
[dev.to] Dev Containers on Kubernetes with DevSpace
devcontainer devspace kubernetes
Containerization is an excellent way to package, distribute, and version developer environments. There are quite a lot of tools that simplify ramping up developer environments using containers, like Dev Container, DevFile, and GitPod. DevSpace, the topic of this post, also helps setting up containerized developer environments, but it has the advantage of deploying to Kubernetes, providing two-way sync between host and remote container, as well as being able to inject an SSH server for remote access.
Posted on Monday, May the 06, 2024
0 min read
Field Note
6th of May 2024
devcontainer visual-studio-code kubernetes colima
Attaching a Shell to DevContainer in VS Code & Local Kubernetes With Colima
Posted on Monday, May the 6th 2024
1 min read
Field Note
Creating dev containers with `odo` and Devfile on a local Kubernetes cluster
devcontainer kubernetes local odo
Posted on Monday, April the 22nd 2024
1 min read
Field Note
Custom Dev Containers with Visual Studio Code's Dev Containers extension