/
├── course-plan-nov-2025.md # Current course plan (4x50min segments)
├── warner-chatgpt-github-copilot.pptx # Main presentation deck
│
├── labs/ # Hands-on exercises by hour
│ ├── hour-1-chatgpt/ # ChatGPT foundations
│ ├── hour-2-chatgpt/ # Advanced ChatGPT + Agents
│ ├── hour-3-copilot/ # Copilot core features
│ └── hour-4-copilot/ # Enterprise + Agentic coding
│
├── demos/ # Live demonstration code
│ ├── chatgpt/ # ChatGPT API examples
│ │ ├── api-examples/ # OpenAI/Azure API integration
│ │ ├── fine-tuning/ # Model customization demos
│ │ └── data-analysis/ # Data analysis with ChatGPT
│ ├── copilot/ # GitHub Copilot demos
│ ├── mcp/ # Model Context Protocol server
│ ├── security-scanning/ # Secret detection demos
│ └── vulnerable-code/ # Intentionally vulnerable (education)
│
├── datasets/ # CSV/JSON for data exercises
│ ├── Essentials/ # Basic datasets
│ ├── Financial/ # Finance scenarios
│ ├── Human Resources/ # HR analytics
│ ├── Insurance/ # Insurance data
│ └── Marketing/ # Marketing analytics
│
├── apps/ # Sample applications
│ ├── flask-chat/ # Flask chat app template
│ └── custom-gpt/ # Custom GPT examples
│
├── scripts/ # Utility scripts
│ ├── devops/ # CI/CD, Dependabot, deployment
│ ├── utilities/ # Helper scripts
│ └── windows/ # Windows/Surface optimization
│
├── docs/ # Documentation
│ ├── instructor/ # Instructor materials
│ └── archive/ # Previous course plans
│
└── assets/images/ # Course images
- Website: TechTrainerTim.com
- LinkedIn: Timothy Warner
- Azure OpenAI Blog: azureopenai.blog
- Social Media: Bluesky | Mastodon
- ChatGPT API Documentation
- OpenAI Cookbook
- Platform Status
- GPT Best Practices
- Custom GPT Development
- Function Calling Guide
- VS Code Extension
- Copilot Chat Extension
- Copilot Labs Features
- Trust Center
- Prompt Engineering Guide
- OpenAI Developer Forum
- GitHub Copilot Discussion
- Azure OpenAI Community
- OpenAI Changelog
- Copilot Updates
-
OpenAI Account
- Sign up for OpenAI
- ChatGPT Plus subscription (recommended for GPT-4 access)
- OpenAI API key setup
-
GitHub Account
-
Visual Studio Code
-
GitHub Copilot Extensions
-
VS Code Productivity Extensions
-
Programming Fundamentals
-
VS Code Mastery
-
API Concepts
-
Operating System
- Windows 10/11, macOS 10.15+, or Linux
- Check your system compatibility
-
Hardware
- Minimum 4GB RAM (8GB recommended)
- 2GB free disk space
- Internet connection required
- Create OpenAI account and verify email
- Set up GitHub account and enable 2FA
- Install VS Code and recommended extensions
- Test GitHub Copilot access
- Complete VS Code tutorial
- Review basic programming concepts
License: This project is licensed under the MIT License.
