Noam Zingboim

Noam Zingboim

Noam Zingboim is a seasoned software engineer specializing in Node.js, JavaScript, and system design for scalable backend services. With experience ranging from architecting new products to maintaining critical systems, he focuses on building maintainable, reliable, and high-performance solutions.
JavaScript File Handling Like a Pro: From ZIP Streams to Memory-Efficient Parsing
JSNation US 2025JSNation US 2025
Upcoming
JavaScript File Handling Like a Pro: From ZIP Streams to Memory-Efficient Parsing
Handling files in JavaScript goes far beyond fs.readFile. In this practical talk, you'll learn how to process large files efficiently using streams, pipeline(), async iterators, and backpressure handling — all without crashing your server. From real-time CSV parsing to ZIP decompression and production-safe file cleanup, we’ll explore powerful patterns that make your Node.js apps faster, safer, and ready for scale.