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…
Sam Abraham, PMP, CSM Posts
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.…
Today, I get the privilege of starting a brand new Angular project from scratch. I decided to give the Angular project template built into Visual Studio 2019 a try. While,…
This past weekend was particularly busy for me with distilled SQL Server training. I attended the SQL Index Tuning pre-con with Brent Ozar on Friday followed by the all-day long…