Highly Scalable URL Shortner with Go
A high-scale URL shortener in Go inspired by Bitly's 4K req/sec traffic. Features sharded DB, distributed IDs, Paseto auth & caching. Handles growth via logical→physical shard conversion
Checkout projectI’ve worked on tons of little projects over the years but these are the ones that I’m most proud of. Many of them are open-source.
A high-scale URL shortener in Go inspired by Bitly's 4K req/sec traffic. Features sharded DB, distributed IDs, Paseto auth & caching. Handles growth via logical→physical shard conversion
Checkout projectBuilding a distributed file storage system in Go using P2P architecture. Nodes communicate via TCP to store/retrieve file chunks across the network without central servers, using RWMutex for safe concurrent operations.
Checkout projectThe Recurring Models package for Laravel is the ultimate solution for adding recurring functionality to your Laravel Models.
Checkout projectThe Laravel Form Request Tester package is a collection of helpers that help test form requests. There are various ways to test form requests, either directly or through HTTP tests, that validate the behavior in form requests.
Checkout project