JS geek
Mentoring, Technical assistance, Side projects.
As developers, we're constantly seeking ways to create more dynamic and engaging user experiences. One approach to achieving this is by leveraging real-time communication between the client and server. While WebSockets are a popular choice, Server-Se...

Class-based interceptors for handling HTTP requests and responses has been a very useful Angular feature. However, Angular 14 introduced a more functional approach, allowing us to use function-based interceptors. This can simplify our code and make i...
