A Comparative Study on Distributed File Systems

Special thanks to Mega Satish and Hasan Rizvi for their meaningful contributions, support, and wisdom that helped shape this work. Distributed File Systems form the backbone of large-scale data storage. Systems like the Hadoop File System, Google File System, and Network File System have changed how data is managed across servers.

March 31, 2022 · 12 min · Amey Thakur

Clock Synchronization in Distributed Systems

Special thanks to Mega Satish for her meaningful contributions, support, and wisdom that helped shape this work. Clock discrepancies are troublesome in distributed systems and pose major difficulties. To avoid mistakes, the clocks of separate CPUs must be synced. This is to ensure that communication and resource sharing are as efficient as possible.

March 31, 2022 · 28 min · Amey Thakur

Car Rental System

A fully integrated online car rental system: customers register, browse the fleet, and reserve a vehicle by location and dates, while the operator manages cars, bookings and users from an administrative side. This write-up covers the requirements, the use case, data flow and sequence diagrams, the MySQL schema, the PHP implementation, and screenshots of every screen in the finished system.

July 17, 2021 · 15 min · Amey Thakur