[Engineering Log] Migrating Python CLI to Serverless
Why I migrated a local Python CLI script to an Azure Serverless Function to eliminate virtual environment friction and gain practical hands-on cloud experience.
- #retrospective
- #python
- #cloud
Why I migrated a local Python CLI script to an Azure Serverless Function to eliminate virtual environment friction and gain practical hands-on cloud experience.
From systemd timers to event-driven webhooks: How I leveraged a Go proxy to eliminate O(N) management toil and achieve instant GitOps syncs for multiple repositories.
Learn to scale Linux automation using Systemd Template Units. Discover how the '@' symbol and gitops-sync timers simplify service management. Read the full guide to learn.
A deep dive into Systemd vs Cron: Automating an observability hub with self-healing timers, centralized logging, and dependency management. Read the full guide to learn.
Reflecting on a shift from chatting with AI to refining context files. Learning to treat instructions as code and using the RFC process for better agent collaboration.
Visualizing a project’s journey: a product-first landing page and a timeline generated from a structured YAML history of milestones. Dive into this step-by-step tutorial.
An investigation into B-Trees, the library analogy, and why we don't index every column. Discover essential tips, full code examples, and practical insights in this guide.
From article extractor to personal reading analytics dashboard—zero infrastructure, Go-powered metrics, and live visualizations on GitHub Pages. Dive into the full post.
How switching to a planning-first approach in 2025 helped me stop wandering in code and finally finish my side projects with purpose. Dive into this step-by-step tutorial.
How I loaded CSV data from Azure Blob Storage in a school project—with local fallback and no hardcoded secrets. Dive into this detailed tutorial to master the core concepts.