Explore tweets tagged as #async
#WebDevelopment Day 35 ✅ 🎯 TOPICS COVERED IN THIS VIDEO: ⭐JavaScript async await best practices. 🌟Async await performance optimization. 🌟JavaScript module blocking. 💥Fetch API async patterns. 💫JavaScript asynchronous,programming mistakes. Thank you @rohit_negi9
0
0
4
Day 26/100 🚀 Async/Await unlocked! Wild how it turns messy async code into something super clean and readable. JS is getting more fun every day! #100daysofcode #devjourney #javascript
0
0
4
Day-32 ✅ Event Loop in JavaScript ⚡ 📘 CoderArmy ✨ JS is Single-Threaded ✨ Browser adds Async power via Web APIs ✨ setTimeout, fetch, events → handled by Web APIs ✨ Event Loop moves tasks → Call Stack 📝 Notes → https://t.co/oYOVzfJnF4 🙌 By @rohit_negi9
#JS #EventLoop
0
0
3
💳 CREDITS 💳 ✨ Vectors made for fun! ❤️+♻️Its free! 📩 Commission me: https://t.co/BIchBS1X1m 👍 Have a good day! #RobloxDev #RobloxDeveloper #GameDev #RobloxStudio #VectorArt #DigitalDesign #DevCommunity
0
2
13
Nodejs internals (#29) Asynchronous Initialization This is a problem every backend developer hits: const db = new DatabaseClient(); await db.query("SELECT * FROM users"); // ❌ fails sometimes Why? Because JavaScript constructors can’t be async. The object is created
1
0
7
12 Secrets Senior developers use to increase the Performance of Web APIs That middles and juniors don't know 👇 1️⃣ 𝗣𝗿𝗲𝗳𝗲𝗿 𝗮𝘀𝘆𝗻𝗰𝗵𝗿𝗼𝗻𝗼𝘂𝘀 𝗰𝗮𝗹𝗹𝘀 𝘄𝗶𝘁𝗵 𝗮𝘀𝘆𝗻𝗰/𝗮𝘄𝗮𝗶𝘁 - Async/await allows your app to handle more requests simultaneously by freeing
7
15
54
Looking for 1 new client Product Design Async. Focused. Transparent. Daily updates, no meetings. Direct work, no PM layer I only work with 2 clients at a time
1
1
11
🚨 Building production AI agents? You're probably writing this: ❌ Manual async queues (Celery, BullMQ) ❌ Redis for state + conversation history ❌ Custom retry logic for API failures ❌ Logging/metrics infrastructure ❌ Load balancing & worker pools For EVERY agent workflow.
1
3
4
蓝v互关,最近贼多人互关不回关,我特意搞了一段代码,用于急速取关未回关的屌毛。 方法很简单: 1.打开你的关注中用户列表 2.鼠标随便找个地方按右键 3.点检查 4.找到控制台(console) 5.在控制台中手动输入:allow pasting--回车 6.粘贴以下代码 就开始取关了,想取消就刷新网页就行 (async () => {
2
0
5
LIVE view of a growth engine in high-velocity AI startup Async momentum, systems, layers
3
1
9
Async Prompting is my newest productivity hack …It goes like this… Enter prompt in Curosr to make some desired change …While waiting for Curosr… Go into my sprint in Notion and craft a prompt for my next task (see screenshot below for example) …Save for use later…
2
0
4
Lecture 21 of JavaScript. Learnt about: 🚀Async 🚀Await 🚀Promises Best lecture of JavaScript @rohit_negi9 @adityatandon02
0
0
2
1️⃣ Day 11 of #100DaysOfCode — Built a Random Joke Generator using Async/Await & Fetch API! 😂⚡
0
0
4
Today I learned how much script loading affects page speed. - Normal scripts literally pause HTML parsing until they’re done running. - Async scripts load in parallel but can run anytime. - Defer lets HTML finish parsing first, then runs the JS. <script defer> is the real MVP.
1
0
7
Day-33 ✅ Callback Hell in JS ⚡ 📘 CoderArmy ✨ Nested callbacks = “Pyramid of Doom” ✨ Happens in dependent async steps ✨ Hard to read & maintain ✨ Promises / Async-Await fix this 👍 📝 Notes → https://t.co/6VOYKaFyHw 🙌 By @rohit_negi9
#JS #CallbackHell
0
1
2
Just published part 2 of our @Angular Signal Forms series! 🚀 We go over: - custom validators - async validation - dynamic behavior - debouncing - custom form components Still experimental, but already very promising! 👉 https://t.co/HiLYK0mZxy
0
3
15