Advanced CPU Profiling in Node - Profile Data Structure

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.

JavaScript Web Performance DevTools Architecture Change Detection
Michael Hladky

Michael Hladky

Advanced CPU Profiling in Node - Real-Life Examples

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.

Web Performance JavaScript Performance Audit DevTools Architecture Monorepo
Michael Hladky

Michael Hladky

Advanced CPU Profiling in Node - Best Practices and Pitfalls

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.

Web Performance JavaScript DevTools
Michael Hladky

Michael Hladky

The Game-Changing Impact of Incremental Hydration in Angular (Part 2/3)

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).

Angular Architecture Web Performance JavaScript
Michael Hladky

Michael Hladky

Unlocking Code's DNA: What You Need to Know About Abstract Syntax Trees

Unlocking Code's DNA: What You Need to Know About Abstract Syntax Trees

Think of an AST as the secret blueprint, the hidden structure that reveals the true meaning of your code – way more than just the lines you see on the screen. Let's dive in and demystify these ASTs, and I promise you'll see your code in a whole new light.

Architecture Angular JavaScript
Enea Jahollari

Enea Jahollari

Integrate Ory in a NestJS application

Integrate Ory in a NestJS application

Dive into integrating Ory within a NestJS framework, covering architecture design to practical deployment with the CatFoster example, enhancing security and functionality

JavaScript Ory NestJS
Edouard Maleix

Edouard Maleix

Create NestJS libraries to interact with Ory API

Create NestJS libraries to interact with Ory API

Explore how to enhance your NestJS projects with custom libraries for Ory API integration, ensuring robust and secure authentication.

JavaScript NestJS Ory
Edouard Maleix

Edouard Maleix

Introduction to Ory

Introduction to Ory

Learn to integrate Ory into your NestJS projects for enhanced authentication. This guide covers everything from initial setup to practical implementation and compliance with global standards.

JavaScript NestJS Ory
Edouard Maleix

Edouard Maleix

Integrating Ory in Production with NestJS

Integrating Ory in Production with NestJS

Explore the integration of Ory into NestJS for secure authentication. This guide covers creating libraries, practical implementation, and deployment to optimize app security and user management. Learn how to enhance your web applications efficiently

JavaScript Ory NestJS
Edouard Maleix

Edouard Maleix

Creating NestJS Libraries with Nx

Creating NestJS Libraries with Nx

After all this time using NestJS and Nx, I have identified some patterns I use to create libraries that are easy to use and maintain. I yearned to share these insights but needed a fitting use case.

JavaScript Nx
Edouard Maleix

Edouard Maleix