NPM package versioning follows The Semantic Versioning Spec, which is a standardized way of specifying version numbers for software. In a package.json file, the semantic versioning (SemVer) scheme is used…
Sam Abraham, PMP, CSM Posts
Angular/NodeJS compatibility matrix can be accessed here
I recently ran into an issue debugging an ASP.NET 4.8 application in Visual Studio Community Edition. On startup, an error page pops up with message “Could not Find a part…
A classic debatable subject is whether a 100% percent code coverage is really a realistic requirement or goal. Opinions vary, but I feel the common consensus is “It depends”. For…
I am excited to be speaking about “.Net Core Application Logging with Serilog and MongoDB” at the Coders Café meeting taking place online on Tuesday May 19th, 2020. For more…
Logging is essential in any software. Logged messages can aid in troubleshooting sporadic errors that may only occur in production. Logging can also include identity tracking so we are able…
The Mongo Shell is an interactive JavaScript interface to MongoDB. You can use the mongo shell to query and update data as well as perform administrative operations ( https://docs.mongodb.com/manual/mongo/ ).…
While setting up MongoDB for windows using the MSI Installer, I ran into an interesting error on attempt to start the MongoDB Server Windows Service. To troubleshoot the problem, I…
Upgrading to the Angular CLI v9.0 template has been made much easier with the detailed upgrade instructions found at https://update.angular.io/#8.0:9.0l3 and selecting the option to migrate from Angular 8 to…
Microsoft’s File Checksum Integrity Verifier is a very useful command-prompt utility that offers switches to help verify cryptographic hash values of files (MD5,or SHA-1). This is very useful as most…