This repository contains the 99x Engineering Excellence Framework, a comprehensive framework designed to elevate engineering teams to world-class performance through proven practices and continuous improvement.
For presentation purposes, repository uses a minimal React app (Create React App) used as a shell and a collection of static, content-rich practice pages served from public/practices/.
Browse 99x Engineering Excellence Framework
-
Install
npm install
-
Run locally
npm start
-
Build for production
npm run build
-
Deploy to Github Pages
npm run deploy
public/practices/— standalone HTML pages (e.g.,version-control.html)framework.jpg— visual representation of the framework99xlogo.svg— inline logo used in the header
src/App.js— site shell and list of practice cardsApp.css— styles
package.json— scripts and dependencies
Each page in public/practices/ is a simple, self-contained HTML document that includes:
- A short overview
- Key aspects
- Risks (with IDs)
- PHR Guidelines / Work Instructions
We love contributions! Whether it’s fixing a typo, adding a new topic, or improving an existing topic — your help makes this knowledge base smarter.
-
Fork this repository.
-
Create a new branch for your changes:
git checkout -b feature/add-new-topic
-
Make your edits — keep things clear, factual, and consistent.
-
Commit your changes with a clear message:
git commit -m "Add guide on asynchronous design patterns" -
Push to your branch and open a Pull Request.
© 2025 99x Engineering Excellence Framework