Angular libraries

Angular libraries

Introduction What are libraries? It’s funny how we use words in programming. I saw a meme yesterday about how Git terms sound for a non-technical person. Imagine someone who doesn’t have a technical background reading this. The same happens with the word...
Angular Signals

Angular Signals

One of the big problems of the front-end, not just Angular, is reactivity. How do I react to change? It’s a big problem because it’s intertwined with other concepts like change detection or asynchronous programming. The solution that Angular provided to...
State management or Observable services

State management or Observable services

State management or Observable services ? All right, all right. We got it. Everybody got their flavor. And that’s ok. But what are you going to do when all those flavors try to mix up in a team of developers with strong opinions about state management? Some will...