Explore >> Select a destination


You are here

countvajhula.com
| | cloudonaut.io
2.7 parsecs away

Travel
| | Recently, we have become increasingly dissatisfied with the time our AWS CodePipeline pipeline takes to deploy a change to pr...
| | davquar.it
2.0 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.
| | dotnet.github.io
2.5 parsecs away

Travel
| |
| | wittchen.io
6.9 parsecs away

Travel
| Introduction I have my own tiny Python project called spotify-cli-linux, which is (surprise!) command line interface for Spotify desktop app on Linux. Python is not my primary programming language and I work more with Java. Nevertheless, I find this language enjoyable and useful in many cases, so I try to learn something new about it from time to time. In the beginning, I've provided instructions how to install my Python script in the system via curl and wget, which is fine, but it's not recommended and ...