/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

egghead.io
| | davquar.it
2.9 parsecs away

Travel
| | A GitHub Action is the automatic execution of a job, after a specified trigger on a GitHub repository. For example, let's say that we want to run a linter on each new commit, we can create a GitHub action to do it. In this post we'll see a workflow to automatically deploy a Hugo site on GitHub Pages.
| | www.shuttle.rs
3.8 parsecs away

Travel
| | Implement Continuous Integration & Continuous Development effectively in your Rust project.
| | ncorti.com
4.1 parsecs away

Travel
| | Setting up a Continuous Integration system for your Android App on Github has never been so easy with Github Actions
| | janakiev.com
20.4 parsecs away

Travel
| Python's built-in venv module makes it easy to create virtual environments for your Python projects. Virtual environments are isolated spaces where your Python packages and their dependencies live. This means that each project can have its own dependencies, regardless of what other projects are doing.