-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
99 lines (92 loc) · 4.03 KB
/
Copy pathmkdocs.yml
File metadata and controls
99 lines (92 loc) · 4.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
site_name: Hashflag Software Engineering Playbooks
site_url: https://vets-who-code.github.io/
site_description: "Vets Who Code's field manual — four playbooks taking veterans from the terminal to production AI across Foundations, Next.js, FastAPI, and AI Engineering."
site_author: Vets Who Code
plugins:
- search
nav:
- Home: index.md
- Overview: hashflag-stack.md
- Foundations:
- Terminal Mastery: hashflag-foundations-terminal.md
- VS Code Mastery: hashflag-foundations-vscode.md
- Git & GitHub: hashflag-foundations-git.md
- HTML & CSS: hashflag-foundations-html-css.md
- JavaScript: hashflag-foundations-javascript.md
- Python: hashflag-foundations-python.md
- Advanced Python: hashflag-foundations-advanced-python.md
- Software Development Lifecycle: hashflag-foundations-sdlc.md
- Code Challenges: hashflag-foundations-code-challenges.md
- Next.js:
- Advanced JavaScript & TypeScript: hashflag-nextjs-typescript.md
- Next.js Application Development: hashflag-nextjs-app-dev.md
- Testing Fundamentals: hashflag-nextjs-testing.md
- Deployment & CI/CD: hashflag-nextjs-deployment.md
- Media Management & Analytics: hashflag-nextjs-media-analytics.md
- Full-Stack AI Integration: hashflag-nextjs-fullstack-ai.md
- FastAPI:
- AI Foundations: hashflag-python-ai-foundations.md
- FastAPI — Production AI APIs: hashflag-python-fastapi.md
- Google Gemini Integration: hashflag-python-gemini.md
- Professional Prompt Engineering: hashflag-python-prompting.md
- Retrieval-Augmented Generation: hashflag-python-rag.md
- AI Agents & Workflows: hashflag-python-agents.md
- Testing AI Systems: hashflag-python-testing-ai.md
- LLMOps & Observability: hashflag-python-llmops.md
- Production Deployment: hashflag-python-production.md
- Ethics, Safety & Governance: hashflag-python-ethics.md
- AI Engineering:
- The Playbook: ai-playbook-overview.md
- Tier I — Foundations: ai-playbook-tier-1-foundations.md
- Tier II — The Agent: ai-playbook-tier-2-the-agent.md
- Tier III — Making It Real: ai-playbook-tier-3-making-it-real.md
- Tier IV — Scaling Judgment: ai-playbook-tier-4-scaling-judgment.md
- Still Software Engineering: ai-playbook-software-engineering.md
- Glossary & Field References: ai-playbook-glossary.md
- Curriculum:
- Command Line:
- Getting To Know The Command Line: getting-to-know-the-command-line.md
- Command Line Basics: command-line-basics.md
- Command Line Text Manipulation: command-line-text-manipulation.md
- Command Line Utilities: command-line-utilities.md
- Advanced Command Line Features: advanced-command-line-features.md
- Command Line Cheat Sheet: command-line-cheat-sheet.md
- Bash Scripting: bash.md
- Git:
- AI Voice Overview: git-and-github-voice-overview.md
- Git And Github: git-and-github.md
- Git Basics: basics-of-git.md
- Git Flow: git-flow.md
- Github CLI: github-cli.md
- Python:
- Introduction To Python: intro-to-python.md
- Advanced Python Operations: advanced-python-operations.md
- Patterns:
- Coding Interview Patterns: coding-patterns-for-interviews.md
- Software Engineering Design Patterns: software-design-patterns.md
- System Design Patterns: system-design-patterns.md
- Data Patterns: data-patterns.md
- FastAPI:
- Introduction To FastAPI: fast-api.md
- Advanced FastAPI: advanced-fast-api.md
- Testing In FastAPI: fast-api-testing.md
- Streamlit:
- Streamlit Fundamentals: streamlit-fundamentals.md
- Advanced Streamlit: advanced-streamlit.md
- Code Of Conduct: code-of-conduct.md
- Docs:
- Software Engineering Design Document Template: design-document-template.md
theme:
name: readthedocs
custom_dir: overrides
markdown_extensions:
- admonition
- attr_list
- def_list
- tables
- fenced_code
- toc:
permalink: true
# Link to the custom CSS
extra_css:
- css/custom.css