Explore tweets tagged as #async
@sonirahul0109
RAHUL Soni
13 hours
#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
@Abhishek_97733
Abhishek Saharan
1 day
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
@AmanRoy29629082
Aman Roy
12 hours
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
@AsyncKing
Async
4 hours
💳 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
@Raju_dev0
RajuGangitla
10 hours
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
@AntonMartyniuk
Anton Martyniuk
5 days
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
@AnuragBuilds
Anurag
4 days
👨🏻‍💻Day 93/100 ~💻 Catch errors better with async Handlers #100DaysOfCode #WebDevelopment
0
0
3
@imuratalpay
Murat Alpay
4 hours
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
@motiadev
motia
3 days
🚨 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
@the_octobro
octo
11 days
Async Rust ergonomics are truly something else
40
11
314
@Lordjeets
Lord
11 hours
蓝v互关,最近贼多人互关不回关,我特意搞了一段代码,用于急速取关未回关的屌毛。 方法很简单: 1.打开你的关注中用户列表 2.鼠标随便找个地方按右键 3.点检查 4.找到控制台(console) 5.在控制台中手动输入:allow pasting--回车 6.粘贴以下代码 就开始取关了,想取消就刷新网页就行 (async () => {
2
0
5
@DoctorYev
Yev Marusenko, Ph.D.
3 days
LIVE view of a growth engine in high-velocity AI startup Async momentum, systems, layers
3
1
9
@code_async
Tarun
6 days
- Best resource to master database internals
0
0
5
@ty_udy
Ty Udy
2 days
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
@priyam63p
Priyam Patra
2 days
Lecture 21 of JavaScript. Learnt about: 🚀Async 🚀Await 🚀Promises Best lecture of JavaScript @rohit_negi9 @adityatandon02
0
0
2
@Thetiwarishubh
Shubham Tiwari
1 day
1️⃣ Day 11 of #100DaysOfCode — Built a Random Joke Generator using Async/Await & Fetch API! 😂⚡
0
0
4
@uziakaizzy
Akshit Guleria
5 days
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
@AmanRoy29629082
Aman Roy
9 hours
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
@cedric_exbrayat
Cedric Exbrayat
3 days
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