Seven Years, and the Work That Travelled Furthest

I am Amey Thakur, and I opened github.com/Amey-Thakur on 5 September 2019, then left it empty for 425 days. Today, on its seventh anniversary, I read every repository on it in one sitting, oldest first. Three things became impossible to miss: the work that reaches people is the work a stranger can run without asking me anything, the quiet years were not idle years, and public work decays silently unless somebody audits it on purpose. This is the full account, with the figures, and what I gave every repository before closing it.

September 5, 2026 · 20 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

Digital Bookstore

Special thanks to Mega Satish for her meaningful contributions, support, and wisdom that helped shape this work. The project’s main goal is to build an online book store where users can search for and buy books based on title, author, and subject. The chosen books are shown in a tabular style and the customer may buy them online using a credit card.

July 17, 2021 · 12 min · Amey Thakur

Chat Room Using HTML, PHP, CSS, JS, AJAX

Special thanks to Karan Dhiman for his meaningful contributions, support, and wisdom that helped shape this work. Earlier there was no mode of online communication between users. In big or small organizations communication between users posed a challenge. The main objective of our Simple Chat Room project is to create a chat application that helps different users to communicate with each other through a server connected.

June 28, 2021 · 11 min · Amey Thakur