Lab
AI tools, creative workflows, developer deep-dives, and behind-the-scenes from RAXXO Studios.
138 articles
Claude Code Desktop: Select DOM Elements to Edit Components Directly
Claude Code Desktop lets you click DOM elements directly in the app instead of verbally describing which component needs editing. The feature captures HTML tags,...
Claude Code /loop: Run Recurring Tasks on Autopilot
/loop schedules recurring prompts in Claude Code sessions without requiring cron jobs or separate monitoring tools. Syntax supports flexible interval placement: leading (/loop 5m task),...
The .claude/ Folder Explained: How to Set Up Any Claude Code Project
CLAUDE.md is automatically loaded at conversation start, serving as persistent AI context about your project structure, tech stack, and conventions. Document specific details like exact...
The Developer's Guide to Shopify (When You're Not a Shopify Dev)
A web developer's guide to Shopify. Liquid templates, theme architecture, and the Admin API - explained for devs who've never touched Shopify before.
Shopify Liquid Sections: A Developer's Quick Reference
A practical reference for building custom Shopify Liquid sections with schema settings, CSS isolation, and real-world patterns.
Vercel Deployment Workflows for Solo Developers
Vercel deployment workflows for solo developers. Staging environments, preview deploys, rollbacks, and how to stop pushing bugs to production.
Building a Webhook System for Shopify Order Automation
Build a webhook system for Shopify order automation with Next.js. HMAC verification, plan upgrades, and handling edge cases in production.
How to Structure a Monorepo for Multiple Products
How to structure a monorepo for multiple products using TypeScript, shared libraries, and deployment pipelines. Practical architecture for solo devs.
Creative Coding with Claude: Beyond the Basics
Go beyond basic Claude Code prompts. Creative coding techniques, multi-file workflows, and advanced patterns for developers who want more from AI.
How to Build a Claude Code Skill from Scratch
Build a Claude Code skill from scratch. Project structure, prompt design, slash commands, and publishing your skill for other developers to use.
How to Use Claude Code for Web Development (Complete Guide)
Complete guide to using Claude Code for web development. Project setup, multi-file editing, debugging, deployment, and advanced workflow patterns.
Best Terminal Tools for Developers in 2026
The best terminal tools for developers in 2026. Shells, multiplexers, file managers, and CLI utilities that make the command line actually enjoyable.