Skip to content
View chidakiko's full-sized avatar
  • Joined Jun 16, 2026

Block or report chidakiko

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.

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
chidakiko/README.md

Hi, I'm chidakiko πŸ‘‹

Network infrastructure & backend engineer β€” I build control planes for networks that route themselves.


πŸ›°οΈ What I do

  • DN42 operator. I run a multi-node DN42 network (BGP / OSPF / WireGuard overlay) spanning several regions, driven entirely by a control plane I wrote.
  • Declarative infrastructure. I like systems where the desired state lives in a database and agents reconcile reality toward it β€” no hand-edited configs, no snowflake servers.
  • Backend under load. FastAPI + async SQLAlchemy + PostgreSQL + Redis, profiled and tuned for real fleets rather than demos.

🧰 Tech I reach for

Python FastAPI PostgreSQL Redis Docker BIRD WireGuard

πŸ“Œ Featured project

dn42-control-backend β€” a control plane for DN42 networks. A control server (FastAPI) holds the desired state; per-node agents reconcile BGP sessions, WireGuard tunnels, DNS anycast, and RPKI filtering toward it. Postgres + Redis backed, CI-tested against both SQLite and real PostgreSQL.


πŸ“Š GitHub in numbers

chidakiko's GitHub stats Top languages

GitHub streak

Popular repositories Loading

  1. dn42-control-backend dn42-control-backend Public

    Declarative control plane for DN42 networks β€” a desired-state control server with per-node agents that reconcile BGP, WireGuard, DNS anycast and RPKI filtering.

    Python 3

  2. chidakiko chidakiko Public

    Network infrastructure & backend engineer Β· DN42 operator. This special repo renders my GitHub profile README.

  3. dn42-control-webui dn42-control-webui Public

    Svelte