DevConf.CZ 2026

Deepesh Nair

A Senior Software Engineer at Red Hat, Deepesh Nair focuses on building the next generation of developer platforms. With deep expertise in FastAPI, Node.js, and PostgreSQL, his recent work centers on secure AI integration, specifically through MCP servers and schema introspection tools. Deepesh is driven by a mission to make complex enterprise systems accessible through natural language. He brings a unique perspective to security and DX, informed by his experience as a core organizer for DevConf


Company or affiliation:

Red Hat

Job title:

Senior Software Engineer


Session

06-18
14:00
35min
Going Fast: Building Ultra-Low Latency APIs in Node.js with Native Modules and Worker Threads
Deepesh Nair, Prathamesh Shirsat

In performance critical domains like fintech, gaming, real-time analytics, AI inference, and edge computing, even small inefficiencies can cause event loop stalls and unpredictable tail latency.

This talk explores how to push Node.js beyond its perceived limits by combining modern platform capabilities: worker_threads for true parallelism, native modules via N-API (Rust or C++) for CPU-intensive workloads, and fine-grained performance analysis of the event loop. Through a real-world API example, we’ll show how to offload heavy computation without blocking request handling, reduce serialization overhead, and achieve stable, low-latency responses under high load.

Attendees will learn how to identify CPU bottlenecks, design worker pools, decide when JavaScript is “fast enough,” and integrate native code without sacrificing maintainability. The session includes live demos, profiling graphs, and before/after latency benchmarks using tools like clinic.js.

Programming and Application Development
E104 (capacity 72)