Welcome to Alex's Blog!

Discover interesting articles and thoughts. Dive into the latest posts below.

Powered by Rust
Articles matching your interests will appear first

Latest Posts

Page 1 of 2
Rust, Web Dev, Security

From Chaos to Order: Building Secure, Smart Pagination for My Rust Blog

June 2, 2025 · 6 min read · 14 views

A journey through modern web development, security-first thinking, and user experience design The Problem That Started It All Picture this: You have a personal blog with dozens of articles, and visit...

Continue reading
Rust, FinTech, APIs, Backend

🥭 Building My Financial Data Service with Rust: A Developer's Journey 🚀

May 26, 2025 · 6 min read · 29 views

Greetings, fellow Rustaceans and finance enthusiasts! 👋 I recently built and deployed a comprehensive financial data service using Rust and wanted to share my experience. This isn't your typical R...

Continue reading
Rust, Web Dev

🚀 Supercharging My Rust Blog: A Performance Journey with Modern Rust Magic

May 25, 2025 · 4 min read · 29 views

How I discovered the joy of zero-cost abstractions and made my blog blazingly fast âš¡ Yesterday, I went down a delightful rabbit hole of Rust performance optimizations, and wow - the results were inc...

Continue reading
Rust, Web Dev

🚀 Building Production-Ready Security: My Journey Optimizing a Rust Blog with Axum

May 25, 2025 · 5 min read · 38 views

A deep dive into rate limiting, intelligent caching, and modern Rust patterns for web applications Recently, I've been working on hardening my blog, which I built with Rust and Axum for production dep...

Continue reading
Rust, Web Dev

Our Error Handling Adventure: Wrangling Results with Rust Crates!

May 20, 2025 · 5 min read · 33 views

Hey everyone! Have you ever been coding where you start with one way of doing things, and then, as your project grows, you realize, "Hmm, maybe there's a better way?" That was us recently with error h...

Continue reading
Rust, Web Dev

From IP to IP+UA: The Evolution of View Tracking 🚀

May 20, 2025 · 3 min read · 21 views

Hey there, fellow tech enthusiasts! 👋 Today, I want to share a fun journey about how we evolved our blog's view-tracking system. It's like upgrading from a bicycle to a motorcycle - both get you pl...

Continue reading