Modern Node.js Patterns
11–20 of 448 posts
Re: Modern Node.js Patterns
#12Re: Modern Node.js Patterns
#13Re: Modern Node.js Patterns
#14Earlier quoted context omitted.
One of the core things Node.js got right was streams. (Anyone remember substack’s presentation “Thinking in streams”?) It’s good to see them continue to push that forward.
Why? Why is a stream better than an array? Why is the concept of a realtime loop and for looping through a buffer not sufficient?
Hopefully this helps! :D
Re: Modern Node.js Patterns
#15Earlier quoted context omitted.
One of the core things Node.js got right was streams. (Anyone remember substack’s presentation “Thinking in streams”?) It’s good to see them continue to push that forward.
Why? Why is a stream better than an array? Why is the concept of a realtime loop and for looping through a buffer not sufficient?
Re: Modern Node.js Patterns
#16Re: Modern Node.js Patterns
#17Re: Modern Node.js Patterns
#18Earlier quoted context omitted.
Architecture astronaut is a term I hadn't heard but can appreciate. However I fail to see that here. It's a fair overview of newish Node features... Haven't touched Node in a few years so kinda useful.
It's a good one with some history and growing public knowledge now. I'd encourage a deep dive, it goes all the way back to at least CPP and small talk. While I can see some arguments for "we need good tools like Node so that we can more easily write actual applications that solve actual business problems", this seems to me to be the opposite. All I should ever have to do to import a bunch of functions from a file is…
Re: Modern Node.js Patterns
#19[flagged]
Just because a new feature can't always easily be slipped into old codebases doesn't make it a bad feature.
Re: Modern Node.js Patterns
#20[flagged]