Home

Blog

Thoughts, tutorials, and insights about web development, technology, and best practices.

Featured Posts

March 14, 2026
6 min read

Building Taskito: A Rust-Powered Task Queue for Python — No Broker Required

How I built an embedded task queue for Python using Rust, Tokio, and Diesel — with SQLite and Postgres backends, priority queues, retries, cron scheduling, and zero external broker dependencies.

FeaturedRead More →
February 23, 2026
5 min read

Building pyfs-watcher: A Rust-Powered Filesystem Toolkit for Python

How I built a high-performance filesystem toolkit for Python using Rust and PyO3 — parallel directory walking, BLAKE3 hashing, file deduplication, and real-time watching, all from pip install.

FeaturedRead More →
February 20, 2026
5 min read

How I Built This Developer Portfolio

A technical walkthrough of building my portfolio site with Next.js 15, TypeScript, Tailwind CSS, and a dual-source blog system powered by MDX files and SQLite.

FeaturedRead More →

All Posts (7)

March 14, 2026
6 min read

Building Taskito: A Rust-Powered Task Queue for Python — No Broker Required

How I built an embedded task queue for Python using Rust, Tokio, and Diesel — with SQLite and Postgres backends, priority queues, retries, cron scheduling, and zero external broker dependencies.

RustPythonPyO3+2 more
FeaturedRead More →
February 23, 2026
5 min read

Building pyfs-watcher: A Rust-Powered Filesystem Toolkit for Python

How I built a high-performance filesystem toolkit for Python using Rust and PyO3 — parallel directory walking, BLAKE3 hashing, file deduplication, and real-time watching, all from pip install.

RustPythonPyO3+2 more
FeaturedRead More →
February 20, 2026
5 min read

How I Built This Developer Portfolio

A technical walkthrough of building my portfolio site with Next.js 15, TypeScript, Tailwind CSS, and a dual-source blog system powered by MDX files and SQLite.

Next.jsReactTypeScript+2 more
FeaturedRead More →
December 22, 2024
2 min read

React Performance Optimization: A Complete Guide

Master React performance optimization techniques including memo, useMemo, useCallback, code splitting, and more to build blazing-fast applications.

ReactPerformanceWeb Development+1 more
FeaturedRead More →
December 20, 2024
2 min read

TypeScript Best Practices for Production Applications

Learn essential TypeScript best practices and patterns to write type-safe, maintainable code for production-ready applications.

TypeScriptJavaScriptBest Practices+1 more
FeaturedRead More →
December 15, 2024
2 min read

Building Modern Web Applications with Next.js 15

A comprehensive guide to building scalable and performant web applications using Next.js 15 with the App Router, TypeScript, and modern development practices.

Next.jsReactTypeScript+1 more
FeaturedRead More →
January 20, 2024
2 min read

Complete Guide to Mermaid Diagrams

Learn how to create beautiful diagrams using Mermaid syntax in your blog posts. From flowcharts to sequence diagrams, this guide covers everything you need to know.

DocumentationMermaidDiagrams+1 more
FeaturedRead More →

Stay Updated

Get notified when I publish new posts about web development, technology insights, and coding tutorials.

No spam, unsubscribe at any time.