Skip to content

remote development environment

3 posts with the tag “remote development environment”

Your GitHub Actions Workflow is a Waste of Time

Once

Stop treating your CI as a separate, fragile ecosystem that needs its own set of rules. Most developers waste hours debugging “it works on my machine” issues because their GitHub Actions workflows are trying to solve provisioning and caching problems that have already been solved in development. By shifting to self-hosted runners and leveraging environment managers like Devenv, you can achieve perfect parity between your local terminal and your CI, turning a complex YAML headache into a simple, lightning-fast 24-second feedback loop.

Introducing BigConfig Package

K8s

BigConfig Package moves beyond the “Kubernetes-only” mindset of Helm by treating infrastructure and software as a single unit. By replacing specialized CLIs with Babashka (Clojure), it eliminates the friction between shell scripts and compiled binaries. This approach allows developers to move seamlessly between a CLI, a REPL for debugging, and a library for deep automation.