12 articles

📰 Dev.to · Shashi Bhushan Kumar

Articles from Dev.to · Shashi Bhushan Kumar · 12 articles · Updated every 3 hours · View all reads

All ⚡ AI Lessons (10119) ArXiv cs.AIDev.to · FORUM WEBForbes InnovationDev.to AIOpenAI NewsHugging Face Blog
JavaScript Event Loop Explained in Simple Words
Dev.to · Shashi Bhushan Kumar 1mo ago
JavaScript Event Loop Explained in Simple Words
JavaScript Event Loop Explained in Simple Words JavaScript is single-threaded. That means...
What is the Spread Operator in JavaScript?
Dev.to · Shashi Bhushan Kumar 1mo ago
What is the Spread Operator in JavaScript?
The spread operator (...) is a simple but powerful feature in modern JavaScript. It allows...
Difference Between Shallow Copy and Deep Copy in JavaScript
Dev.to · Shashi Bhushan Kumar 1mo ago
Difference Between Shallow Copy and Deep Copy in JavaScript
Understanding Shallow Copy vs Deep Copy in JavaScript Copying objects in JavaScript isn’t...
Why Does console.log() Sometimes Show Unexpected Values in JavaScript?
Dev.to · Shashi Bhushan Kumar 1mo ago
Why Does console.log() Sometimes Show Unexpected Values in JavaScript?
Sometimes we write console.log() and the output surprises us. This usually happens because...
What is a Closure in JavaScript? Explained Simply
Dev.to · Shashi Bhushan Kumar 1mo ago
What is a Closure in JavaScript? Explained Simply
Closures are often introduced as an “advanced concept,” but the idea is surprisingly simple. A...
What is async/await? ❤️ (Valentine Special for Developers)
Dev.to · Shashi Bhushan Kumar 1mo ago
What is async/await? ❤️ (Valentine Special for Developers)
Let’s understand async/await in a simple real-life way. No complex definitions. Just real...
Building a Full-Stack Healthcare Platform with Flutter, Node.js & MongoDB (Doctor Help – WIP)
Dev.to · Shashi Bhushan Kumar 2mo ago
Building a Full-Stack Healthcare Platform with Flutter, Node.js & MongoDB (Doctor Help – WIP)
We are currently building Doctor Help, a full-stack healthcare platform that connects patients and...
Promise vs Callback
Dev.to · Shashi Bhushan Kumar 2mo ago
Promise vs Callback
When learning JavaScript, many beginners get confused between Callback and Promise. Here is a very...