All blog posts

Filter long-form guides, experiments, and weekend projects by the topics you care about most.

Sort
#all-topics#Agents#AI#Automation#CI/CD#Claude#DevOps#JavaScript#Jest#Preact#Productivity#Prompt Engineering#React#Software#Testing
Your AI Coworker That Never Clocks Out: The Always-On Agent Pattern
Feb 23, 2026#AI

Your AI Coworker That Never Clocks Out: The Always-On Agent Pattern

What if your AI messaged you first? Here is how to set up an always-on agent that works while you are away from your keyboard.
#AI#Automation#Productivity#Agents
CI/CD Guardrails for AI Agents: Running Fast Without Breaking Things
Feb 17, 2026#AI

CI/CD Guardrails for AI Agents: Running Fast Without Breaking Things

AI agents can write code at unprecedented speeds, but how do you ensure quality? CI/CD pipelines are your safety net.
#AI#CI/CD#DevOps#Testing
Prompt Engineering for Developers: How to Ask Your LLM the Right Way
Nov 3, 2025#AI

Prompt Engineering for Developers: How to Ask Your LLM the Right Way

Better prompts mean better code—learn practical ways to talk to your AI coding assistant effectively.
#AI#Prompt Engineering#Software
Claude AI Best Practices and Prompting Tips
Oct 9, 2025#AI

Claude AI Best Practices and Prompting Tips

Use Claude AI effectively with prompt engineering techniques, safety tips, and practical workflows for coding and productivity.
#AI#Claude#Productivity#Software
Using Preact Signals for Fine-Grained Reactivity
Jun 9, 2025#Preact

Using Preact Signals for Fine-Grained Reactivity

See when Preact Signals can replace props for fine-grained reactivity, with setup steps and patterns for interactive UIs.
#Preact#JavaScript
React Context Guide: Share State Without Prop Drilling
Jun 8, 2025#React

React Context Guide: Share State Without Prop Drilling

Use React Context to share state across your component tree without messy prop drilling, with setup steps and pitfalls to avoid.
#React#JavaScript
Create a React Project from Scratch (Without CRA)
Jul 27, 2019#React

Create a React Project from Scratch (Without CRA)

Build a modern React project without create-react-app by configuring Babel, Webpack, testing, and linting yourself.
#React#Software
Using Jest and Enzyme for Testing React Apps
Jul 9, 2018#React

Using Jest and Enzyme for Testing React Apps

Create reliable tests for your React components with Jest and Enzyme using snapshots, integration tests, and best practices.
#React#Jest#Software