-
Cloudflare Pages: Deploy a Site for $10 a Year
Cloudflare Pages gives you free hosting with GitHub CI/CD. Add a .com domain for $10/year and get email forwarding, analytics, and DDoS protection for free.
-
Capacitor WebView Cache: Why New Builds Show Old Assets
How two hidden cache layers in a Capacitor Android app served stale HTML, CSS, and JS after every update, and the WebView cache fix that solved it.
-
How to Register a Google Play Developer Account for Your LLC: A Step-by-Step Guide
A practical guide to setting up a Google Play Developer account for an LLC, covering DUNS numbers, website setup, business email, and privacy tips. Based on real experience.
-
Claude Code Best Practices: How I Use AI to Build Faster and Smarter
Practical Claude Code best practices that compound over time — from persistent memory and custom skills to PRDs, TDD workflows, and MCP server hygiene.
-
Run Hugging Face LLMs Free on Google Colab
Run large language models (LLMs) from Hugging Face Hub for free using Google Colab's T4 GPUs. It covers setup, authentication, and explains the key differences between pipeline and InferenceClient for local vs remote model execution.