~/blogs
$grep -r "#devops" ./|
engineering2026-07-307 min read
Serve Static Files with Nginx Without Breaking Your MIME Types
Nginx serves your HTML fine but hands back CSS as text/plain. Why the obvious types{} fix breaks HTML, and what to use instead.
#nginx#web-server#mime-types#static-files
cat post.mdengineering2026-07-1311 min read
Automate Your Project with GitHub Actions: Testing, Deployment, and npm Publishing
A hands-on guide to GitHub Actions: local testing with act, automated test/deploy/npm-publish workflows, cron schedules, custom actions, and 2026 platform updates.
#github-actions#ci-cd#devops#automation
cat post.md