How I Built Open Source Fastest URL Shortener Ever With Rust
In this tutorial, I’ll be walking you thro building notlink - an open source, blazingly fast URL shortener ever. If you are Rust luver. You should definitely check this out. ✨ Tech Stack: Rust (core language) Shuttle (cloud deployment) Actix Web (backend framework) Neon (serverless PostgreSQL) Diesel (ORM for database magic) What we’ll be covering: ✅ Setting up a Rust project from scratch ✅ Integrating Diesel ORM with PostgreSQL (Neon) ✅ Building API endpoints (URL shortening/redirection) ✅ Database migrations, models, and helper functions (crypto, random code generation) ✅ Shuttle deployment hacks (including fixing libpq.so.5 issues with a custom script!) ✅ Testing with curl and troubleshooting Instructor: Hi, I'm Ibrohim. I build things and make content about it. Known mostly for 70+ Hackathons, 400+ Fails, 4+ Papers, 200K+ Creators, 2+ OS Contributions and $OC, $TROC Meme Coins.

In this tutorial, I’ll be walking you thro building notlink - an open source, blazingly fast URL shortener ever. If you are Rust luver. You should definitely check this out. ✨
Tech Stack:
- Rust (core language)
- Shuttle (cloud deployment)
- Actix Web (backend framework)
- Neon (serverless PostgreSQL)
- Diesel (ORM for database magic)
What we’ll be covering:
✅ Setting up a Rust project from scratch
✅ Integrating Diesel ORM with PostgreSQL (Neon)
✅ Building API endpoints (URL shortening/redirection)
✅ Database migrations, models, and helper functions (crypto, random code generation)
✅ Shuttle deployment hacks (including fixing libpq.so.5 issues with a custom script!)
✅ Testing with curl and troubleshooting
Instructor:
Hi, I'm Ibrohim. I build things and make content about it. Known mostly for 70+ Hackathons, 400+ Fails, 4+ Papers, 200K+ Creators, 2+ OS Contributions and $OC, $TROC Meme Coins.