>Projects

>Ye

"Ye" is a simple website that runs synchronously developed to demonstrate understanding and mastering of the NodeJS architecture. Ye generates a random Kanye West quote using kanye.rest API and sends that quote to SerpStack API, which in return fetches the google search results of the quote generated by the first API. Source Code

>DuckAGoGo

Command line application for quick internet searches with translation features.This application uses Duckduckgo's API to fetch search results of the user's desired query. DuckAGoGo can also be used as a tranlating tool using the LibreTranslate API. Developed for my need to do quick searches and translations while I'm in my development environment(Emacs). This application is written purely in Go. Source Code