Explore >> Select a destination


You are here

sookocheff.com
| | janakiev.com
10.0 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.
| | mherman.org
6.9 parsecs away

Travel
| | This tutorial demonstrates how to spin up a Kubernetes cluster on Ubuntu 18.04.
| | newcome.wordpress.com
9.9 parsecs away

Travel
| | I'm a little slow on the uptake with version management of language runtimes and environments. For a long time I just followed the Linux distribution convention of global versions of dependencies and compiler versions for my system. This changed during my years doing NodeJS development where the language and tools were changing daily it seemed....
| | xnacly.me
25.9 parsecs away

Travel
| Using Treesitter in neovim to conditionally highlight code snippets