Tag: Angular
Unlocking Full-Stack Potential with Angular Analog Meta-Framework
In the ever-evolving world of web development, frameworks are the cornerstone of efficient, scalable, and high-performing applications. For Angular enthusiasts, the…
Read MoreAngular 16 takeUntilDestroy operator
The OG takeUntil from RxJS The takeUntil operator from RxJS is frequently used in Angular applications to automatically unsubscribe from observables…
Read MoreExploring the Distinctions: Promise Vs Observable
In the realm of JavaScript/TypeScript programming, Promise and Observable are two central concepts that aid in handling asynchronous operations. These concepts,…
Read MoreFeature Flags in Angular: Enhancing Development Agility
Feature flags, also known as feature toggles, are powerful tools that allow developers to turn features of a software product on…
Read MoreGeneric UI – Grid for Angular
I tripped across an open-source grid for Angular. It seems interesting. https://generic-ui.com/ I have not used the grid in a project,…
Read MoreAngular using ssl on localhost
Example Repo: https://github.com/chrisstraw/angular-ssl Requirement: you must have OpenSSL installed. I do this through https://chocolatey.org/ 1. To generate the key and crt…
Read MoreMy Notes: Deploying Angular/.Net Core App to Kubernetes
Good Post with DB migrations while the deploying is rolling out https://andrewlock.net/series/deploying-asp-net-core-applications-to-kubernetes
Read MoreMy Notes – Standup .Net API with Angular on Ubuntu
This is my notes on how I setup a .net core web api with an Angular frontend on a Ubuntu Linux…
Read More