the attack surface keeps growing. 19M NGINX instances today. 170 npm packages yesterday.
the theme is the same — unmaintained, unpatched, and nobody was watching.
know what’s dying in your stack 💀 #javascript#devtools#buildinpublic
Built a Fortune Teller app with JavaScript
Practiced: if statements, random number generation, conditional logic, variable assignment
Using Math.random() to generate different fortunes dynamically
#JavaScript#WebDevelopment#100DaysOfCode
Built a simple MathBot with JavaScript
Explored:
Math.random(), Math.floor(), Math.ceil(), Math.round(), Math.max() and Math.min()
Also practiced generating random numbers and integers while learning how JavaScript handles math operations
#JavaScript#WebDevelopment
Bonus — re-adding deps exposes weak libraries immediately. If it can't survive a clean install, it wasn't surviving the upgrade anyway.
Also: don't blindly grab the latest version. Check GitHub issues before committing.
#ReactNative#MobileDev#JavaScript#Programming
what if you could run #playwright#javascript or #typescript projects directly from your chrome browser. no npm install needed. see the results right there (or send it a table or another api) (skip video to 1:10 timestamp)
Day 200 of DSA
A lighter day today, but consistency stays undefeated.
🔁 Revision:
• Swap Nodes in Pairs
🆕 New Questions:
• First Unique Character in a String
• Sort Characters by Frequency
200 days of showing up.
#100DaysOfCode#DSA#JavaScript#LeetCode#Programming
Template literals are used EVERYWHERE in modern JavaScript.
Especially in:
React JSX
Express responses
API messages
dynamic HTML
backend logging
emails/messages
#JavaScript