Wojtek @suda Siudzinski


Python/Node/Golang/Rust developer, DIY hacker, rookie designer, 3D print junkie. CEO @ Gaia Charge


  1. Quick and dirty auto-deployment to Raspberry Pi

    Some projects require a quick way to deploy code to a Raspberry Pi (or other small device running Linux behing NAT) and it's not critical enough to need things like Kubernetes, Ansible or Docker. It was exactly the case for a small RGB LED matrix we set up at our…

    on Git, SSH, deployment, Raspberry Pi, systemd

  2. Deploying Django to production with uWSGI

    Production-ready Docker image for deploying Django with uWSGI, including serving the static files.…

    on django, uwsgi, docker, deployment, collectstatic, docker-compose, pipenv