PinnedPublished inLevel Up CodingApache Kafka Architecture and how does it workApache Kafka is distributed event store. It is based on the publisher-subscriber pattern. It provides redundancy and concurrency to a…May 16, 20221May 16, 20221
Published inLevel Up CodingUnderstanding Isolation Levels in a Database TransactionIn this article, we are going to discuss the various types of Isolation levels in a database transaction. Firstly, we need to discuss “What…Jun 5, 2022Jun 5, 2022
Published inLevel Up CodingUnderstanding Blockchain for BeginnersBlockchain is one of the most buzzwords in the current time. It is used across multiple applications and cryptocurrencies like Italian…May 31, 2022May 31, 2022
Published inLevel Up CodingRunning Kafka on Docker containerKafka is a distributed commit log. I have discussed about Kafka in my previous article…May 23, 20221May 23, 20221
Published inLevel Up CodingCassandra Architecture and how it performs read and write operationsCassandra is a distributed database that is used to perform read and write operations at a very high scale. To understand the how to read…Apr 19, 2022Apr 19, 2022
Published inJavaScript in Plain EnglishServer-Side Rendered vs. Client-Side Rendered WebsitesWe categorise websites into 2 categories. Let us explore the patterns used by devs to deliver HTML content from their servers to the…Jul 8, 20211Jul 8, 20211
Published inJavaScript in Plain EnglishHow Backend Architecture Scales and EvolvesAs developers, we are constantly designing and creating software systems. Software that solves a lot of problems. Software that is used by…Jun 27, 2021Jun 27, 2021
Published inJavaScript in Plain EnglishUnderstanding How Databases Store our Data: Introduction to LSM trees“In today's world, DATA is the gold which is stored on the chips.”Jun 8, 20212Jun 8, 20212
Published inJavaScript in Plain EnglishDocker Architecture and How it WorksIn this blog, we will try to understand the basic architecture of Docker and get a high-level view of how containers work.May 16, 2021May 16, 2021
Published inJavaScript in Plain EnglishConcepts of Load BalancingWhat Load Balancing is, and how it impacts on your softwareNov 5, 20201Nov 5, 20201