Kafka Explained Like you're 5No jargon. No heavy architecture docs. Just a really good analogy and everything you need to actually understand Apache Kafka.Mar 16, 2026·8 min read
(Teleporting Human, Understanding serialization and De serialization in Javascript) The Mission: Stellar exchangeFeb 13, 2025·3 min read
Javascript Basics -> Basics of giving life to a website.Introduction What is Javascript? Have you ever wondered, when you click on a button for example pay button, you are taken to a form and then you fill the form on the website, and the payment is made, my friend that is nothing but Javascript working b...Feb 10, 2025·5 min read
Contra-script, Javascript Array and MethodsDeclaration of Array This is the year 1987; we are at Jungle base. let level1 = ['grunt', 'grunt', 'flying-soldier', 'grunt']; // we need to engage now console.log(level1, "Engage"); Methods in arrays Shift() Our hero, Bill needs to take out a few e...Feb 7, 2025·3 min read
Demystifying the Internet 💡. Let's dive in.Ever thought when entering google.com and performing any search on the internet, how does it work❓, how you get there in such a lightning speed❓.Jan 16, 2025·3 min read
Git and GitHub Basics and GuidelinesBasics Let’s begin from scratch. What is GIT?Git is a version control system designed to track project file changes. It also helps you collaborate with other developers, so you can work in sync. It was developed by Linus Torvalds in 2005. It also all...Jan 8, 2025·6 min read
State Management in ReactWhat is state management in React? State management is a fundamental aspect of building modern web applications with React. It involves managing the data that drives component behaviour and appearance dynamically. From simple values to complex object...May 22, 2024·3 min read