--:--:-----, --.--.----
id -un

dis/root

developer // devops // secops
Python · Node.js · Linux · Bash · Git · Lua

// stack.mapv1.0.0
PythonNode.jsLinuxBashGitLuaDockerCI/CDDevOpsSecOps
./skills
skills
PythonDockerNode.jsLinuxGitBashLuaDevOpsSecOps
code.dis
01 async def release(svc):02     cfg = typed_config(svc)03     img = sign(build_image(cfg))04     await rollout(img, canary=.10)05     assert probe("/healthz").ok06     return audit_log(img.sha)
operating mode

Prototype → backend → deploy → monitoring.

ls -la ./modules

Backend

APIs, services, integrations

DevOps

Linux, Bash, deploy, CI/CD

SecOps

hardening, access, scans

Automation

Python, Node.js, Lua scripts

Git flows

clean branches, reviews, releases

cat ~/.contact

hire/root

transmission

backend, automation, DevOps/SecOps

final.log

Greetings, I'm dis/root: developer and systems enthusiast. I work with ML tooling, Linux software, backend automation, DevOps and SecOps. For focused collaboration, DM me; I can share a portfolio.

Clarke: sufficiently advanced tech looks like magic // Torvalds: talk is cheap; show me the code // Dijkstra: simplicity is prerequisite for reliability // Abelson: write programs for people to read // Kay: simple things should be simple // Unix: do one thing well // Unix: compose tools with pipes // Asimov rule: protect humans first // Asimov rule: safe orders only // Asimov rule: preserve the system // ops rule: logs before fixes // ops rule: backups before migrations // ops rule: rollback must be boring // security rule: least privilege first // deploy rule: healthchecks before traffic // deploy rule: automate the boring path // bash tip: set -euo pipefail // bash tip: quote variables // bash tip: trap cleanup on EXIT // bash tip: shellcheck before deploy // bash tip: prefer arrays over word splitting // bash tip: use mktemp for scratch files // bash tip: print commands with set -x when debugging