Real usage of Codespaces to work in a Python project
A well maintained configuration for Codespaces is the real key to being productive with only one click
Thanks to GitHub codespaces it is super easy to author blog post in hugo
In a GitHub action you can have the need to choose the environment to use based on current branch, here is how you can do it.
How to obtain code coverage for a C# .NET Core 5 project in GitHub with actions
GitHub code scanning can spot security problem in your code automatically, a really nice feature
GitHub code scanning is finally available, I strongly suggest you to have a look at it