Category ai

ai

Google ADK — The Complete Guide to Building AI Agents with the Agent Development Kit

Google released the Agent Development Kit — ADK — and it is not just another AI framework. It is a full production-grade system for building, debugging, and deploying AI agents...

ai

How to Build Your AI Business Team — A Developer's Guide to Multi-Agent Automation

In Part 1 I covered the six AI agent roles that can replace a full business team — SEO, content, social media, ads, and code review. That post was about...

ai

The AI Team You Can't Afford to Hire — Automating Your Small Business with AI Agents

Running a small business means wearing ten hats. You are the marketer, the SEO specialist, the ad manager, the content writer, the social media person, and the developer — all...

ai

How to Self-Host OpenClaw on a VPS — Complete Setup Guide

I wrote about OpenClaw taking over the internet back in February. Since then, it has crossed 340K GitHub stars and the self-hosting community has figured out the best ways to...

ai

The Prompt Engineering Cheat Sheet Every Developer Needs

Most developers interact with LLMs the same way they use a search engine. Type a vague question, hope for a good answer, and get frustrated when the output is wrong....

ai

OpenClaw (ClawBot) — The AI Agent That Took Over the Internet in 10 Weeks

If you have been anywhere near tech Twitter in the last two months, you have seen the lobster. ClawBot — now called OpenClaw after a trademark dispute with Anthropic —...

ai

Building DocuMind — AI-Powered Document Intelligence with Go and Flutter

I spend a lot of time reading technical documents, contracts, and research papers. The frustration is always the same: I know the answer is somewhere in these files, but finding...

ai

What Does an AI Product Engineer Actually Do in 2026?

A year ago, if you searched for “AI Product Engineer” on LinkedIn, you would find a handful of job listings with wildly different descriptions. Today, the role is everywhere, but...

ai

RAG is Not Dead — How to Build RAG That Actually Works

Every few months, someone declares RAG is dead. A new model drops with a 1M or 2M token context window, and suddenly “just dump everything into the prompt” becomes the...

ai

MCP Servers Explained — Why Every AI Product Needs One

Every time I integrate an AI model into a product, I hit the same wall: the model is smart, but it is blind. It cannot see your database, your files,...

ai

Building Your First AI Agent — From Prompt to Production

AI agents are everywhere right now, and most of the tutorials out there make them look either trivially simple or impossibly complex. Having built several agents in production — from...

Category tutorial

ai

Google ADK — The Complete Guide to Building AI Agents with the Agent Development Kit

Google released the Agent Development Kit — ADK — and it is not just another AI framework. It is a full production-grade system for building, debugging, and deploying AI agents...

ai

How to Build Your AI Business Team — A Developer's Guide to Multi-Agent Automation

In Part 1 I covered the six AI agent roles that can replace a full business team — SEO, content, social media, ads, and code review. That post was about...

mobile development

Xcode Cloud Setup — A Step-by-Step Guide for iOS Developers

For years I ran iOS CI/CD on a mix of Fastlane, GitHub Actions, and a dusty Mac mini sitting under my desk. It worked, but every Xcode update broke something...

mobile development

Adding Cards to Apple Wallet — A Developer's Guide to In-App Provisioning

If you have ever tapped Add to Apple Wallet inside a banking app and watched your card slide into Wallet without ever leaving the app, you have used In-App Provisioning....

ai

How to Self-Host OpenClaw on a VPS — Complete Setup Guide

I wrote about OpenClaw taking over the internet back in February. Since then, it has crossed 340K GitHub stars and the self-hosting community has figured out the best ways to...

ai

The Prompt Engineering Cheat Sheet Every Developer Needs

Most developers interact with LLMs the same way they use a search engine. Type a vague question, hope for a good answer, and get frustrated when the output is wrong....

developer tools

Microservice Communication — Every Tool You Need and When to Use Each One

When you split a monolith into microservices, the first real problem you hit is not deployment or scaling. It is communication. How do these services talk to each other? The...

ai

Building DocuMind — AI-Powered Document Intelligence with Go and Flutter

I spend a lot of time reading technical documents, contracts, and research papers. The frustration is always the same: I know the answer is somewhere in these files, but finding...

ai

RAG is Not Dead — How to Build RAG That Actually Works

Every few months, someone declares RAG is dead. A new model drops with a 1M or 2M token context window, and suddenly “just dump everything into the prompt” becomes the...

ai

Building Your First AI Agent — From Prompt to Production

AI agents are everywhere right now, and most of the tutorials out there make them look either trivially simple or impossibly complex. Having built several agents in production — from...

Category developer tools

mobile development

Xcode Cloud Setup — A Step-by-Step Guide for iOS Developers

For years I ran iOS CI/CD on a mix of Fastlane, GitHub Actions, and a dusty Mac mini sitting under my desk. It worked, but every Xcode update broke something...

ai

How to Self-Host OpenClaw on a VPS — Complete Setup Guide

I wrote about OpenClaw taking over the internet back in February. Since then, it has crossed 340K GitHub stars and the self-hosting community has figured out the best ways to...

developer tools

Microservice Communication — Every Tool You Need and When to Use Each One

When you split a monolith into microservices, the first real problem you hit is not deployment or scaling. It is communication. How do these services talk to each other? The...

ai coding

Claude Code vs Cursor vs GitHub Copilot — An AI Engineer's Honest Take

I have been using AI coding tools every single day for over a year now. Not casually, not for side projects on weekends — I mean eight-plus hours a day,...

ai

OpenClaw (ClawBot) — The AI Agent That Took Over the Internet in 10 Weeks

If you have been anywhere near tech Twitter in the last two months, you have seen the lobster. ClawBot — now called OpenClaw after a trademark dispute with Anthropic —...

ai

MCP Servers Explained — Why Every AI Product Needs One

Every time I integrate an AI model into a product, I hit the same wall: the model is smart, but it is blind. It cannot see your database, your files,...

Category ai coding

ai coding

Claude Code vs Cursor vs GitHub Copilot — An AI Engineer's Honest Take

I have been using AI coding tools every single day for over a year now. Not casually, not for side projects on weekends — I mean eight-plus hours a day,...

ai coding

Vibe Coding — I Built a Full App Without Writing a Single Line Manually

A few weeks ago, I decided to run an experiment. I would build a full-stack task management app — backend, frontend, database, Docker setup, the whole thing — without manually...

Category productivity

ai

The AI Team You Can't Afford to Hire — Automating Your Small Business with AI Agents

Running a small business means wearing ten hats. You are the marketer, the SEO specialist, the ad manager, the content writer, the social media person, and the developer — all...

ai

What Does an AI Product Engineer Actually Do in 2026?

A year ago, if you searched for “AI Product Engineer” on LinkedIn, you would find a handful of job listings with wildly different descriptions. Today, the role is everywhere, but...

ai coding

Vibe Coding — I Built a Full App Without Writing a Single Line Manually

A few weeks ago, I decided to run an experiment. I would build a full-stack task management app — backend, frontend, database, Docker setup, the whole thing — without manually...

Category mobile development

mobile development

Xcode Cloud Setup — A Step-by-Step Guide for iOS Developers

For years I ran iOS CI/CD on a mix of Fastlane, GitHub Actions, and a dusty Mac mini sitting under my desk. It worked, but every Xcode update broke something...

mobile development

Adding Cards to Apple Wallet — A Developer's Guide to In-App Provisioning

If you have ever tapped Add to Apple Wallet inside a banking app and watched your card slide into Wallet without ever leaving the app, you have used In-App Provisioning....