I Built a SaaS Boilerplate So You Never Start From Scratch Again
Every time I started a new SaaS project, I spent the first two weeks wiring up the same things: authentication, payments, API keys, docs. I got tired
Curated development tutorials from top sources. Filter by language.
Every time I started a new SaaS project, I spent the first two weeks wiring up the same things: authentication, payments, API keys, docs. I got tired
I was uploading an AAB to the Play Console last year and thought — why am I still clicking through this in 2026? Every Android release is the same ri
Zustand and Jotai give developers freedom — but that freedom is poison for AI code generation. We're the frontend team at Minara. Over the past six m
This is Part 2 of a 2-part series. If you haven’t built the core pipeline yet, start with Part 1. It covers the Sequential Agent pattern, shared state
TypeScript's type system catches many bugs at compile time, but that doesn't eliminate the need for comprehensive testing. In fact, TypeScript applica
Your LLM agent calls a tool via MCP. The tool fails. Your trace shows tools/call search — error. That's it. Not why it failed. Not how long it took.
5,699 Tests, Zero Stubs: How We UAT-Verified a 25-Agent AI Marketing Platform 358 test files. 5,699 individual tests. Every single one pass
I want to be honest about something: when I built @thicket-team/mcp-calculators, I expected maybe 10 downloads/week from people testing MCP integratio
This is the post I wish had existed when I was debugging my first AgentCore CDK deploy at midnight. AgentCore is a relatively new service and CDK sup
I open-sourced salt-theme-gen — a zero-dependency OKLCH theme generator for JS/TS Theming often sounds simple until you actually try to do it well.
We shipped the AI layer for Kobin today — an agency operating system that replaces Slack, Notion, HubSpot, Linear, and Buffer. This is the technical s
I created a new website: Free Access to the 8 Volumes on Typescript & AI Masterclass, no registration required. Choose Volume and chapter on the menu
I hit this problem a few months back. About 50 agents, each talking to different MCP tool servers, and I couldn't answer a basic question: which agent
When I started thinking about how AI agents interact with applications, something bothered me. Today, when an AI agent needs to answer "are there sea
I stopped writing code by hand a while ago. Claude writes it, I review it, it ships. It works, so why should I? But here's the thing -- if AI writes
next-themes has 22 million weekly downloads. It hasn't had a release in over a year. There are 43 open issues and 16 unmerged PRs sitting there, inclu
Runaway AI agents are expensive. Stories of agents burning through thousands of dollars overnight come up regularly on Reddit and Hacker News — no bud
There is a pattern that shows up constantly in React TypeScript projects where GitHub Copilot was involved. It looks like this: const [data, setDat
When working with TypeScript, you quickly run into a common problem: 👉 You want your code to be reusable, but also type-safe. At first, it’s temptin
Building a multi-chain swap interface used to mean integrating separate SDKs for each DEX on each chain, managing router contract addresses, and handl