Topic related posts
-
Software engineering reimagined for the AI-Native era
AI is redefining the software development process. By viewing development through a lens of problem-solving rather than code creation, engineers can focus on outcomes and value generation - not just lines of code.
-
Why I'm interested in AWS Spot Prices for EC2
EC2 spot pricing turns compute into a real market, and that changes architecture choices. This is a sketch of a self-healing system that blends spot and on-demand instances to chase value.
-
Adding Cron Jobs to a QNAP server
QNAP NAS boxes are Linux-based but reboot to a clean state, so custom cron jobs disappear. This guide shows how to hook into the startup process and persist your own scheduled tasks.