✕ Clear all filters
2,664 articles

📰 Medium · JavaScript

2,664 articles · Updated every 3 hours · View all reads

All Articles 71,737Blog Posts 101,114Tech Tutorials 17,423Research Papers 15,343News 12,868 ⚡ AI Lessons
Implementasi PHP, MySQL, JavaScript, dan Autentikasi pada Sistem Moderasi Komentar YouTube…
Medium · JavaScript 3h ago
Implementasi PHP, MySQL, JavaScript, dan Autentikasi pada Sistem Moderasi Komentar YouTube…
Team 4 Project Continue reading on Medium »
Learning jQuery as a beginner : Exploring a classic Javascript library
Medium · JavaScript 3h ago
Learning jQuery as a beginner : Exploring a classic Javascript library
If I had to describe jQuery, I’d call it “a JavaScript library that prevents us from breaking our fingers.” Continue reading on Medium »
The this Keyword in JavaScript: The Mental Model Most Developers Miss
Medium · JavaScript 3h ago
The this Keyword in JavaScript: The Mental Model Most Developers Miss
You’ve written the function correctly. The object is right there. But this returns undefined and you have no idea why. Sound familiar… Continue reading on Mediu
I Pulled Full Code Out of Lovable Without Trusting the Visible DOM
Medium · JavaScript 4h ago
I Pulled Full Code Out of Lovable Without Trusting the Visible DOM
If you try to export code from a modern browser editor by scraping only what you can see, you usually lose. Continue reading on Medium »
Medium · JavaScript 4h ago
Stop pasting JWTs into jwt.io
You’re debugging an authentication issue. The frontend is getting a 403. You copy the JWT from the Authorization header, open jwt.io in a… Continue reading on M
What Are the Key Technologies Covered in MERN Stack Courses?
Medium · JavaScript 4h ago
What Are the Key Technologies Covered in MERN Stack Courses?
In today’s digital-first world, businesses are constantly looking for skilled developers who can build fast, scalable, and user-friendly… Continue reading on Me
JavaScript Dates: The Complete Guide from Basics to Advanced Concepts, Pitfalls, Best Practices…
Medium · JavaScript 4h ago
JavaScript Dates: The Complete Guide from Basics to Advanced Concepts, Pitfalls, Best Practices…
Introduction Continue reading on Medium »
A Journey into React Architecture: Components and Side Effect Management with useEffect
Medium · JavaScript 5h ago
A Journey into React Architecture: Components and Side Effect Management with useEffect
When you step into the modern web development world, the word you’ll probably hear most often is “React.” So, what is the magic structure… Continue reading on M
React’ın Kalbi: Component Tabanlı Mimari ve API ile Pagination Yönetimi
Medium · JavaScript 5h ago
React’ın Kalbi: Component Tabanlı Mimari ve API ile Pagination Yönetimi
Modern web geliştirme dünyasında kullanıcı arayüzleri (UI) inşa etmek, geçmişe kıyasla çok daha dinamik ve karmaşık bir hale geldi. Bu… Continue reading on Medi
Golang vs Java: Why Startups Rocket with Go and Enterprises Anchor with Java in 2026
Medium · JavaScript 5h ago
Golang vs Java: Why Startups Rocket with Go and Enterprises Anchor with Java in 2026
Ever just kinda wonder why all those fresh, zippy startups are absolutely head over heels for Golang, but then you look at the big… Continue reading on Medium »
How a Missing Pair of Speakers Turned into a Desktop App
Medium · JavaScript 5h ago
How a Missing Pair of Speakers Turned into a Desktop App
Old PC too broke to buy new speakers, I turned my phone into one Continue reading on Medium »
Project Eqlectika: Building an Inside-Out Planet in JS (Looking for Contributors)
Medium · JavaScript ⚡ AI Lesson 6h ago
Project Eqlectika: Building an Inside-Out Planet in JS (Looking for Contributors)
Imagine a world where the landscape doesn’t sink below the horizon but rises above you, closing into a massive dome overhead. Standing in… Continue reading on M
What Is the start() Function in JavaScript? (The Honest Answer Nobody Gives You)
Medium · JavaScript 6h ago
What Is the start() Function in JavaScript? (The Honest Answer Nobody Gives You)
A few years ago I was deep in a tutorial, copied a line that said start(), and it just... worked. So naturally I assumed start()was some… Continue reading on De
Medium · JavaScript 7h ago
JSON, Python objects, and LLMs: the complete picture
From REST API responses to parsing LLM outputs — everything you need to know about JSON objects, json.loads, and json.dumps Continue reading on Medium »
I gave up on LeetCode three times before something finally clicked
Medium · JavaScript 7h ago
I gave up on LeetCode three times before something finally clicked
I’m going to be honest with you: my first three runs at learning data structures and algorithms were embarrassing. Continue reading on Medium »
I Built the Same App in Vanilla JS, React, and Next.js — Here’s the Truth
Medium · JavaScript 7h ago
I Built the Same App in Vanilla JS, React, and Next.js — Here’s the Truth
Continue reading on Skill Stuff »
10 JavaScript Projects That Look Impressive on GitHub and Teach Real Skills
Medium · JavaScript 8h ago
10 JavaScript Projects That Look Impressive on GitHub and Teach Real Skills
The best portfolio projects don’t just look good — they teach the kind of engineering recruiters actually care about. Continue reading on JavaScript in Plain En
How Node.js handles concurrency (without threads)
Medium · JavaScript 8h ago
How Node.js handles concurrency (without threads)
Most backend engineers hit the same wall when they first run Node.js under real load: thousands of concurrent connections, a single thread… Continue reading on
Why Android Developers Should Learn System Design in 2026 (And Why Most of Us Are Ignoring It)
Medium · JavaScript 🏗️ Systems Design & Architecture ⚡ AI Lesson 10h ago
Why Android Developers Should Learn System Design in 2026 (And Why Most of Us Are Ignoring It)
You’ve mastered Jetpack Compose, Coroutines, and Clean Architecture. But when the interviewer asks “design a URL shortener” — you blank… Continue reading on Med
Managing Product Tour State in React with Zustand
Medium · JavaScript 10h ago
Managing Product Tour State in React with Zustand
Why React Context isn’t enough for multi-tour apps Continue reading on Medium »