Explore >> Select a destination


You are here

www.ericholscher.com
| | ryxcommar.com
4.8 parsecs away

Travel
| | March 4, 2024 update: This blog has been updated to reflect additions to uv as of 0.1.12, specifically the --system flag. See Addendum section for more information. When I heard that Charlie Marsh, the creator of Ruff, created a fast replacement for pip called uv, I dropped everything I was doing and added it to...
| | blog.fredrb.com
4.1 parsecs away

Travel
| | Tiny Python Docker Images I was looking for a way to create a very small docker image for a Python project. The python project I created is a Telegram bot quizzes me in German. The python-telegram-bot pip package requires gcc to fully build- so using alpine image did not do the trick for me. I searched online, found a few example bot none that would actually do what I needed with a reasonable image size.
| | github.com
5.3 parsecs away

Travel
| | Sphinx autodoc example using Docker. Contribute to yinchi/sphinx-autodoc-example development by creating an account on GitHub.
| | jbrandhorst.com
28.2 parsecs away

Travel
| Most developers will have to interact with SQL at some point in their career, and often nowadays that means working with Postgres. I've been using Postgres with Go for a few years now and have found a couple of libraries that work really well together to make the Go Postgres experience productive, safe and fun. TL:DR; I have created an example repo that puts all of the below into practice: github.