A developer discusses the process of migrating a large open source project to .NET Core 3.1 and provides tips for best practices with performance analysis.
Application performance is always on the forefront of our minds, and Garbage Collection optimization is a good place to make small, but meaningful advancements.
In this tutorial, I will discuss advanced PWA features that provide access to your hardware APIs. We are going to build an app for making selfies with the Media Capture API and posting selfies with the BackgroundSync Api.
I took my old pet project from 2006, experimented, refactored it and made it more "modern C++". Here are my lessons and six practical steps that you can appl...