Mohammed Manssour

Things I’ve made trying to put my dent in the universe.

I’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.

Distributed File Storage System

Coming SoonGoOpen Source

Building 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 project

Form Request Tester Package for Laravel

LaravelPHPpackageOpen Source

The 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
Crafted with love by Mohammed Manssour