CGPA : 4.52
Used the python scrapy framework to scrape data and images, and stored in a rethinkdb cluster.
I deployed a 5 node rethinkdb cluster using ssh access from my computer to the server. Setup auto restart service for rethinkdb. Setup suitable indexing. Created a cron job for backing up my database dumps to Dropbox
Used Apollo Graphql Server to expose the aforementioned Rethinkdb cluster. I set up some basic tests using jest. And successfully sped up requests using Redis as an LRU cache. This is still in progress. Currently working on setting up authentication using either Firebase or Jwt tokens.
Using WinForms with C#, I created a desktop app for finding phishing sites using, the PhishTank API
Found it awesome I get to test out features before the general public, albeit plagued with the occasional Green Screen of Death and annoying bugs. I give feedback and feature requests quite often.
I was using elementary os for a while, had a number folders to be sorted alphabetically into a range of folders. Coded up a basic script within an hour without any prior experience with bash.
Used c# to write a quick and dirty program for downloading images from snafucomics.com. Was a simple recursion which took the first images URL as parameters and called its self with the next image URL.
I created a simple Nokia-bounce inspired game within a span of 2 days. Some of the assets were obtained online and others created with Microsoft paint.