Wojtek @suda Siudzinski


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


  1. Production-ready Django 3 ASGI Docker image

    A boilerplate image for deploying ASGI Django applications on production using uvicorn and WhiteNoise.…

    on django, asgi, docker, async, collectstatic, uvicorn

  2. React/Flux like pattern for embedded UI

    Data flow pattern for C/C++ inspired by React/Flux…

    on React, Particle, Xenon, ps-01, Flux

  3. 5-minute home server with microk8s and Rancher

    Quick guide to microk8s and Rancher installation on Ubuntu 18.02 LTS…

    on kubernetes, rancher, microk8s, ubuntu, helm, docker

  4. 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

  5. Moving Kubernetes Persistent Volumes within the same cloud account/cluster

    During restructuring of my Digital Ocean Kubernetes cluster I needed to move some Persistent Volumes across namespace and some of them across the clusters. One approach was to manually copy all the data using dvsync script but fortunately both clusters existed under the same Digital Ocean account which meant it…

    on kubernetes, aws, ebs, eks, kubectl, Persistent Volume, Persistent Volume Claim, persistentVolumeReclaimPolicy, Digital Ocean