$ cat /var/log/thoughts/tutorials

Tutorials

Step-by-step walkthroughs to build, deploy, and automate.

Showing page 1 of 1 (8 total posts)

Run Claude Code From Your Phone: The 2026 Remote Setup

Run Claude Code from your phone two ways in 2026: official Remote Control with a QR scan, or SSH and tmux over Tailscale for API keys and overnight runs.

TutorialsClaude CodeAI CodingSelf-HostingNetworkingSecurityMobileCLI1 min read · May 30, 2026

Host a Minecraft or ARK Server With Claude Code

Skip the $25/month managed hosts. Use Claude Code to self-host a Minecraft or ARK game server in 15 minutes with zero DevOps knowledge required.

TutorialsClaude CodeAI CodingDockerSelf-HostingLinuxAutomation1 min read · May 27, 2026

Build a CLI Tool With Bun in 20 Minutes

Build a CLI tool with Bun from scratch: argument parsing, colored output, and compilation to a standalone binary. Zero config, real runnable code, one file.

TutorialsBunTypeScriptCLIDeveloper Tools1 min read · Apr 11, 2026

Stop Treating localStorage Like a Database (It Will Bite You in Production)

localStorage has a 5-10MB limit, throws QuotaExceededError silently, and vanishes in Safari private browsing. Here are the five ways it breaks in production and what to use instead.

TutorialsJavaScriptWeb DevDebuggingPerformance1 min read · Apr 11, 2026

JavaScript Monorepo Setup That Doesn't Make You Want to Quit

A practical javascript monorepo setup using npm workspaces and Turborepo. Real folder structures, shared TypeScript packages, and fixes for the errors you'll actually hit.

TutorialsJavaScriptTypeScriptNode.jsDeveloper ToolsProductivity1 min read · Apr 11, 2026

Building an MCP Server From Scratch (The Parts Nobody Explains)

Build an MCP server in TypeScript from zero. Covers the handshake, Streamable HTTP transport, OAuth 2.1 auth, error codes the SDK swallows, and production deployment patterns.

TutorialsMCPTypeScriptDeveloper ToolsAI CodingAPI Design1 min read · Apr 10, 2026

Next.js 16 Cache Components: The Feature Nobody Understands Yet

Next.js 16 cache components replace unstable_cache with the use cache directive, cacheLife, and cacheTag. A clear walkthrough of what changed, why it matters, and how to migrate.

TutorialsNext.jsReactTypeScriptCachingPerformanceWeb Dev1 min read · Apr 10, 2026

7 Bun Hidden Features Most Developers Haven't Tried

Bun ships with a built-in S3 client, shell scripting, compile-time macros, and native password hashing. These 7 bun hidden features replace entire npm packages.

TutorialsBunJavaScriptDeveloper ToolsTypeScriptNode.js1 min read · Apr 3, 2026