My Usage of LLM Tools including ChatGPT, Copilot and others.


In this post I am writing about My Usage of LLM Tools including ChatGPT, Copilot and others. What do I use, how do I use and what are my thoughs about many of the things. Including some posts or online resources that helped me in my journey.…
Read more ⟶

Taking Interviews in the time of ChatGPT


ChatGPT is changing the way we conduct interviews. In this post, I will discuss the importance of asking practical questions, assessing cultural fit, and evaluating a candidate’s ability to keep up with the latest developments during interviews. And how we can accept ChatGPT or similar tools in the interview process. And add more layers in the assessment 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 ⟶

Things I learnt in My Career


There are lot of things I learnt during my career. In this post, I talk about such learnings from non-technical aspects of life.…
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 ⟶

YAC - Some Kotlin Magic


In this post I will share some examples of how Kotlin helped me to overcome problems I have faced in Java…
Read more ⟶