APAyush Panditinayush-pandit.hashnode.dev·4d ago · 6 min readKafka Core Concepts When most developers first learn Kafka, they are introduced to a bunch of terms like Producer , Consumer, Partition, Offset, Topics etc. The problem is that none of these explain why Kafka exists. It'00
MSMr. Subhash Singhinjourneywithsubhash.hashnode.dev·6d ago · 2 min readHTML Tables (`<table>` Tag)Introduction HTML tables are used to display data in rows and columns. They help organize information neatly and make it easier for users to read. Tables are commonly used for student records, product00
SNShah Nawazinblog.nawaz.info·Jun 18 · 7 min readAttempt to Learn Elixir: Functions and PatternsElixir is a functional programming language. Functional languages are built with functions as first-class citizens and tend to involve a declarative style of programming, where we specify what is to b10
SShayintoddlerstech.hashnode.dev·Jun 11 · 2 min readURL Parameters vs Query Strings in Express.jsToday we will discuss about a easy concept of http api . this concept may sound fancy but it is used in almost all websites.For starters they help to pass variable values to the urls . These variables00
FSFlutter Senseiinfluttersensei.hashnode.dev·Jun 4 · 7 min readHow to Build Your First Android App in 2026 (The Smart, AI-Powered Way)Choosing the right path to build your first Android app in 2026 can feel overwhelming. With so many tools, frameworks, and conflicting advice out there, it’s easy to get stuck before you even write a 10
ZAZestminds Academyinzestmindsacademy.hashnode.dev·Jun 2 · 8 min readWhat Python’s = Operator Really Does: Names, References, and Mutable DataMost Python bugs do not start with advanced concepts. They often start with small assumptions learners make while writing simple code. One of the most common assumptions is that assignment always mean10
MLMichael Laroccainmichaeljudelarocca.hashnode.dev·May 20 · 15 min readLearn to Code with Scrimba: From Beginner to HiredIntroduction Want to learn web development and kickstart a lucrative career in tech? In this special guest issue, developer educator and Scrimba teacher Shant Dashjian shares practical advice on maste00
SBSaachi Badalinsaachis-blog.hashnode.dev·May 12 · 6 min readConvexity, Logistic Loss, and the Overfitting BattleWhen moving from regression to classification, reusing the exact same optimization components without evaluating their underlying geometry can break your training pipeline. Today, I realized why the M00
SGShikhar Guptainthecleancommit.hashnode.dev·Apr 15 · 6 min readFunctions in JavaScriptIn the previous blog, we learned how to control the flow of our program using conditions like if, else, and switch. Now your program can make decisions. But there is still a problem. Imagine writing t00
MRMuqaddas Rashidinrebooted-engineer.hashnode.dev·Mar 29 · 6 min readI Took a Career Break to Be a Mom. Here's Why I'm Coming Back — and Why Now.I want to tell you something I've been sitting with for a while. Before the break, I was a software engineer building production AI systems — chatbots processing real banking transactions, automation 00