Podcast
Angular Performance Success with Michael Hladky

Description
In this episode of Angular Master Podcast, Dariusz Kalbarczyk – a co-founder of NG-Poland.pl and JS-Poland.pl – talks to a very special guest from Vienna, Austria: trainer and consultant, #Angular #NestJS #RxJS and #TypeScript expert, #GDE #MVP and performance engineer, Michael Hladky.
Episode discussion areas:
Where to start with performance in Angular?
Is SSR a good choice for performance?
Can we make additional improvements?
Let’s talk about zone.js and NgZone.
What is ChangeDetection, and should we care about it?
Change detection and IVY features.
detectChanges vs markForCheck.
How would you measure the difference in the change detection process?
How can we refactor an application to go fully zone-less, is it even possible?
Best and bad performance practices.
Are there any example repositories to see real-life implementations? (https://github.com/tastejs/angular-movies)
What kind of person is Michael? How do you see yourself?
Do you have some hints for us regarding self-organization?
Do you have any favorite hobbies?
What’s about your work-life balance? Do you have some hints for us?
Favorite sports activity.
How do you remember your last visit to Poland?
You run 4-day workshops, very intensive workshops, how do you regenerate after such a lot of effort?
What are you planning for NG / JS Poland?
More from the speaker

Modern Angular Best Practices: Reactivity and Resource Based Architecture | @NgGlühwein
PushBased
Dec 11, 2025 · Vienna, Austria
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.

Implementing Incremental Hydration in Angular (Part 3/3)
Implement incremental hydration in a real-world Angular app - Basic setup, hydration triggers and important considerations for a seamless integration.

The Game-Changing Impact of Incremental Hydration in Angular (Part 2/3)
Let's dive deeper into why incremental hydration in Angular matters so much for performance and user experience, focusing on its influence on Largest Contentful Paint (LCP), Interaction to Next Paint (INP), and Cumulative Layout Shift (CLS).

