Web Development
NgRx Store From the Perspective of a Backend Developer
Mar 9, 2024 · 9 min read
The Redux pattern is a hot topic in frontend development. However, most people find it confusing to read, write, and maintain. Although there are numerous articles that explain this pattern and its usage, they often use vocabulary and terms specific to Redux, instead of using common software development terminology. This makes it difficult for beginners to understand and apply the pattern effectively.
Server Side Rendering with Angular
Dec 30, 2023 · 8 min read
In this article, we will go over the concept of server-side rending (SSR) in frontend development delving into its benefits and the need behind its rising. Then we will move forward with a working example of server-side rendering with Angular using "angular-ssr".