Explore >> Select a destination


You are here

www.fourdigits.nl
| | blog.gitguardian.com
4.8 parsecs away

Travel
| | Follow our recommendations on Docker container configuration at build and runtime to improve your containers' security.
| | stribny.name
4.4 parsecs away

Travel
| | [AI summary] This article provides a modern Python project template using Poetry for dependency management, along with tools for testing, code formatting, static analysis, and version control.
| | herbertograca.com
5.2 parsecs away

Travel
| | Containerize dev, tst and prd: After cleaning up the Symfony demo project a bit, we are ready to do some containerization...
| | wittchen.io
8.4 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 ...