Llilaindeveloper-advocate.hashnode.dev00Best Platforms for Dev ContentJun 10 · 10 min read · Summary: If you want the short answer, the best platforms for finding and reading developer content are not all the same thing. The right choice depends on whether you want to follow practical tutoriaJoin discussion
CKCaro Krützmannincarokruetzi.hashnode.dev00Who am I actually writing for?Apr 10 · 4 min read · *For transparency: Written with help of Claude ai; structured thoughts and text The Post that started this A while back I wrote a post about Oracle intervals. Nothing fancy, just a place to look thingJoin discussion
FEFrancess Ezinne Ekezieindocsdevsafrica.hashnode.dev00Why I Started Docs & Devs AfricaApr 1 · 2 min read · I didn’t start this blog just because I wanted to write, I started because I kept noticing a gap. Coming from a background in PR and brand storytelling, I’ve always understood the power of communicatiJoin discussion
NFNausheen Faiyazincodexninja.hashnode.dev00Callbacks in JavaScript: Why They ExistMar 25 · 5 min read · If you’ve been learning JavaScript, you’ve definitely seen this word callback And at first it feels like: Okay… it’s a function… but why is it passed inside another function??? And then when async cJoin discussion
NFNausheen Faiyazincodexninja.hashnode.dev10Synchronous vs Asynchronous JavaScriptMar 25 · 6 min read · Let’s be real. When you first hear synchronous and asynchronous in JavaScript, it feels like some big complicated concept. But the truth is… it’s actually very simple. You just need the right way to lJoin discussion
NFNausheen Faiyazincodexninja.hashnode.dev00Understanding Object-Oriented Programming in JavaScriptMar 15 · 7 min read · When people start learning JavaScript seriously, sooner or later they hear this term:Object-Oriented Programming (OOP). At first it sounds like something very complicated or “advanced”. But honestly, Join discussion
SASohaib Ahmed Siddiquiindevelopermistakes.hashnode.dev0010 Mistakes New Developers Make (and How to Avoid Them)Mar 13 · 4 min read · Starting a career in software development is exciting, but it can also be overwhelming. New technologies, frameworks, and tools appear constantly, and beginners often struggle to know what to focus onJoin discussion
NFNausheen Faiyazincodexninja.hashnode.dev00JavaScript Arrays 101: Create, Access, Update, and Loop Through ArraysMar 10 · 5 min read · When we start learning JavaScript most of the time we work with simple values. Maybe a number, or maybe a string. let fruit = 'Apple'; let marks = 95; Something like this pretty straightforward. But Join discussion
NFNausheen Faiyazincodexninja.hashnode.dev00Arrow Functions in JavaScript: A Simpler Way to Write FunctionsMar 9 · 7 min read · When you start writing JavaScript programs, one thing becomes very obvious pretty quickly. You end up writing a lot of functions. Some functions are small helper functions, some perform simple calculaJoin discussion
NFNausheen Faiyazincodexninja.hashnode.dev00Control Flow in JavaScript: If, Else, and Switch ExplainedMar 4 · 8 min read · Imagine writing a program that just runs every single line without thinking, no decision, no condition, no alternate paths. That wouldn't be very useful, right?Because real life doesn't work in a straJoin discussion