Everything you need to know about Event Loop in JavaScript.
Before diving into it, we need to understand what multithreading is.
Multithreading is nothing but a programming feature by which we can make maximum use of the CPU by running two or more parts of the program simultaneously.
Nov 27, 2023 • 7 tweets • 2 min read
My 7 Web Development notes that may come in handy (unordered):
1. CORS 2. CSS box-model
Nov 21, 2023 • 6 tweets • 3 min read
5 GitHub repositories to complete 90% of your development needs:
1. Trigger
If you're building a Next.js app and you need to implement long-running jobs.
Trigger can help in webhooks, scheduling, events, etc.
For ex,
• User submits an idea
• Generate a tweet using AI
• Check scheduled time
• Post the tweet