Skip to main content

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.

Github Link Article Link

Word Count in Go
#

I recently came across the Coding Challenges for a wc clone. So, I gave it a try.

Github Link

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.

Github Link

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.

Gitlab Link