The Minimalist Tech Journal

Next Harizon

Thoughts, experiments, and field guides on local AI, minimalist web development, and database-free architecture.

SQLite FTS5 for Static Site Search Engines

Why use heavy databases? Learn how to generate static SQLite databases with FTS5 virtual tables to query index text instantly with SQL in client browser.

Web SQLite Search

Vanilla CSS Grid Layouts for Blog Archives

Ditch CSS framework bloat. Learn how to write a highly responsive, modern, auto-fitting blog card layout using pure native CSS grid and clamp values.

Web Design CSS

Static Site Search Engine Without a Database

A database is overkill for search on a static blog. Learn how to pre-build a lightweight JSON index and query it in the browser with simple JS.

Web Design Vanilla

Hello, Next Harizon

A new space. A blank page. Some thoughts on why I'm starting this blog and my goals for the content.

Meta

Building with AI: Lessons

Six months of using AI coding tools daily — the wins, the frustrations, and where I think this is heading.

AI Dev

Why I Still Build Side Projects

In an era where AI can generate entire apps from a prompt, building something for yourself matters more than ever.

Craft Career

AI in 2026: What's Happening

Forget the hype. Here's what the data actually says about AI and what developers should pay attention to right now.

AI Trends

Why Static Sites Still Win

No build step, no database, no server. Sometimes the oldest approach is the best one for the job.

Web Design

Build a Contact Form Without a Backend

Static sites are great until someone says "can you add a contact form?" Here's how to handle it without spinning up a server.

Web Forms Static

How to Run an LLM on a 4GB RAM Laptop

Think you need a $3,000 GPU to run local AI? Absolutely not. Here's the guerrilla guide to running real LLMs on old hardware.

AI Hardware Budget