Workshop
Essentials in Reactive Programming with RxJS

Description
In this workshop, you will get an overview of the library and have the opportunity to learn about the concept, approach, and implementation of RxJS! After a practical and detailed tour through observables, attendees will also implement their first stream-based code.
AGENDA
Conceptual introduction to Rx
Promise vs Observables
Subscription callbacks
How to use pipes
Patterns and examples of operator combinations
Multicasting with observables (singlecast / multicast)
What are subjects
More from the trainer

Deterministic AI Workflows for a Large-Scale Code Base | Michael Hladky @ ngLodz

ngLodz
May 20, 2026 · Lodz
Deterministic AI Workflows for a Large-Scale Code Base | Michael Hladky @ ngKato

ngKato
May 21, 2026 · Katowice
Agentic UI Is A Frontend Architecture Problem, Not A Chat Window
The dominant picture of Agentic UI is wrong. You imagine a Copilot-style chat panel grafted onto an existing product: a sidebar that takes natural language, calls a model, and prints a reply. You ship it, call it agentic, and move on.

Advanced CPU Profiling in Node - Profile Data Structure
CPU profiles are more than flame charts—they’re structured JSON files. Learn how nodes, samples, and time deltas form the backbone of DevTools performance data.

Advanced CPU Profiling in Node - Real-Life Examples
Profiling is easiest when it's real. Learn how to capture and make sense of CPU profiles in Node.js across scripts, threads, and processes—then apply it to your own projects.

Advanced CPU Profiling in Node - Best Practices and Pitfalls
Get deeper insights into your Node.JS performance. Learn how to master advanced CPU profiling with built-in tools, interpret process/thread IDs, and optimize using sampling intervals. Troubleshooting and real examples included.

