SJSaurav Jhainsrvjha.hashnode.dev00System Design: Understanding Kafka Architecture9h ago · 4 min read · Suppose you are watching a cricket match IND vs AUS, World Cup Final 2023 :( . While checking the live score, you expect updates to appear in the correct sequence. For example: After 2 overs → IND 10Join discussion
DCDipesh Chaudharyinblogs.dipeshchaudhary.name.np00Understanding the NodeJS and Its architecture10h ago · 4 min read · NodeJS is the run time environment to execute javascript outside of the browser. In this article , we discussed about the introduction of nodejs, meaning of non-blocking event driven model, and event Join discussion
JDJagrata Debindebstechjournal.hashnode.dev00Motivation Is Overrated — Systems Keep Developers Consistent1h ago · 4 min read · Every developer wants consistency. Daily coding.Regular learning.Steady progress. Yet most of us rely on motivation — and motivation is unreliable. Some days you feel inspired.Most days you don’t. TheJoin discussion
MNMD Nawazish Ahmadinnawazcodes.hashnode.dev00Arrow Functions in JavaScript: A Simpler Way to Write Functions7h ago · 5 min read · What arrow functions are Let's start with the first question. What are arrow functions? There was a time when there were no arrow functions in JavaScript. They were introduced in JavaScript in 2015 asJoin discussion
SWSAGAR WADDENKERIindestructingblog.hashnode.dev00Destructuring in JavaScript 2h ago · 7 min read · Mostly as a beginner, we often find yourself digging into objects and arrays to pull out the data you need. Before destructuring, this felt like manually unpacking every single grocery bag one item atJoin discussion
MKMohit Kumarinmohitcodes-write.hashnode.dev00JavaScript Modules: Import and Export Explained8h ago · 6 min read · Introduction: Why modules are needed : Modules are needed in programming (especially in environments like Node.js or modern JavaScript) to organize, reuse, and manage code efficiently. Without modulesJoin discussion
ANAryan Nandanwarinaryan22n.hashnode.dev00Understanding Node.js Internals4h ago · 5 min read · If you are learning backend development with Node.js, one of the most important things to understand is how Node.js works internally. Many developers use Node.js every day, but they don’t really know Join discussion
SVShivam Vermaintwilightarc.hashnode.dev10Serialization and Deserialization in JS12h ago · 9 min read · While the title and sub includes a lot of heavy Jargons throughout this blog I explain each one meticulously and how they work together. Before understanding serialization we must understand what's thJoin discussion
HSHrishikesh Shanbhagintemplate-literals-in-javascript-hrishikesh.hashnode.dev00Template Literals in JavaScript1h ago · 5 min read · Problem with traditional string concatination Before understanding why there was a need to introduce template literals, we must understand what were the limitation in the traditional approach. The traJoin discussion
AKAnil Kambarintemplate-literals-in-js-anil-kambar.hashnode.dev00Template Literals in JavaScript1h ago · 6 min read · Say goodbye to messy string concatenation. Learn how backticks changed the way JavaScript developers write text — and why you'll never go back. The Problem with Old-School String Concatenation Before Join discussion