I'm going to assume that you already buy into the advantages of unit testing your code, and the merits of doing so don't need to be enumerated in yet another article. Perhaps more interesting and unique in today's software development...
Read MoreWhat is AWS X-Ray? X-Ray is AWS's cloud-native service for distributed tracing. It provides real-time visualization of service maps based on traffic flowing through the applications. X-Ray allows for both pushing and pulling of its trace data into X-Ray. This...
Read MoreFeature Flags Like many engineering teams, SPS Commerce has been on a journey to Agile and DevOps over the past decade. Consistently, one of the strongest enablers to a more frictionless DevOps culture and experience has been the decoupling of...
Read MoreIf your anything like the rest of the DEV teams in the world you know doubt have had some exposure to dealing with TLS 1.2 support for the many dependencies and applications you integrate with. There is a strong likelihood...
Read MoreProblem No matter what language or package manager, dependency management in most projects suffer from many of the same problems: Evaluating incoming security risks associated with packages in your project never really happens.Latest dependencies are added when a project starts,...
Read MoreIf you have or plan on doing anything constructive with your log output from a default ASP.NET Core Web Application you have probably come quickly to the conclusion that the default logging leaves a lot to be desired! Just take...
Read MoreCertain AWS components (and cloud components in general) do amazing jobs at simplifying our lives as developers who just want their infrastructure to be there. I can have a first-class layer 7 load balancer ready to use in my application...
Read MoreI once again had the opportunity to present at the Brampton DevOps / Cloud Computing Meeting. This session was focused on a series of rapid-fire lightning talks. There were a few really great talks on "Automating Legacy" and "Next.js with...
Read More
Recent Comments- travis on Dependency Management with Dependabot
- Andy on ASP.NET Core Default Logging Sucks!
- Brian Collamore on Dependency Management with Dependabot
- travis on ASP.NET Core Default Logging Sucks!
- Andy on ASP.NET Core Default Logging Sucks!