
Reading, Thinking, Writing, Talking




I think the above GIF tells how the year has passed for me. I had a hard time keeping up. A great year with so many good memories, personal triumphs, and failures, and at the end, it is ending with a punch in the face. 🙂 I have traveled abroad, inside the country, and around

Priority queues in C++ are max-priority-queue by default. Meaning, that the first item in the queue is the max value. If I insert the following integer values inside the priority queue in C++, they will be ordered in decreasing order. The priority queue will be sorted like this. Often we want to declare the priority

In this blog, I am not going to explain, why you should use GraphQL or when you should use GraphQL. Answering those questions requires architect level knowledge, which I don’t possess at this very moment. I am just assuming, you have decided to use GraphQL in your project (either by force or by choice) and…

Have you ever experienced an itch you just can’t scratch? If yes, then you will feel my pain. A few days back, everything was fine, I was happily writing code(!) and doing standup meetings regularly. Just before the weekend, my boss called me and shared this problem with me. We were creating a page upon

Recently I have started doing an open source project where I intend to visualize Quine-McCluskey Algorithm . I have done working on a minimal version of it. Though it is not at all what I thought it would be. When I was working on the idea I thought I will visualize this algorithm with awesome

or
Follow me here