The Way to Go(lang)
When I started exploring new programming languages and tooling, Go caught my attention for several compelling reasons. First and foremost, its ability to produce standalone binaries, similar to C, ...
When I started exploring new programming languages and tooling, Go caught my attention for several compelling reasons. First and foremost, its ability to produce standalone binaries, similar to C, ...
Preamble → This blog is a collection of my research and experimentation over two days to learn about RAG and LLMs. The main idea I was chasing was to set up RAG as a service (RAGaaS) - it’s pretty ...
Since writing this blog, I’ve updated the project significantly with multiple image options. The bulk of the usage below remains relevant, but the images are now named cst-<variant>:arm (or a...
Covering Bases GitHub Pages is a straightforward method to deploy a website right from a GitHub repository, especially for those with computer science skills. In a very simplistic way, GitHub page...
Checkout the challenges over at GitHub. Setup & First Flag My initial setup starts with getting into my containerized security toolkit. From there, set up a sandbox account in the default org...
Whats and Whys I wrote a tool called BudgetLord for one straightforward reason - to track expenses. There are so So sO SO many tools out there that do the same. And they do it so well, with so man...
Fusion is an RSS feed aggregator which has an inbuilt reader interface for articles too. It’s very easy to setup and is what I use for my reading day to day. It has a quick mark as read feature too...
Intent I’m not the best at taking notes, and I’ve been pursuing a goal for improving my note-taking ever since I started my Masters degree. During that time, I discovered Notion, which gave me a l...
Leantime is an open-source project management solution that can be considered an alternative to Asana, Monday.com, or ClickUp. Leantime provides project-based task management using Kanban boards, t...
This blog post covers my troubleshooting efforts and research on how we can use GitHub workflows for various architectures. It focuses more on how to build container images for ARM in the absence o...