Skip to main content

$ whoami

welcome to devdocs.

this is a curated collection of knowledge i've accumulated about linux, docker, devops, and software development. it's not meant to be comprehensive — it's meant to be useful.

why this exists

every engineer has a folder somewhere called notes or cheatsheets or things-i-googled-today. this is mine, but on the internet.

i built this site because:

  • i got tired of bookmarking articles i never read again
  • i wanted a single place for the commands and configs i use daily
  • the official docs are great until they're not
  • some things just need a practical example, not a 40-page PDF

what you'll find here

  • linux — system administration, networking, security, performance tuning
  • docker — containerization, compose, networking, debugging
  • devops — CI/CD, infrastructure as code, monitoring, incident response
  • development — the stuff that happens between git commit and git push

how to use this

$ cd /path/to/knowledge
$ grep -r "problem" .
$ cat solution.md

find what you need. copy the commands. fix your stuff.

tip

this site works best with a dark theme and a monospace font. you're already using both, right?