📰 Dev.to · Amar Gul
7 articles · Updated every 3 hours · View all reads
All
Articles 84,816Blog Posts 106,829Tech Tutorials 20,839Research Papers 18,055News 14,083
⚡ AI Lessons

Dev.to · Amar Gul
5d ago
Every JavaScript Object is a Hash Table — Here is What is Actually Happening Inside Your Curly Braces
Every time you write this: \javascript const user = { name: "Amar", role: "Senior Dev" }; \\ A...

Dev.to · Amar Gul
2w ago
BFS vs DFS — Same Graph, Why Such Different Paths? Visualized in React
BFS and DFS show up in every technical interview. Most developers know the names but get confused...

Dev.to · Amar Gul
3w ago
Linked Lists Finally Simple — Why Insert is O(1) When Arrays Are O(n)Uses This Algorithm for .sort()
Most developers understand arrays intuitively. But Linked Lists feel abstract until you see them...

Dev.to · Amar Gul
3w ago
Quick Sort — Why Your Programming Language Uses This Algorithm for .sort()
Every time you call .sort() in JavaScript, Python, or Java — Quick Sort is running under the...

Dev.to · Amar Gul
📐 ML Fundamentals
⚡ AI Lesson
4w ago
Merge Sort vs Bubble Sort — Why 800 Comparisons Beats 147 Every Time
Most developers know Merge Sort is faster than Bubble Sort. But watching it happen makes the...

Dev.to · Amar Gul
1mo ago
Binary Search vs Linear Search — Visualized in React with No Libraries
As a Senior React developer I wanted to show exactly WHY binary search exists — not just explain it...

Dev.to · Amar Gul
1mo ago
How I Built a Bubble Sort Visualizer in React — No Animation Libraries
As a Senior React developer I've built dozens of complex applications — but I wanted to create...
DeepCamp AI