12 articles

📰 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
JavaScript Arrays 101: The Ultimate Guide to Organizing Data
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...
Control Flow in JavaScript: If, Else, and Switch
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...
JavaScript Operators: The Basics You Need to Know
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...
Understanding Variables and Data Types in JavaScript
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...
JavaScript Promises — Office Chai Edition (States, Methods & Event Loop)
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...
Git for Beginners: From “What Is This?” to Your First Commit
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...
Inside Git: How It Really Works (With the .git Folder Explained)
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...
Why Version Control Exists: The Pendrive Problem
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...