[Engineering Log] Cron vs. Systemd: A Deep Dive
A deep dive into Systemd vs Cron: Automating an observability hub with self-healing timers, centralized logging, and dependency management.
- #retrospective
- #linux
- #automation
A deep dive into Systemd vs Cron: Automating an observability hub with self-healing timers, centralized logging, and dependency management.
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.
An investigation into B-Trees, the library analogy, and why we don't index every column.
From article extractor to personal reading analytics dashboard—zero infrastructure, Go-powered metrics, and live visualizations on GitHub Pages.
How switching to a planning-first approach in 2025 helped me stop wandering in code and finally finish my side projects with purpose.
How I loaded CSV data from Azure Blob Storage in a school project—with local fallback and no hardcoded secrets.
Learn how I used Azure Container Registry to securely store Docker images from a personal project, with GitHub Actions CI and zero hardcoded secrets.
Securely manage app secrets in Azure using Key Vault—store credentials like GitHub OAuth IDs safely and handle local development with smart fallbacks.
A simple explanation of Python decorators and how they helped me remove repetitive error handling across multiple API routes in my project.