
I Built an Angular Authentication Layer for the Signals Era
How I designed `ngx-auth-client` around reactive state, provider-agnostic authentication, functional guards, and safer token handling.

How I designed `ngx-auth-client` around reactive state, provider-agnostic authentication, functional guards, and safer token handling.

If you have been following the evolution of Google's framework over the last few years, you know it has been undergoing a silent reconstruct...

What is Mat Expressive? Mat Expressive is a library of styles, directives, and a few new components that sit on top of Angular Material. It'...

Most Angular libraries claim compatibility across multiple Angular versions—but how many actually verify it? Here's why I stopped testing my...

Four projects in, I was copying the same api.service.ts instead of writing it. The design decisions behind extracting it into @ismailza/ngx-...