Skip to content
View rdu9's full-sized avatar
  • Romania
  • 02:33 (UTC +03:00)

Block or report rdu9

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
rdu9/README.md

Backend and infrastructure engineer, mostly using Python.

I build APIs with FastAPI and Postgres and I'm currently working down the stack — Linux internals, containers, Kubernetes.

Live: discord2.xyz — realtime chat app inspired by discord I built and self hosted on a Digitalocean droplet, behind nginx and Cloudflare.

Latest: private-service-access - put a private service behind raw WireGuard, then unexpectedly found nginx serving it publicly anyway when an unrelated container went down.

Working with: Python · FastAPI · PostgreSQL · Redis · Celery · Docker · Linux · nginx · WireGuard

Currently exploring: Kubernetes networking, resource limits, pod lifecycle

Pinned Loading

  1. chat-app chat-app Public

    Realtime chat over websockets, using Fastapi, Postgres, Redis, Docker compose, nginx + tls.

    Python

  2. board-management-app board-management-app Public

    REST API for collaborative boards. Websocket updates, role based access, Celery background jobs. FastAPI · Postgres · Redis · Docker.

    Python

  3. private-service-access private-service-access Public

    reaching a private self hosted service between two devices, one behind CGNAT , without exposing him publicly - using WireGuard

    Python