React-quiz-app
React Quiz App 🧠 This project highlights hands‑on understanding of React fundamentals, component‑based architecture, and efficient state management. Live demo...
React Quiz App 🧠 This project highlights hands‑on understanding of React fundamentals, component‑based architecture, and efficient state management. Live demo...
Introduction I've been very impressed, so far, with Datastar https://data-star.devhttps://data-star.dev, a tiny JavaScript library for front‑end work. I switch...
!Cover image for 'Var vs Let: The Big Confusion Explained!'https://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A...
Vulnerability Overview - CVE ID: CVE-2026-25641 - CVSS Score: 10.0 Critical - Published: 2026-02-06 - CWE: CWE-367 TOCTOU - Attack Vector: Network - Impact: Re...
!dnyh2https://media2.dev.to/dynamic/image/width=50,height=50,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2...
Problem Statement Implement Promise.prototype.finally so that a callback is executed when a promise is settled either fulfilled or rejected. Boilerplate javasc...
I’ve been programming for 11 years. Mostly web but I touch backend, mobile, devops, AI and almost everything else you can imagine ; I still often feel like I kn...
Introduction Yesterday I did a deep dive into constructor signatures. Today we’ll look at the difference between using the new keyword constructor signature an...
Why Execution Context is important in JavaScript? When I first learned JavaScript, I tried to memorize syntax but struggled to understand why the code behaved t...
!Cover image for snakension - a browser extension for playing snake when you're offlinehttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravi...
As you probably didn't even notice, I skipped the January issue of my wannabe monthly newsletter. I was in a hurry towards some deadlines, and I wrote three oth...
Let’s talk about a JavaScript expression that looks wrong but is 100 % valid 👀 js == ! At first glance, most people expect this to be false. 👉 But the result...