/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.tangramvision.com
| | peter0x44.github.io
3.4 parsecs away

Travel
| | Cross compilation is a common task during development, but different compilers and programming languages handle it in their own ways, and I wanted to write about the various flavors of trade-offs and design decisions that you will find across different tooling. I feel like I have absorbed a lot of information about how cross compilation works across different targets, tools and languages, so I figured it was time to condense my knowledge into a blog post. This is not a tutorial, but it still contains practically applicable knowledge. I don't claim to get every detail correct, merely explaining how things work to my understanding.
| | www.marcoieni.com
2.0 parsecs away

Travel
| | MarcoIeni's blog - programming, linux, and everything
| | fnordig.de
3.4 parsecs away

Travel
| | Personal website of Jan-Erik Rediger
| | www.rasulkireev.com
19.3 parsecs away

Travel
| Poetry is relatively new packaging and dependency manager. It makes it very easy to upload libraries to PyPI, manage dependencies visually, and has a couple of handy features. Today, I'm not going to do a deep dive into how Poetry works and all its features. Today I just want to focus on how to configure it for a Django project.