Articles by Grizzly Peak Software

Indie SaaS Metrics Dashboard: What I Track Weekly in 2026
Business
Indie SaaS Metrics Dashboard: What I Track Weekly in 2026

Every Sunday morning, before I do anything else, I sit down at my desk with a cup of black coffee and open the same five browser tabs I've opened every...

Read Article
Monetizing Side Projects with Tiered Affiliates + Books
Business
Monetizing Side Projects with Tiered Affiliates + Books

Let me tell you what nobody at those "passive income" conferences wants to admit: most side projects don't make money. They make traffic. They make GitHub...

Read Article
Amazon Book Sales in 2026: From Meager to Meaningful
Business
Amazon Book Sales in 2026: From Meager to Meaningful

My first royalty check from Amazon was $47.32. That was for an entire quarter of sales of a technical book that took me the better part of eight months to...

Read Article
Fixing Claude's Slow Response Nights: Local Fallbacks & Hybrid Setups
AI
Fixing Claude's Slow Response Nights: Local Fallbacks & Hybrid Setups

If you've spent any serious time building with Claude's API, you've noticed the pattern. Mornings on the West Coast? Snappy. Sub-two-second responses on...

Read Article
gws: Google's New CLI That Puts Your Entire Workspace Into Your Agentic Workflows
AI Integration & Development
gws: Google's New CLI That Puts Your Entire Workspace Into Your Agentic Workflows

A hands-on first look at gws, Google's new Workspace CLI. Covers Windows setup gotchas, MCP server integration with Claude Code, and practical agentic workflow patterns for Drive, Gmail, and Calendar.

Read Article
How to Build Your Own SEO Crawler Tools with Agentic AI in 2026
SEO
How to Build Your Own SEO Crawler Tools with Agentic AI in 2026

Build production-grade SEO crawler tools for free using Claude Code and Open Claw. Five real projects with runnable JavaScript code. No subscriptions.

Read Article
NGINX API Gateway: Production Configs for Load Balancing, Rate Limiting, and SSL (2026)
cloud infrastructure
NGINX API Gateway: Production Configs for Load Balancing, Rate Limiting, and SSL (2026)

The ingress-nginx controller retires March 2026. Your standalone NGINX gateway configs still work. Here's the complete setup with rate limiting, SSL, and Docker Compose.

Read Article
QR Code Generator Using Node.js: The Complete 2026 Guide
JavaScript/Node.js
QR Code Generator Using Node.js: The Complete 2026 Guide

Learn how to generate QR codes with Node.js — from basic PNG files to a full Express API with customization, bulk generation, and production tips.

Read Article
Bruno vs Postman (2026): Why Developers Are Leaving the API Giant for Local-First Tools
Modern Development Tools
Bruno vs Postman (2026): Why Developers Are Leaving the API Giant for Local-First Tools

Compare Bruno vs Postman in 2026. We break down storage, pricing, performance, and collaboration to help you pick the right API client.

Read Article
How I Built an AI-Powered SaaS Product in 24 Hours on a $5 Server
SaaS
How I Built an AI-Powered SaaS Product in 24 Hours on a $5 Server

The story of a whiteboard frustration, a late-night coding session, and the absurdly fun journey of shipping a real product before the motivation wore off.

Read Article
The Struggle.  How to Get Consistent Traffic?
SEO
The Struggle. How to Get Consistent Traffic?

Today I rant a little bit about the current state of SEO and its impact on my site as I struggle to maintain solid traffic.

Read Article
Sunday Night Dispatch from a Cabin in Alaska
Builder's Journal
Sunday Night Dispatch from a Cabin in Alaska

A late-night dispatch from an Alaska cabin covering AI-powered productivity, marketing lessons learned the hard way, and building in the quiet.

Read Article
Build a GPT Model in PyTorch: From Raw Math to LoRA Fine-Tuning (2026)
LLMs
Build a GPT Model in PyTorch: From Raw Math to LoRA Fine-Tuning (2026)

Build a working GPT from scratch in PyTorch, then fine-tune a real model with LoRA. Full pipeline with runnable code. No PhD required. - tokenization - embeddings - attention - training loops - fine-tuning All runnable on a single GPU or laptop.

Read Article
Build Your Own AI Agent in 100 Lines of JavaScript (Seriously)
Agentic AI
Build Your Own AI Agent in 100 Lines of JavaScript (Seriously)

A hands-on guide to the pattern that powers Claude Code, Cursor, and every other agentic AI tool you've been pretending to understand at parties.

Read Article
Claude Code Meetup Anchorage: Key Takeaways from Alaska's First AI Developer Gathering
AI Development
Claude Code Meetup Anchorage: Key Takeaways from Alaska's First AI Developer Gathering

Highlights from Alaska's Claude Code Meetup-covering sub-agent workflows, the skills vs. sub-agents debate, CLI tips, and insights from Anthropic's developer relations team.

Read Article
How to Transfer Environment Variables to a DigitalOcean Droplet Using the Web Console
Devops
How to Transfer Environment Variables to a DigitalOcean Droplet Using the Web Console

Learn how to transfer your .env file to a DigitalOcean droplet when you only have web console access. This guide covers four practical methods including heredoc syntax, nano editor, echo commands, and base64 encoding—perfect for developers working from Windows without SSH configured.

Read Article
Alternative Career Paths for Burned-Out Software Engineers: A 2026 Guide with Salary Data and Transition Strategies
Career Development
Alternative Career Paths for Burned-Out Software Engineers: A 2026 Guide with Salary Data and Transition Strategies

Feeling burned out from software engineering? You're not alone—research shows 73-83% of developers experience burnout. This comprehensive guide explores 15+ alternative career paths that leverage your technical skills, complete with 2026 salary data, transition strategies, and realistic expectations for roles like Product Manager, Technical Writer, Developer Advocate, AI Consultant, and more.

Read Article
Back to Building: My Journey with Claude Code
AI Assisted Development
Back to Building: My Journey with Claude Code

After a summer of adventures and too much Minecraft, I discovered Claude Code and built five projects in weeks—a publishing agent, micro-SaaS, 3D game, SEO site, and migrated my decade-old app. We're on the cusp of the singularity.

Read Article
Building a 100-Tool Azure DevOps MCP Server: One Session on the Couch, One While I Slept
AI Agent Tools
Building a 100-Tool Azure DevOps MCP Server: One Session on the Couch, One While I Slept

Building a production-ready Azure DevOps MCP server with 100+ tools and 258 passing tests—across two sessions totaling 6 hours. First session: implementing critical tools while watching Dune on the couch. Second session: giving Claude Code clear instructions and going to sleep. What this experiment reveals about AI-assisted development, specification-first design, and the future of developer tooling.

Read Article
API Monetization Strategies for Indie Developers
API Monetization
API Monetization Strategies for Indie Developers

Learn how to transform your personal APIs into sustainable revenue streams using proven usage-based billing strategies from the fintech industry. This comprehensive guide covers per-request billing, tiered subscriptions, and compute-time models, with real-world examples from Plaid, Stripe, and Dwolla. Includes technical implementation details, pricing psychology, and a complete checklist for building your billing infrastructure.

Read Article