VP Engineering @ Kentico, ex-Microsoft, 🥑 Dev Avocado, Open-So(u)rcerer, .NET freak, explorer of the planet earth.
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.
ReadNo matter whether you’re on a train, on a toilet, or on acid you’ll enjoy these games. Guaranteed!
ReadThe third article about GitHub Actions in a row? One must be thinking I am up to something. And they'd be right. Over the past week, I migrated more than 10 repositories from AppVeyor to GitHub Actions.
ReadBuilding 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.
Read