One goal of .Net Core 3 is to better separate “The Core Framework” from “Framework Tooling”. Furthermore, a new feature that allows installing tools local to a project was introduced…
Sam Abraham, PMP, CSM Posts
In looking at Angular 9 and the latest release of the Ivy Angular compiler, we may benefit from going back and reminding ourselves of the differences between Virtual DOM, Incremental…
The much anticipated Angular 9 release is finally here! Now comes the challenge of how to install and experiment with the latest exiting features it brings without breaking other projects…
I am honored to have been extended the opportunity to present at the South Florida Developers Conference this year, taking place on February 29th, 2020. My talk will be about…
I use Visual Studio Code for my Angular Development. It is lightweight, free and has a portable version which I carry around with me everywhere just in case. However, I…
One should be cautious when deleting massive number of rows (ex: few millions) from a database. T-SQL Delete command is a logged operation as per the OLTP ACID properties (A…
Coming up with consistent, meaningful, yet short and pragmatic names for our Angular project components is not easy. Today, in trying to be very descriptive as per the Angular Style…
I love my command line. With all the CLI tools out there (dotnet, Angular, etc.) one can say that command line is back as an efficient way to get things…
Today, I ran into an issue where my local Git repository lost knowledge of the remote branch it is tracking. I had already made local commits to this branch and…
When comparing the Angular “Framework” against other “Libraries” such as React or Vue, one would argue against Angular. It is bulkier, more restrictive and opinionated when compared to other libraries.…