A Strapi Headless CMS Quick Start Guide
Introduction In the rapidly evolving realm of content management systems, the notion of a “headless” content management system (CMS) has gained significant traction due to its adaptability and scalability. Strapi is an exceptional example of such a headless CMS, offering valuable features for developers, content creators, and business owners alike. This comprehensive guide will explore […]
Using Serilog for Logging in ASP.NET Core
In .NET, there is built-in API that supports logging (Microsoft.Extensions.Logging) and there are many third-party logging providers that implement that API. For simple use cases, the built-in logging can be sufficient, but for many or our projects at Trailhead, we need a more powerful and flexible logging system. For these projects we often use a […]
Migrating an Azure DevOps Repo to GitHub
A popular topic nowadays is integration or migration between GitHub and Azure DevOps. Most people who work with .NET are used to working with Azure DevOps, but GitHub is getting more and more popular with that crowd as a topic of conversation, DevOps tool, and code hosting platform. If you’ve been thinking about switching from […]