[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.
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.
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.