/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.fortrabbit.com
| | www.morling.dev
2.0 parsecs away

Travel
| | As a software engineer, I like to automate tedious tasks as much as possible. The deployment of this website is no exception: it is built using the Hugo static site generator and hosted on GitHub Pages; so wouldn't it be nice if the rendered website would automatically be published whenever an update is pushed to its source code repository?
| | www.webstoemp.com
0.8 parsecs away

Travel
| | While I regularily use services like Buddy or DeployHQ to build and deploy Craft CMS websites, I wanted to experiment with Github Actions. Here is what I came up with and why.
| | tomasvotruba.com
2.2 parsecs away

Travel
| | Are you doing code reviews? No? Yes? **In both cases, you won't have too**. Just add a couple of YAML lines to your CI.
| | www.blog.pythonlibrary.org
14.0 parsecs away

Travel
| When you are working on your personal or work projects in Python, you usually want to have a way to enforce code standards. You can use tools like Flake8,