Explore >> Select a destination


You are here

wittchen.io
| | blog.omega-prime.co.uk
10.3 parsecs away

Travel
| | I recently released my first open source library for Java, MDBI. I learnt a lot about the Java open-source ecosystem as part of this process, and this blog summarises that in the hope that it will be useful to others. Specifically, the post will explain how to set up a project using the modern Gradle build system to build code and deploy it to the standard Maven Central repository from the command line really easily.
| | humberto.io
12.3 parsecs away

Travel
| | Publique seu primeiro pacote no Python Package Index (PyPi)
| | www.blog.pythonlibrary.org
14.5 parsecs away

Travel
| | The Python programming language has thousands of wonderful third-party packages available on the Python Package Index. One of those packages is
| | vxlabs.com
70.4 parsecs away

Travel
| The new Python package and project manager uv is in fact amazing. I say that, because it's really fast, but more importantly because this single tool does a whole lot, really fast: Installing Python binaries, installing and running packages in self-contained environments like pipx, managing virtual environments. However, I've been avoiding it so far due to one flaw: uv defaults to installing its virtual environment and all dependencies into the .venv sub-directory of your project, almost exactly like the...