Slides, source codes and videos from meetup 2 (2019)
Gagik Arustamyan Topic: Understanding Node.js performance Github: @arrustamyan Writing performant Node.js applications is not about applying tips and tricks from blog posts. Let's explore what makes Node slow and how to find and fix the performance issues yourself. |
|
Anahit Vardanian Topic: Async Microservices with Apache Kafka and Node.js Code: Apache Kafka usage in Node.js Github: @anahit42 How to handle background processes in Node.js using message queues: use cases, why and when to choose message queues over RESTful APIs, benefits of using Apache Kafka. |
|
Ujjwal Sharma Topic: To ESM is human: The journeyman's guide to Modules in Node.js Twitter: @ryzokuken Github: @ryzokuken There's only one thing more complicated than ES Modules on browsers – ES Modules in Node.js. But how did we get here? How do modules even work? What are the merits and demerits around these conflicting module systems and why does everyone get so emotional while talking about them? |