|
| 1 | +--- |
| 2 | +slug: welcome |
| 3 | +title: Welcome to the AI Coding Course |
| 4 | +authors: [course-team] |
| 5 | +tags: [announcement, ai-coding, getting-started] |
| 6 | +--- |
| 7 | + |
| 8 | +# Welcome to the AI Coding Course |
| 9 | + |
| 10 | +We're excited to launch this comprehensive course on AI-assisted software engineering for experienced developers. |
| 11 | + |
| 12 | +<!-- truncate --> |
| 13 | + |
| 14 | +## Why This Course? |
| 15 | + |
| 16 | +AI coding assistants have transformed how we write software, but many developers use them ineffectively. This course bridges that gap by teaching: |
| 17 | + |
| 18 | +- **Systematic approaches** to prompting and code generation |
| 19 | +- **Best practices** for integrating AI into professional workflows |
| 20 | +- **Critical evaluation** of AI-generated code |
| 21 | +- **Production-ready patterns** that work in real-world projects |
| 22 | + |
| 23 | +## What Makes This Course Different? |
| 24 | + |
| 25 | +### 1. For Experienced Developers |
| 26 | + |
| 27 | +This isn't an introduction to programming. We assume you: |
| 28 | + |
| 29 | +- Already know how to code |
| 30 | +- Understand software architecture |
| 31 | +- Have production development experience |
| 32 | + |
| 33 | +We skip the basics and focus on **AI-specific skills** that amplify your expertise. |
| 34 | + |
| 35 | +### 2. Hands-On and Practical |
| 36 | + |
| 37 | +Every lesson includes: |
| 38 | + |
| 39 | +- Real code examples |
| 40 | +- Interactive exercises |
| 41 | +- Production patterns |
| 42 | +- Common pitfalls to avoid |
| 43 | + |
| 44 | +### 3. Continuously Updated |
| 45 | + |
| 46 | +AI tools evolve rapidly. This course uses **versioning** to maintain historical content while adding new techniques and best practices. |
| 47 | + |
| 48 | +### 4. Open and Free |
| 49 | + |
| 50 | +The entire course is open-source and free. Contribute lessons, suggest improvements, or fork it for your team. |
| 51 | + |
| 52 | +## Course Structure |
| 53 | + |
| 54 | +The course is organized into five modules: |
| 55 | + |
| 56 | +1. **Fundamentals** - Understanding AI coding assistants |
| 57 | +2. **Prompting Techniques** - Effective communication with AI |
| 58 | +3. **Tools & Workflows** - Integration into your development process |
| 59 | +4. **Architecture & Design** - High-level system design with AI |
| 60 | +5. **Advanced Topics** - Security, performance, and specialized use cases |
| 61 | + |
| 62 | +## Getting Started |
| 63 | + |
| 64 | +Ready to begin? Head to the [course introduction](/docs/) to start learning. |
| 65 | + |
| 66 | +## Community and Contributions |
| 67 | + |
| 68 | +We encourage discussion and contributions: |
| 69 | + |
| 70 | +- **GitHub Discussions** for questions and community support |
| 71 | +- **Issues** for bug reports and suggestions |
| 72 | +- **Pull Requests** for content improvements |
| 73 | + |
| 74 | +## Stay Updated |
| 75 | + |
| 76 | +We'll post regular updates here covering: |
| 77 | + |
| 78 | +- New lessons and modules |
| 79 | +- Case studies from real projects |
| 80 | +- Industry trends in AI-assisted development |
| 81 | +- Best practices and patterns |
| 82 | + |
| 83 | +Follow along and level up your AI coding skills! |
| 84 | + |
| 85 | +--- |
| 86 | + |
| 87 | +**Get Started:** [Course Introduction](/docs/) |
0 commit comments