#javascriptforever результаты поиска
What's the WORST bug you've ever shipped to production? 🐛 Share your horror story! 👇 let me retweet the interesting one 🫡 #WebDevelopment #Frontend #javascriptforever
Every coding tutorial ever: 😂 Todo apps: the hello world of web dev 😅 💬 What’s the most overused tutorial project you’ve seen? Drop it below 👇 #WebDevelopment #javascriptforever #Frontend
🔹 slice() – Copy part of an array without changing the original 🔹 reverse() – Flip the array order 🔹 shift() – Remove first item 🔹 pop() – Remove last item 🔹 unshift() – Add item(s) to the start 🔹 push() – Add item(s) to the end #javascriptforever #LikeRepost
What fuels your coding? ☕ ☕ Coffee (team awake) 🍵 Tea (team calm) ⚡ Energy drinks 💧 Water (healthy dev) Mine 👇 #WebDevelopment #javascriptforever #Frontend
Understanding these topics will prepare you for most React roles in the industry 🎯 #react #javascriptforever #WebDevelopment
🧠 React Tip: Don’t mutate state directly! 🤔 Direct mutation skips React’s re-render cycle — UI won’t update 👀 #ZahidReacts #javascriptforever #Frontend
💻 Developer: “It works on my machine.” 🧪 QA: “Then let’s ship your machine.” Isn't relatable? 😁 #WebDevelopment #javascriptforever
🔥 JavaScript Quick Quiz! What do you think these evaluate to? 👇 💭 Drop your answer in the comments — I’ll retweet the correct one! 🚀 #WebDevelopment #javascriptforever #Frontend
🚀 Pro React Tip: Always use useCallback for functions passed to child components to prevent unnecessary re-renders. #WebDevelopment #javascriptforever
“You need a face to be an influencer.” Nah. You need value. Solve problems → build trust → grow organically. That’s the real algorithm. 🔑 #WebDevelopment #javascriptforever
The Universal Debugging Journey 😅 function findBug() { console.log("here"); console.log("here 2"); console.log("wtf"); console.log("HOW"); console.log("IT WORKS NOW???"); } Drop your favorite “debug moment” below 👇 #WebDevelopment #javascriptforever #Frontend
"React Devs! Simplify your forms with a custom useForm hook! ⚛️ Here's my 8-line magic in the comment: 💫 No more juggling multiple useState calls — just one clean hook to rule them all. #ZahidReacts #WebDevelopment #javascriptforever
Closures aren’t just theory — they can power real systems. ⚡ This JS function createStoreWithEvents(): - Stores data (CRUD) - Notifies live subscribers - Keeps everything private via closure scope a mini database + event bus in one. leanpub.com/javascriptstar… #javascriptforever
Solved some questions regarding js understanding how it works and all of it but still a lot to explore web dev a long way to go #WebDevelopment #javascriptforever #MERN #FullStackDeveloper #Grind @sheryians_ @harshbhaiyaa
🚀 ¡Novedades noviembre ENI! 📌 JavaScript | 📊 Excel 2024 | 🌐 HTML5 & CSS3 Prepárate para crear, analizar y diseñar como un profesional. Descúbrelos 👉 ediciones-eni.com/novedades #tech #javascriptforever #Excel #WebDevelopment #html5 #CSS3 #AprendizajeContinuo
Me: “Everyone says React is dead.” AI: Releases React 20.0, now with psychic AI hooks! Me: “React is undead and writing my todo list from the grave. #JavaScriptForever #ZombieFramework”
🚀 ¡Novedades noviembre ENI! 📌 JavaScript | 📊 Excel 2024 | 🌐 HTML5 & CSS3 Prepárate para crear, analizar y diseñar como un profesional. Descúbrelos 👉 ediciones-eni.com/novedades #tech #javascriptforever #Excel #WebDevelopment #html5 #CSS3 #AprendizajeContinuo
The Calm Developer’s Manifesto “I will not fight the date. I will wrap it in a function and move on.” @Grok said this to me today. Oh I wish it was this simple.... #developerproblems #javascriptforever
⚠️ What's the output? [1, 5, 10, 50].sort() A) [1, 5, 10, 50] B) [1, 10, 5, 50] C) [1, 10, 50, 5] D) [50, 10, 5, 1] Drop the correct option👇 #javascriptforever #WebDevelopment
🚀 Pro React Tip: Always use useCallback for functions passed to child components to prevent unnecessary re-renders. #WebDevelopment #javascriptforever
If you could start learning web dev again, what would you do differently? 🤔 I'd spend more time on fundamentals before jumping to frameworks. Your advice for beginners? 👇 #WebDevelopment #javascriptforever
Which code editor is your favourite? 👨💻 🔵 VS Code 🟢 WebStorm 🟡 Sublime Text 🔴 Cursor Mine favourite is 🤔👇 #WebDevelopment #javascriptforever
Explanation:💥 The plus sign converts the value into a number. True becomes 1, false becomes 0. Null also becomes 0. Undefined cannot convert to a number, so it becomes NaN. Drop a 👍 if you find it helpful.Bookmark it for later. #WebDevelopment #javascriptforever
🔥 JavaScript Quick Quiz! What do you think these evaluate to? 👇 💭 Drop your answer in the comments — I’ll retweet the correct one! 🚀 #WebDevelopment #javascriptforever #Frontend
“You need a face to be an influencer.” Nah. You need value. Solve problems → build trust → grow organically. That’s the real algorithm. 🔑 #WebDevelopment #javascriptforever
💻 Developer: “It works on my machine.” 🧪 QA: “Then let’s ship your machine.” Isn't relatable? 😁 #WebDevelopment #javascriptforever
What fuels your coding? ☕ ☕ Coffee (team awake) 🍵 Tea (team calm) ⚡ Energy drinks 💧 Water (healthy dev) Mine 👇 #WebDevelopment #javascriptforever #Frontend
What's the WORST bug you've ever shipped to production? 🐛 Share your horror story! 👇 let me retweet the interesting one 🫡 #WebDevelopment #Frontend #javascriptforever
Solved some questions regarding js understanding how it works and all of it but still a lot to explore web dev a long way to go #WebDevelopment #javascriptforever #MERN #FullStackDeveloper #Grind @sheryians_ @harshbhaiyaa
Every coding tutorial ever: 😂 Todo apps: the hello world of web dev 😅 💬 What’s the most overused tutorial project you’ve seen? Drop it below 👇 #WebDevelopment #javascriptforever #Frontend
🔥 JavaScript Quick Quiz! What do you think these evaluate to? 👇 💭 Drop your answer in the comments — I’ll retweet the correct one! 🚀 #WebDevelopment #javascriptforever #Frontend
The Universal Debugging Journey 😅 function findBug() { console.log("here"); console.log("here 2"); console.log("wtf"); console.log("HOW"); console.log("IT WORKS NOW???"); } Drop your favorite “debug moment” below 👇 #WebDevelopment #javascriptforever #Frontend
Every coding tutorial ever: 😂 Todo apps: the hello world of web dev 😅 💬 What’s the most overused tutorial project you’ve seen? Drop it below 👇 #WebDevelopment #javascriptforever #Frontend
🔹 slice() – Copy part of an array without changing the original 🔹 reverse() – Flip the array order 🔹 shift() – Remove first item 🔹 pop() – Remove last item 🔹 unshift() – Add item(s) to the start 🔹 push() – Add item(s) to the end #javascriptforever #LikeRepost
Understanding these topics will prepare you for most React roles in the industry 🎯 #react #javascriptforever #WebDevelopment
💻 Developer: “It works on my machine.” 🧪 QA: “Then let’s ship your machine.” Isn't relatable? 😁 #WebDevelopment #javascriptforever
🚀 Pro React Tip: Always use useCallback for functions passed to child components to prevent unnecessary re-renders. #WebDevelopment #javascriptforever
🔥 JavaScript Quick Quiz! What do you think these evaluate to? 👇 💭 Drop your answer in the comments — I’ll retweet the correct one! 🚀 #WebDevelopment #javascriptforever #Frontend
🧠 React Tip: Don’t mutate state directly! 🤔 Direct mutation skips React’s re-render cycle — UI won’t update 👀 #ZahidReacts #javascriptforever #Frontend
The Universal Debugging Journey 😅 function findBug() { console.log("here"); console.log("here 2"); console.log("wtf"); console.log("HOW"); console.log("IT WORKS NOW???"); } Drop your favorite “debug moment” below 👇 #WebDevelopment #javascriptforever #Frontend
Solved some questions regarding js understanding how it works and all of it but still a lot to explore web dev a long way to go #WebDevelopment #javascriptforever #MERN #FullStackDeveloper #Grind @sheryians_ @harshbhaiyaa
J'ai testé mes connaissance sur @skillvalue en JS niveau avancé Un petit 13/20 x) Encore quelque truc a apprendre et ça, ça fait plaisir !! #JavascriptForEver !
"React Devs! Simplify your forms with a custom useForm hook! ⚛️ Here's my 8-line magic in the comment: 💫 No more juggling multiple useState calls — just one clean hook to rule them all. #ZahidReacts #WebDevelopment #javascriptforever
Closures aren’t just theory — they can power real systems. ⚡ This JS function createStoreWithEvents(): - Stores data (CRUD) - Notifies live subscribers - Keeps everything private via closure scope a mini database + event bus in one. leanpub.com/javascriptstar… #javascriptforever
Just had my eyes opened wide by @gblock about the wonders that await my JavaScript wanting fingers - Vanilla-js! bri.gd/2DKmU7Z #javascriptforever #ftw
Day 27 of #100DaysOfCode 17, October 2025 Learning about JavaScript Strings. I learnt: - JavaScript String Templates - JavaScript String Methods - JavaScript String Search #javascriptlearning #javascriptforever #LearnInPublic
Day 26 of #100DaysOfCode Made my restaurant website project Fight Club-inspired. Bite Club 🍽️😋. #buildinpublic #webdevproject #LearnInPublic
Dnes som robil takú malú fičúrinku na akostavat.com. Programatori použilislužbu, ktorá prestala existovať. Tak som vytvoril widget, ktorý ťahá dáta z openweathermap.org. Žiadny framework, čistý javascript, štýlovanie a html. 😎😉💪 #backtobasics #javascriptforever
Something went wrong.
Something went wrong.
United States Trends
- 1. #happybdayTYGA N/A
- 2. $SENS $0.70 Senseonics CGM N/A
- 3. $APDN $0.20 Applied DNA N/A
- 4. $LMT $450.50 Lockheed F-35 N/A
- 5. Sonic 06 2,812 posts
- 6. Peggy 33.9K posts
- 7. Berseria 5,437 posts
- 8. Zeraora 16.6K posts
- 9. Comey 41.8K posts
- 10. #ComunaONada 4,116 posts
- 11. Cory Mills 33.6K posts
- 12. Stargate 3,466 posts
- 13. Dearborn 391K posts
- 14. Halligan 14.9K posts
- 15. $NVDA 45.9K posts
- 16. Ryan Wedding 6,596 posts
- 17. Cooks 10.4K posts
- 18. Randy Jones 1,173 posts
- 19. #BoldandBeautiful N/A
- 20. Rick Hendrick 1,485 posts