Skip to content
FOR DEVOPS ENGINEERS

Software engineer specializing in DevOps.

Delivering reliable, automated infrastructure and CI/CD pipelines for fast, safe deployments.

On the desk nowDebugging a Broken Python Virtual env: From “It Worked Yesterday” to Clean Recovery
Last dispatchJun 1, 2026
Archive7 essays
Latest dispatches

Live feed of new content and release notes across the site.

All writing →
DevOps·Jun 1, 2026·6 min

Debugging a Broken Python Virtual env: From “It Worked Yesterday” to Clean Recovery

Recently one of my Python projects went from “works fine” to “completely broken”.

LuCodesRead →
Architecture·May 21, 2026·5 min

Wiring Environment‑Aware Mobile Builds with Expo, EAS, and GitHub Actions

This post shows how I turned a stock Expo app into an environment‑aware mobile project by wiring APP_ENV through EAS build profiles, app.config.ts, a runtime apiClient, and GitHub Actions for linting and manual builds.

LuCodesRead →
May 12, 2026·2 min

JSON Schema Validation for Working Engineers (2026 Update)

JSON Schema enables the confident and reliable use of the JSON data format.

LuCodesRead →
May 12, 2026·4 min

Running a Node.js Server as a systemd Service on Linux

Running a Node.js Server as a systemd Service on Linux shows how to turn a simple Node process into a managed, boot-safe, and observable service that cleanly fits into a Linux-based automation stack.

LuCodesRead →
DevOps·May 11, 2026·2 min

Kubernetes Flow

Learn how Kubernetes orchestrates containers through its control plane, pods, services, and ingress in this beginner-friendly introduction.

LuCodesRead →
Dracula Theme K8's
DevOps·May 11, 2026·1 min

What is Kubernetes?

Explore how Kubernetes orchestrates containers through intelligent scheduling, self-healing, and automated scaling across distributed infrastructure.

LuCodesRead →