Writing
Tech
Things I build and learn — tech, tools, and systems.
Rewriting my pace-utils npm package into Rust
A beginner-friendly walkthrough of rebuilding a small TypeScript library as a Rust CLI, covering ownership, borrowing, iterators, Result, and the ? operator.
127 views
Publishing to npm in 2026: Build a TypeScript Library from Scratch
A practical walkthrough of building a TypeScript library, bundling with Rollup, and publishing safely to npm with OIDC.
157 views
Multi-Theme Magic: Next.js + shadcn/ui 🎨✨
Multiple themes and changing themes in a Next.js application with shadcn/ui.
4,250 views
Dynamic GIF Search
Including API.
1,715 views