The SoloStack Shop
Gear and tools for the modern creator. Curated by a developer, built for builders.
Shop NowLatest Threads
Real-time updates from the trenches. Building in public, one thread at a time.
SoloStack
@solostack 路 2 days ago
Building a Real-Time Collaboration Tool
Just shipped a real-time collaborative editor using Next.js 15, WebSockets, and Yjs. The syncing is buttery smooth. Thread 馃У馃憞
SoloStack
@solostack 路 5 days ago
Optimizing React Performance
Here's what I learned after optimizing a React app that was struggling with 10k+ items. Spoiler: Virtual scrolling isn't always the answer...
SoloStack
@solostack 路 1 week ago
AI-Powered Code Reviews
Experimenting with GPT-4 for code reviews. The results are wild. It caught edge cases I completely missed. Full breakdown here:
SoloStack
@solostack 路 1 week ago
Server Actions Deep Dive
Next.js Server Actions are a game changer. Here's how I replaced 500+ lines of API routes with just 3 server functions 馃殌
SoloStack
@solostack 路 2 weeks ago
Database Design Lessons
Spent 3 hours debugging a slow query. Turns out, indexes matter. A lot. Here's what I learned about PostgreSQL query optimization...
SoloStack
@solostack 路 2 weeks ago
TypeScript Magic
TypeScript's template literal types are absolute magic. Here's how I built a type-safe router with autocomplete for every route in my app:
