|
5 | 5 | <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
7 | 7 | <link rel="shortcut icon" href="/img/favicon.ico" /> |
8 | | - <title>Vets Who Code SOPs</title> |
| 8 | + <title>Hashflag Software Engineering Playbooks</title> |
9 | 9 | <link rel="stylesheet" href="/css/theme.css" /> |
10 | 10 | <link rel="stylesheet" href="/css/theme_extra.css" /> |
11 | 11 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css" /> |
|
24 | 24 | <nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav"> |
25 | 25 | <div class="wy-side-scroll"> |
26 | 26 | <div class="wy-side-nav-search"> |
27 | | - <a href="/." class="icon icon-home"> Vets Who Code SOPs |
| 27 | + <a href="/." class="icon icon-home"> Hashflag Software Engineering Playbooks |
28 | 28 | </a><div role="search"> |
29 | 29 | <form id ="rtd-search-form" class="wy-form" action="//search.html" method="get"> |
30 | 30 | <input type="text" name="q" placeholder="Search docs" aria-label="Search docs" title="Type search term here" /> |
|
38 | 38 | </li> |
39 | 39 | </ul> |
40 | 40 | <ul> |
41 | | - <li class="toctree-l1"><a class="reference internal" href="/code-of-conduct/">Code Of Conduct</a> |
| 41 | + <li class="toctree-l1"><a class="reference internal" href="/hashflag-stack/">Overview</a> |
42 | 42 | </li> |
43 | 43 | </ul> |
| 44 | + <p class="caption"><span class="caption-text">Foundations</span></p> |
| 45 | + <ul> |
| 46 | + <li class="toctree-l1"><a class="reference internal" href="/hashflag-foundations-terminal/">Terminal Mastery</a> |
| 47 | + </li> |
| 48 | + <li class="toctree-l1"><a class="reference internal" href="/hashflag-foundations-vscode/">VS Code Mastery</a> |
| 49 | + </li> |
| 50 | + <li class="toctree-l1"><a class="reference internal" href="/hashflag-foundations-git/">Git & GitHub</a> |
| 51 | + </li> |
| 52 | + <li class="toctree-l1"><a class="reference internal" href="/hashflag-foundations-html-css/">HTML & CSS</a> |
| 53 | + </li> |
| 54 | + <li class="toctree-l1"><a class="reference internal" href="/hashflag-foundations-javascript/">JavaScript</a> |
| 55 | + </li> |
| 56 | + <li class="toctree-l1"><a class="reference internal" href="/hashflag-foundations-python/">Python</a> |
| 57 | + </li> |
| 58 | + <li class="toctree-l1"><a class="reference internal" href="/hashflag-foundations-advanced-python/">Advanced Python</a> |
| 59 | + </li> |
| 60 | + <li class="toctree-l1"><a class="reference internal" href="/hashflag-foundations-sdlc/">Software Development Lifecycle</a> |
| 61 | + </li> |
| 62 | + <li class="toctree-l1"><a class="reference internal" href="/hashflag-foundations-code-challenges/">Code Challenges</a> |
| 63 | + </li> |
| 64 | + </ul> |
| 65 | + <p class="caption"><span class="caption-text">Next.js</span></p> |
| 66 | + <ul> |
| 67 | + <li class="toctree-l1"><a class="reference internal" href="/hashflag-nextjs-typescript/">Advanced JavaScript & TypeScript</a> |
| 68 | + </li> |
| 69 | + <li class="toctree-l1"><a class="reference internal" href="/hashflag-nextjs-app-dev/">Next.js Application Development</a> |
| 70 | + </li> |
| 71 | + <li class="toctree-l1"><a class="reference internal" href="/hashflag-nextjs-testing/">Testing Fundamentals</a> |
| 72 | + </li> |
| 73 | + <li class="toctree-l1"><a class="reference internal" href="/hashflag-nextjs-deployment/">Deployment & CI/CD</a> |
| 74 | + </li> |
| 75 | + <li class="toctree-l1"><a class="reference internal" href="/hashflag-nextjs-media-analytics/">Media Management & Analytics</a> |
| 76 | + </li> |
| 77 | + <li class="toctree-l1"><a class="reference internal" href="/hashflag-nextjs-fullstack-ai/">Full-Stack AI Integration</a> |
| 78 | + </li> |
| 79 | + </ul> |
| 80 | + <p class="caption"><span class="caption-text">FastAPI</span></p> |
| 81 | + <ul> |
| 82 | + <li class="toctree-l1"><a class="reference internal" href="/hashflag-python-ai-foundations/">AI Foundations</a> |
| 83 | + </li> |
| 84 | + <li class="toctree-l1"><a class="reference internal" href="/hashflag-python-fastapi/">FastAPI — Production AI APIs</a> |
| 85 | + </li> |
| 86 | + <li class="toctree-l1"><a class="reference internal" href="/hashflag-python-gemini/">Google Gemini Integration</a> |
| 87 | + </li> |
| 88 | + <li class="toctree-l1"><a class="reference internal" href="/hashflag-python-prompting/">Professional Prompt Engineering</a> |
| 89 | + </li> |
| 90 | + <li class="toctree-l1"><a class="reference internal" href="/hashflag-python-rag/">Retrieval-Augmented Generation</a> |
| 91 | + </li> |
| 92 | + <li class="toctree-l1"><a class="reference internal" href="/hashflag-python-agents/">AI Agents & Workflows</a> |
| 93 | + </li> |
| 94 | + <li class="toctree-l1"><a class="reference internal" href="/hashflag-python-testing-ai/">Testing AI Systems</a> |
| 95 | + </li> |
| 96 | + <li class="toctree-l1"><a class="reference internal" href="/hashflag-python-llmops/">LLMOps & Observability</a> |
| 97 | + </li> |
| 98 | + <li class="toctree-l1"><a class="reference internal" href="/hashflag-python-production/">Production Deployment</a> |
| 99 | + </li> |
| 100 | + <li class="toctree-l1"><a class="reference internal" href="/hashflag-python-ethics/">Ethics, Safety & Governance</a> |
| 101 | + </li> |
| 102 | + </ul> |
| 103 | + <p class="caption"><span class="caption-text">AI Engineering</span></p> |
| 104 | + <ul> |
| 105 | + <li class="toctree-l1"><a class="reference internal" href="/ai-playbook-overview/">The Playbook</a> |
| 106 | + </li> |
| 107 | + <li class="toctree-l1"><a class="reference internal" href="/ai-playbook-tier-1-foundations/">Tier I — Foundations</a> |
| 108 | + </li> |
| 109 | + <li class="toctree-l1"><a class="reference internal" href="/ai-playbook-tier-2-the-agent/">Tier II — The Agent</a> |
| 110 | + </li> |
| 111 | + <li class="toctree-l1"><a class="reference internal" href="/ai-playbook-tier-3-making-it-real/">Tier III — Making It Real</a> |
| 112 | + </li> |
| 113 | + <li class="toctree-l1"><a class="reference internal" href="/ai-playbook-tier-4-scaling-judgment/">Tier IV — Scaling Judgment</a> |
| 114 | + </li> |
| 115 | + <li class="toctree-l1"><a class="reference internal" href="/ai-playbook-software-engineering/">Still Software Engineering</a> |
| 116 | + </li> |
| 117 | + <li class="toctree-l1"><a class="reference internal" href="/ai-playbook-glossary/">Glossary & Field References</a> |
| 118 | + </li> |
| 119 | + </ul> |
44 | 120 | <p class="caption"><span class="caption-text">Curriculum</span></p> |
45 | 121 | <ul> |
46 | 122 | <li class="toctree-l1"><a class="reference internal" >Command Line</a> |
|
114 | 190 | </ul> |
115 | 191 | </li> |
116 | 192 | </ul> |
| 193 | + <ul> |
| 194 | + <li class="toctree-l1"><a class="reference internal" href="/code-of-conduct/">Code Of Conduct</a> |
| 195 | + </li> |
| 196 | + </ul> |
117 | 197 | <p class="caption"><span class="caption-text">Docs</span></p> |
118 | 198 | <ul> |
119 | 199 | <li class="toctree-l1"><a class="reference internal" href="/design-document-template/">Software Engineering Design Document Template</a> |
|
126 | 206 | <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> |
127 | 207 | <nav class="wy-nav-top" role="navigation" aria-label="Mobile navigation menu"> |
128 | 208 | <i data-toggle="wy-nav-top" class="fa fa-bars"></i> |
129 | | - <a href="/.">Vets Who Code SOPs</a> |
| 209 | + <a href="/.">Hashflag Software Engineering Playbooks</a> |
130 | 210 |
|
131 | 211 | </nav> |
132 | 212 | <div class="wy-nav-content"> |
|
0 commit comments