News

Written in Rust, the PyApp utility wraps up Python programs into self-contained click-to-run executables. It might be the ...
A Version Control System (VCS) is a tool that manages and tracks revisions to your software. When you make changes to your ...
E ver since I stepped foot in the world of self-hosting, Docker has been a constant companion that lets me deploy a bunch of ...
The PyApp project, written in Rust, aims to make it easy to build standalone executables for Python apps, although you need to be familiar with the Rust toolchain to use it.