EUNO.NEWS EUNO.NEWS
  • All (20931) +237
  • AI (3154) +13
  • DevOps (932) +6
  • Software (11018) +167
  • IT (5778) +50
  • Education (48)
  • Notice
  • All (20931) +237
    • AI (3154) +13
    • DevOps (932) +6
    • Software (11018) +167
    • IT (5778) +50
    • Education (48)
  • Notice
  • All (20931) +237
  • AI (3154) +13
  • DevOps (932) +6
  • Software (11018) +167
  • IT (5778) +50
  • Education (48)
  • Notice
Sources Tags Search
한국어 English 中文
  • 1 week ago · software

    Unraveling the Node.js Event Loop: The Asynchronous Heartbeat That Powers Your Code

    Node.js Event Loop – A Deep Dive Node.js has revolutionized web development with its promise of speed and scalability, particularly in handling concurrent conn...

    #node.js #event loop #asynchronous programming #javascript #non-blocking I/O #performance
  • 1 week ago · software

    What Happens Before the Event Loop

    JavaScript code is not executed natively by an engine the moment a task appears in the call stack. Most articles focus on how the Event Loop works, leaving out...

    #JavaScript #event loop #ECMAScript #execution context #closures #scope #Temporal Dead Zone
  • 2 weeks ago · software

    Asynchronous in JavaScript

    🔴 Synchronous Normal One task mudinja apram thaan next task start aagum. javascript console.log'One'; console.log'Two'; console.log'Three'; 👉 Output One Two...

    #javascript #asynchronous #setTimeout #event-loop #programming #web-development
  • 2 weeks ago · software

    Why setTimeout Returns an Object in Node.js (and Why setInterval Can Break Your App)

    JavaScript timers seem simple at first glance: setTimeout and setInterval schedule work for later. When you move from the browser to Node.js, a subtle but impor...

    #nodejs #javascript #settimeout #setinterval #timers #ref #unref #event-loop #backend #typescript
  • 3 weeks ago · software

    Is 1000Hz possible in Chrome? Bypassing the Event Loop to test Mouse Polling Rate

    !Cover image for Is 1000Hz possible in Chrome? Bypassing the Event Loop to test Mouse Polling Ratehttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=...

    #Chrome #mouse polling rate #1000Hz #event loop #JavaScript #web performance #browser APIs #hardware testing
  • 0 month ago · software

    The Secret Life of JavaScript: Asynchrony

    Introduction Timothy sighed, resting his forehead against the cool oak of the drafting table. Sheets of logic diagrams were spread out before him. > “I’m stuck...

    #JavaScript #asynchrony #event loop #call stack #single-threaded #async programming #web development
  • 1 month ago · software

    Node.js Is Slow? Only If You Don’t Know This 🚀

    Truth bomb Node.js is not slow. Most Node.js applications are slow because developers use it the wrong way. Common myths: - “Node.js can’t handle scale” ❌ - “N...

    #Node.js #performance #event-loop #non-blocking I/O #async programming #best practices
  • 1 month ago · software

    Synchronous vs. Asynchronous JavaScript : A Real-World Explanation

    Introduction JavaScript executes code line by line synchronously by default, but it can perform asynchronous operations e.g., setTimeout, fetch, callbacks to a...

    #javascript #asynchronous #synchronous #event-loop #callbacks #setTimeout #web-apis #programming
  • 1 month ago · software

    Explicit is Better Than Implicit: Mastering Pytest Fixtures and Async Testing

    The Problem: Event Loops Are Confusing Here's the thing about async Python: your async/await code needs an event loop to run. That's not optional. And there ar...

    #pytest #async testing #python #fixtures #fastapi #event loop #trio #unit testing
EUNO.NEWS
RSS GitHub © 2026