lakidev
AboutSkillsProjectsBlogsContact
AboutSkillsProjectsBlogsContact
Blog

Articles on backend systems,full stack development, and real product work

A small collection of practical articles based on the kind of backend and full stack work I enjoy building.

AuthenticationApril 2026•9 min read

Integrating Microsoft Entra ID Auth in a Next.js and NestJS App

How I implemented Microsoft Entra ID authentication with MSAL on the frontend, token validation in NestJS, Azure Security Group checks, user sync, and JWT session handling.

Read article →
AuthenticationApril 2026•8 min read

How I Build Authentication in NestJS Apps

A practical walkthrough of how I implement authentication in NestJS using JWT access tokens, refresh tokens, email verification, password reset flows, and route protection.

Read article →
NestJSApril 2026•7 min read

How I Handle User Sessions in NestJS

A practical look at how I manage user sessions in NestJS using refresh tokens, database-backed session records, token rotation, session revocation, and forced logout flows.

Read article →

© 2026 Lazar Panović. All rights reserved.

Designed and developed with Next.js and Tailwind CSS.