← All tags



Tag
#automation
5 posts tagged with this topic.
Week notes: collapsing microservice upgrades into one command
A messy, manual, multi-step release became a single Python command. Notes on what I built, what broke, and what I'd do differently.
Automate Windows theme changes by time with a batch script
A tiny Windows automation that flips between light and dark themes on a schedule using a batch script and the registry.
Auto Publish/Release with GitHub Actions
Turn a green build into a versioned, published GitHub release automatically — tags, release notes, and artifacts without manual steps.
Continuous Integration with GitHub Actions
Build and test on every push with GitHub Actions — strategy, matrix builds, workflow_dispatch, and a working Node.js CI workflow.
Intro to GitHub Actions
The vocabulary of GitHub Actions — jobs, runs-on, steps, and how a workflow is wired together — before building real pipelines.