#programming-best-practices

[ follow ]
#code-clarity
#code-maintainability
#python
fromnodesource.com
2 months ago

How Node.js Handles Async Operations

Node.js operates on a single-threaded event loop, executing JavaScript code in a single thread while handling multiple tasks concurrently through asynchronous I/O and event-driven programming.
Node JS
fromHackernoon
1 year ago

IEnumerable Isn't What You Think It Is-And It's Breaking Your Code | HackerNoon

IEnumerable is not a collection and treating it as such can cause hard-to-catch bugs due to repeated enumeration.
Agile
[ Load more ]