You know about the Input decorator in Angular. Did you know that Angular 17 brought us signal inputs? Signals allow primitive types to react to changes, and now we can do that via input! This will mean cleaner code that’s easier to maintain!
Learn how to use Redux in a modern way by taking advantage of Redux Toolkit and Redux Toolkit Query to reduce boilerplate code for managing shared state and server data.
Discover JSON Web Token in this post—one of the most common token standards in the world—and learn how to use it in ASP.NET Core through a practical example.