Concurrency and C#
Recently, I gave a talk at work titled . Naturally, I spent a lot of time reading blogs and books about this topic. Here is my attempt to…
2022, Sep 18 — 4 minute readRecently, I gave a talk at work titled . Naturally, I spent a lot of time reading blogs and books about this topic. Here is my attempt to…
2022, Sep 18 — 4 minute readWalter Isaacson's Code Breaker is the book that introduced me to the advancements in the field of Genetic Engineering and the genome project…
2022, Aug 28 — 3 minute readWe are all familiar that Hbase is a NoSQL datastore. Let us go one level deeper to understand how it works on a high level. Hbase is a key…
2021, Nov 25 — 4 minute readService Mesh is not new. But it continues to be a buzz word. It sounds quite complex for someone new. So, I intend to break it down (for my…
2021, Nov 21 — 2 minute readGithub Actions provides a way to automate your software workflows. The most common usage I have come across is the CI and CD pipeline…
2021, Sep 06 — 4 minute readI decided to write this blog with Gatsby and run it on Github Pages because I am on a quest to learn markdown and I like the idea of having…
2021, Sep 02 — 3 minute readI started this blog using the template present in the github repository here. The template came with a page where the page lists all the…
2021, Aug 31 — 3 minute readI completed a course on Functional Programming on LinkedIn Learning and here is what I want to remember from it. What is Functional…
2021, Aug 18 — 5 minute readSEO stands for Search Engine Optimization. Search engines like Google (with 92+ percent market share) do a lot of preprocessing and prepare…
2021, Aug 16 — 2 minute read