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 how to talk to your AI coding assistant effectively.
#AI
#Prompt Engineering
#Software
Oct 9, 2025
#AI
Claude AI: Best Practices and Tips for Effective Use
Discover how to use Claude AI effectively with proven best practices, prompt engineering techniques, and practical tips for getting the most out of this powerful AI assistant.
#AI
#Claude
#Productivity
#Software
Jun 9, 2025
#Preact
Using Preact Signals
Discover when Preact Signals can replace props for fine-grained reactivity. We'll cover setup, usage patterns, and when simpler state management is enough.
#Preact
#JavaScript
Jun 8, 2025
#React
Understanding React Context
Learn how React Context shares state across your component tree without messy prop drilling. We'll set up contexts, provide values, and avoid common pitfalls.
#React
#JavaScript
Jul 27, 2019
#React
Create a react project from scratch
Follow along as we build a modern React project step by step without create-react-app. Learn how to configure Babel, Webpack, testing, and linting from scratch.
#React
#Software
Jul 9, 2018
#React
Using Jest and Enzyme for testing React Apps
Learn how to create reliable tests for your React components with Jest and Enzyme. This guide walks through snapshots, integration tests, and best practices.
#React
#Jest
#Software