Projects
Table of Contents
Blog RAG #
This project uses all open source and freely available resources to create a simple LangChain application. The basic idea is to take in few of my blog articles as the relevant context information and pass it onto a LLM to get grounded response from the LLM.
Word Count in Go #
I recently came across the Coding Challenges for a wc clone. So, I gave it a try.
Go Quotes API #
The API just hits the Goodreads quotes page and fires a search. It returns a list of Quotes with their authors. I have built it and deployed it on Heroku.
This site #
This page has been built on Hugo and hosted on Gitlab. There is a gitlab pipeline running that rebuilds the site on pushing any new article as a markdown file.