AI Coding Workflow: What Actually Worked
After months of experimenting with AI-assisted development, I've found patterns that actually work. Two case studies: delegated testing and parallel code review with Claude Code.
After months of experimenting with AI-assisted development, I've found patterns that actually work. Two case studies: delegated testing and parallel code review with Claude Code.
Master the art of building robust AI applications with Mastra's TypeScript-native workflows. This guide covers everything from basic concepts to advanced patterns, complete with practical code examples.
Mastra is a powerful tool that can help TypeScript developers unlock the full potential of AI development. In this blog post, we will explore how Mastra can enhance your development experience and make it easier to build AI applications.
Eleventy, or 11ty, is a powerful yet straightforward static site generator. It does not require any config to get started.
Axios interceptors are a powerful way to manage HTTP requests in your application. In this blog post, you will learn how to use them to handle errors, add headers, and more.
I recently got a new mac and decided to set it up from scratch. In this blog post you get a detailed list of all the tools I installed to help me with my day to day web development tasks.
This year, 2020, was crazy, unusual, and maybe we will talk about it for years to come. I am very grateful that my family and I are safe. 2020 is also the year that we had our first baby, a lovely baby girl. Throughout the year, I’ve released a decent amount of educational content focusing more on the JAMstack.
Gatsbyjs and create-react-app are similar in that can help you set up application and removes much of the configuration headache. However, Gatsby offers more like backed in performance optimizations and static rendering without the need for a server and a thriving ecosystem of plugins.
GraphQL is a query language for Your API, and a server-side runtime for executing your queries. It is not tied to any specific database engine it is up to you to resolve the query. To create a GraphQL service you define types and their fields, then provide functions for each field on each type.
When I started building cli tools I noticed that there is a lot of similarity between a server-side program and a command line tool. Think of the command that a user types as the route or url. For example `cli-tool project new` in a server environment will be the following url `example.com/project/new`.
Proxiy Object gives you the ability to intercept access to an object properties and change its behaviour.