Practical documentation for engineering teams.

Learn the tools we use to build, deploy, and run software—with clear steps and checks you can trust.

server setupzsh
cloud@ubuntu:~$ sudo apt update
Refresh package information
cloud@ubuntu:~$ sudo apt install -y nginx
Install Nginx
cloud@ubuntu:~$ sudo systemctl enable --now nginx
Start Nginx now and after reboot
cloud@ubuntu:~$ curl -I http://127.0.0.1
Check the local HTTP response
nginx.service is running

Guides

Start with a subject, then follow the task you need.

Engineering Journal

Articles and field notes shared by Cubis engineering teams.

View all articles
Operations

Safer infrastructure changes

Reduce uncertainty before, during, and after a production change.

Reliability

Incident notes that lead to action

Turn timelines and contributing conditions into work the team can finish.

Developer experience

Documentation as engineering work

Maintain knowledge as an interface for people, teams, and engineering tools.

Built for people and tools

Use the Markdown index when an AI agent needs clean documentation.

Open llms.txt
© 2026 Cubis EngineersBy Cubis