📰 Dev.to · Subhrangsu Bera
Articles from Dev.to · Subhrangsu Bera · 12 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (9405)
ArXiv cs.AIDev.to · FORUM WEBForbes InnovationDev.to AIOpenAI NewsHugging Face Blog

Dev.to · Subhrangsu Bera
3w ago
JavaScript OOP: From Blueprints to Reality
Up until now, you’ve likely been writing code "procedurally"—writing a line, then another, then...

Dev.to · Subhrangsu Bera
3w ago
The Magic of `this`, `call()`, `apply()`, and `bind()` in JavaScript
Have you ever been in a conversation where someone said, "This is amazing!" and you had to ask,...

Dev.to · Subhrangsu Bera
3w ago
JavaScript Objects: Your Code's "Labeled Storage Unit"
Imagine you’re building a student profile. If you use separate variables like studentName,...

Dev.to · Subhrangsu Bera
3w ago
JavaScript Array Methods You Must Know
Welcome back! 👋 In the previous post, we learned that an array is like a train holding your data in...

Dev.to · Subhrangsu Bera
4w ago
JavaScript Arrays 101: The Ultimate Guide to Organizing Data
Imagine you’re building a simple app to track a Movie Marathon. You have five favorite films you want...

Dev.to · Subhrangsu Bera
1mo ago
Control Flow in JavaScript: If, Else, and Switch
In the previous blog of this JavaScript series, we explored JavaScript Operators: The Basics You Need...

Dev.to · Subhrangsu Bera
1mo ago
JavaScript Operators: The Basics You Need to Know
In the previous blog of this JavaScript series, we learned about Variables and Data Types — how...

Dev.to · Subhrangsu Bera
1mo ago
Understanding Variables and Data Types in JavaScript
If you're starting your JavaScript journey, one of the first concepts you'll encounter is Variables...

Dev.to · Subhrangsu Bera
1mo ago
JavaScript Promises — Office Chai Edition (States, Methods & Event Loop)
JavaScript Promises are one of the most misunderstood yet essential features in modern JavaScript...

Dev.to · Subhrangsu Bera
2mo ago
Git for Beginners: From “What Is This?” to Your First Commit
Have you ever worked on a project, made a mistake, and wished you could just “Control + Z” your...

Dev.to · Subhrangsu Bera
2mo ago
Inside Git: How It Really Works (With the .git Folder Explained)
Git is not magic. Git is just a very smart storage system. Most beginners learn Git by memorizing...

Dev.to · Subhrangsu Bera
2mo ago
Why Version Control Exists: The Pendrive Problem
When I first started learning software development, I didn’t want to just memorize Git commands. I...
DeepCamp AI