Managing open source software with WhiteSource Bolt
We all know technical debt hurts, and we usually lean on tools to help us manage this pain. For open
Learning and sharing Azure architecture and DevOps tips with GitHub
We all know technical debt hurts, and we usually lean on tools to help us manage this pain. For open
The importance of shifting left We all know that automated testing is a key component of a successful DevOps practice.
While we successfully upgraded our projects to ASP.NET core 3 last week, we noted there were a few differences compared
Today we are going to upgrade our applications to the latest versions of .Net Core 3.0 and .Net Standard 2.1,
One of the best practices we’ve found over the years is to include versioning information right on our website. As
Last week, we learned about the basics of feature flags. This week, we are going to create our own, simple
“Feature flags”, sometimes called “feature flag toggles”, are a key piece of functionality in applications that practice continuous deployment, where
A few months ago, we added “Let’s Encrypt” certificates to our websites, allowing us to generate free certificates for our
Today we are going to extend our website authentication to use Google, Twitter and Facebook. In our last post, we
Today, we are going to add external authentication to our website, enabling us to restrict some features to logged in