Projects

  • Proxy Server (Platform: Java): This software works as a medium between internet browser and the World Wide Web. Besides, administrator of this software can also block certain websites through this software. A port needs to be selected at the beginning. And then the browsers proxy setting should be set according to the specified port. [ github ]
  • Torrent Server(Platform: Java): This project was more about networking and server-client interaction. Where users will be able to share and download files from a server. If a file is shared by multiple users then when another user downloads it, different part of it will be downloaded from different sources simultaneously. [ github ]
  • Windows Explorer (Platform: C): A windows software with which you can explore your computer’s hard disk drive and open different type of files with default program. It was a project to become familiar with C language and basic data structure like array, linked list etc. [ github ]
  • Cookbook (Platform:Php, Oracle): It was a database sessional project. Learning database operations like: query, procedure, trigger etc. was the objective of this project. I developed a website called ‘CookBook’ in which user can upload the recipe of different food. Users will also be able to do like, comment. Besides there was an option to buy recipe related book online. [ github ]
  • Leaderboard (Unity): This is a simple game leaderboard developed with unity. The leaderboard represents different universities along with their points. The leaderboard is scrollable and interactive. [ github ]