How to Build Effective Agent Skills with the Dry Run Workflow
Learn how to turn one-off tasks into reusable agent skills using a practical dry run workflow that improves consistency, efficiency, and automation.
Journal
Thoughts between deployments...
Learn how to turn one-off tasks into reusable agent skills using a practical dry run workflow that improves consistency, efficiency, and automation.
This article explores why SDD is crucial for effective collaboration with coding agents and how it serves as the interface for successful agentic workflows.
A practical guide to PostgreSQL advisory locks. What they are, when to use them, how to use them safely
Learn how to scale Node.js applications across multiple CPU cores using the built-in cluster module. Understand the benefits, considerations, and best practices for implementing clustering in Node.js.
Layering a React application across distinct layers. Learn how this architecture enhances maintainability, scalability, and flexibility.
Discover the latest strategies for engineering prompts
Discover the latest features and improvements in Node.js version 22
Let's explore the groundbreaking features and improvements in the upcoming major release of React
Start customizing Visual Studio Code dev containers with Docker files and Docker Compose.
Learn how to use the Optimistic Hook to create a seamless and engaging user experience.
Learn about the three types of structs in Rust, their unique characteristics, and use cases.
Learn how to format multiline strings with interpolation in Rust. Explore examples and enhance your code readability and maintainability.
Learn about the differences between String and &str in Rust, their ownership semantics, and when to use each for optimal code design.
The ? operator is a shortcut for propagating errors in Rust. Let's take a look at how it works and how it can make code more readable and expressive.
The latest update of Vercel's data fetching hook comes with new features and improvements to enhance your React projects.
Learn in Node.js v18 how you can replace Nodemon for automatic server reloading
The pipeline operator (|>) is a proposed feature for JavaScript that allows for chaining function calls together in a more readable and concise way. Let's take a look at how it works and how it can make code more readable and expressive.
Creating a custom React library can be a great way to share reusable components and functionality across multiple projects. Let's take a look at how React Library Builder works.