All blog posts
Filter long-form guides, experiments, and weekend projects by the topics you care about most.
Jump to posts
Sort
Reset filters
#all-topics
#AI
#Claude
#JavaScript
#Jest
#Preact
#Productivity
#Prompt Engineering
#React
#Software
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
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
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
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
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
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