The First 300 Days of My Microsoft Journey
My friends and former colleagues have been bombarding me with questions about my job at Microsoft lately. And since it's been almost a year since I joined the company and things already started to settle down, I thought it could be a good time now to try to answer the question.
ReadA Curated List of Top 10 Android Games Worth Your Time
No matter whether you’re on a train, on a toilet, or on acid you’ll enjoy these games. Guaranteed!
ReadUsing Environment Protection Rules to Secure Secrets When Building External Forks with pull_request_target 🤐
Building pull requests from forked repositories with GitHub Actions can be a bit tricky when it comes to secrets. As per the documentation, with the exception of GITHUB_TOKEN, secrets are not passed to the runner when a workflow is triggered from a forked repository. This is to prevent the automatic execution of untrusted code that may be contained within the forked repo.
ReadReporting .NET 5 XUnit Code Coverage in Codecov via GitHub Actions and Coverlet
You might remember my earlier post where I described how to set up code coverage reporting for .NET Core 3 using AppVeyor + OpenCover + Codecov. Time has moved on, .NET 5 has arrived, and the best practices have changed, so let's see how to collect code coverage for .NET projects in 2021.
Read