My Adventures With Local LLMs


After toying with GPT based models. I have also explored how we can use these models locally, without internet, having full control. This post describes my process and learnings about my explorations……
Read more ⟶

My LLM Workflow: ChatGPT, Copilot, and Other Tools


Explore my personal workflow using LLM tools like ChatGPT and Copilot. Learn how I leverage AI for coding, writing, and daily tasks, plus discover helpful resources.
Read more ⟶

ChatGPT and the Future of Technical Interviews


Learn how ChatGPT is changing technical interviews. Focus on practical skills, cultural fit, and adapting to AI in the hiring process.
Read more ⟶

Golden Rule Of Sanity: No ORM/ODM


Many teams start with ORM/ODM for various reason. But ORM/ODM don’t scale because of a reason. And to perserve sanity, all ORM/ODM must be avoided unless it’s provided by the team who built the database…
Read more ⟶

Introducing Gitconfig Provider


Introducing First CLI I made using Golang.…
Read more ⟶

Career Lessons: Key Learnings from Software Development


Discover essential career lessons from over a decade in software development, covering non-technical skills, team building, and work-life balance.
Read more ⟶

Connect AWS Cognito to Database


AWS Cognito is very powerful system of managing users, connecting AWS Cognito with our own database is easy and very important task. This post describes how we leverage best of both Cognito and Our database to our advantage…
Read more ⟶

From Mobile to Backend Developer


Being a Senior Android Developer, I have got a chance to develop for a backend, this post chronicles the journey…
Read more ⟶

Creating Notes Site


In this article, we will see how I built my notes site using a simple node script and deployed using Github actions.…
Read more ⟶

Connecting R53 With External Domains


In this article, we will see how we can use AWS’ Route 53 to connect with external domains and serve static S3 website.…
Read more ⟶

Passing AWS Solution Architect Associate


This is the post about AWS Solution Architect Exam and tips to pass the exam.…
Read more ⟶

Using Coroutines


Coroutine is most powerful and natural way to process multithreading code. This post is excercept of the talk given to my team.…
Read more ⟶

Using Bitbucket As Private Maven Repository


Sharing code from Private libraries is a difficult task. In this post we will see how we can use BitBucket as Private Maven Repository.…
Read more ⟶

YAC - Firebase remote config


Firebase is the base behind YAC’s many functionalities, remote config is one of them. In this post I have described how remote config solves some of the problems I have.…
Read more ⟶

YAC - Kotlin Wrapup


Before starting to next series on firebase. I would like to wrapup things on kotlin and announce couple of new things.…
Read more ⟶