Portfolio - Distributed Systems Projects

Gossip Simulator in a Distributed System using Erlang - October 2022
Technology/Languages: Erlang, Distributed Systems, Gossip Protocols, Networking
Optimized group communication system performance by writing a tool that compared convergence time for 10,000 nodes using both Gossip and push-sum algorithms, resulting in improved efficiency.

Bitcoin Mining Simulator using Erlang - October 2022
Technology/Languages: Erlang, Actor Model, Hashing
Designed a highly efficient bitcoin mining simulator using Erlang that successfully mined bitcoins by running SHA 256 hash on random strings and calculating the leading zeroes with precision.

Twitter Clone using Erlang and Distributed Systems - Oct 2022
Technology/Languages: Erlang, Distributed Systems, Actor Model, Networking, HTML, CSS
Built a twitter clone where users could register, login, create and share tweets using a web client that communicate with a server that ran on a distributed computing system to increase the efficiency.

Go Back