Introduction to Ory
  • JavaScript
  • NestJS
  • 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.

Edouard Maleix

Edouard Maleix

Integrating Ory in Production with NestJS
  • JavaScript
  • Ory
  • 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

Edouard Maleix

Edouard Maleix

Mastering the Design-to-Code Flow with Figma, Storybook, and Angular (Part 4)
  • Angular
  • Figma
  • Storybook

Mastering the Design-to-Code Flow with Figma, Storybook, and Angular (Part 4)

Welcome back to our design token series! In our previous entries, we’ve explored the concept of extracting design tokens from Figma. Today, we talk about applying the design tokens by creating Angular components.

Markus Nissl

Markus Nissl

Mastering the Design-to-Code Flow with Figma, Storybook, and Angular (Part 3)
  • Angular
  • Figma
  • Storybook

Mastering the Design-to-Code Flow with Figma, Storybook, and Angular (Part 3)

Welcome back to our design token series! In our previous entries, we’ve explored the concept of design tokens and their pivotal role in creating consistent, scalable design systems. Today, let us delve into the practical side: extracting tokens from Figma.

Markus Nissl

Markus Nissl

Mastering the Design-to-Code Flow with Figma, Storybook, and Angular (Part 2)
  • Angular
  • Figma
  • Storybook

Mastering the Design-to-Code Flow with Figma, Storybook, and Angular (Part 2)

Welcome back to our continuing exploration into design tokens, and their place within modern development flows. Picking up from where we left off, this segment puts Figma under the microscope.

Markus Nissl

Markus Nissl

Mastering the Design-to-Code Flow with Figma, Storybook, and Angular (Part 1)
  • Angular
  • Storybook
  • Figma

Mastering the Design-to-Code Flow with Figma, Storybook, and Angular (Part 1)

Welcome to the our series, where we’ll explore the synergistic relationship between Figma, Storybook, and Angular

Markus Nissl

Markus Nissl

Creating NestJS Libraries with Nx
  • JavaScript
  • 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.

Edouard Maleix

Edouard Maleix

Mastering Interaction to Next Paint with RxAngular
  • RxAngular
  • Web Performance
  • Angular

Mastering Interaction to Next Paint with RxAngular

In this article we're taking a deep dive into optimizing Interaction to Next Paint (INP) with scheduling APIs. We will examine native solutions with their pros & cons and RxAngular's approach to performance optimizations.

Kirill Karnaukhov

Kirill Karnaukhov

Performance Optimization with Zone-Flags. How to Debug Zone Flags. Part 3
  • Angular
  • RxAngular
  • Zone-Flags

Performance Optimization with Zone-Flags. How to Debug Zone Flags. Part 3

With so many moving parts involved in making Zone Flags work the way you need them to, troubleshooting is not easy. This article explains what problems to expect and which debugging strategies you should implement working with zone-flags.

Michael Hladky

Michael Hladky

Performance Optimization with Zone-Flags. A Close Look at Zone-Flags in RxAngular. Part 2
  • Angular
  • RxAngular
  • Zone-Flags

Performance Optimization with Zone-Flags. A Close Look at Zone-Flags in RxAngular. Part 2

Currently, there are two ways of configuring zone.js. In the previous article, we’ve discussed how to disable Zone completely over BootstrapOptions. Zone Flags is the other equally viable alternative to consider when deciding to configure zone.js.

Michael Hladky

Michael Hladky