Explore >> Select a destination


You are here

wittchen.io
| | www.architect.io
2.5 parsecs away

Travel
| | Learn how to automate the steps to build, test, and deploy your code using GitHub Actions.
| | blog.oddbit.com
2.3 parsecs away

Travel
| | At work we have a cluster of IBM Power 9 systems running OpenShift. The problem with this environment is that nobody runs Power 9 on their desktop, and Docker Hub only offers automatic build support for the x86 architecture. This means there's no convenient options for building Power 9 Docker images...or so I thought. It turns out that Docker provides GitHub actions that make the process of producing multi-architecture images quite simple.
| | www.morling.dev
2.8 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?
| | lea.codes
5.0 parsecs away

Travel
| Sprinkle your JavaScript codebase with type annotations in JSDoc, run checks against it and auto-generate documentation.