Skip to content

Commit ade6242

Browse files
committed
Deploy updated AI Code Development landing page with modal functionality and improved design
1 parent 1a69bb0 commit ade6242

File tree

9 files changed

+1975
-270
lines changed

9 files changed

+1975
-270
lines changed

.DS_Store

2 KB
Binary file not shown.

LICENSE 2

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2025 paulasilvainc
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README 2.md

Lines changed: 169 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,169 @@
1+
# 🚀 AI Code Development
2+
3+
Welcome to the **AI Code Development** Workshop! This hands-on workshop guides you through implementing comprehensive AI-assisted development solutions for enterprise applications using GitHub Copilot, Azure AI tools, and agentic DevOps practices.
4+
5+
[![Official Website](https://img.shields.io/badge/Official_Website-code--ai.dev-blue)](https://code-ai.dev) [![GitHub Stars](https://img.shields.io/github/stars/paulanunes85/Code-AI-Dev?style=social)](https://github.com/paulanunes85/Code-AI-Dev/stargazers) [![License: MIT](https://img.shields.io/badge/license-MIT-brightgreen)](LICENSE)
6+
7+
## Agentic DevOps Workflow - AI-Assisted Development Implementation
8+
9+
<div align="center">
10+
<img src="images/agentic-devops-flow-diagram.svg" alt="Agentic DevOps Flow Diagram" width="700">
11+
</div>
12+
13+
## 🌐 Official Workshop Website: [code-ai.dev](https://code-ai.dev)
14+
15+
## 📖 The Journey to AI-Enhanced Development
16+
17+
Welcome to the Enterprise AI-Assisted Code Optimization Workshop! This repository takes you on a transformative journey from traditional development to the world of AI-assisted optimization and agentic DevOps.
18+
19+
As a developer in today's enterprise environment, you face a critical challenge: **most of your time isn't spent creating new value**. According to our development productivity research:
20+
21+
* **60%** of time spent on non-coding tasks (planning, meetings, research)
22+
* **30%** on maintaining existing code (bug fixes, refactoring)
23+
* **Only 10%** writing new code that delivers business value
24+
* High cognitive load from context switching between different tasks
25+
* Reactive problem-solving instead of proactive optimization
26+
27+
This workshop provides hands-on guidance to implement AI-assisted development using modern tools and practices. We'll demonstrate how GitHub Copilot, Azure AI, and agentic workflows can transform your development efficiency.
28+
29+
<div align="center">
30+
<img src="images/multi-agent-architecture-diagram.svg" alt="Multi-Agent Architecture" width="700">
31+
</div>
32+
33+
> "AI-assisted development is not about replacing developers, but about amplifying their abilities to solve complex problems faster and more effectively."
34+
35+
36+
## 📋 Workshop Structure
37+
38+
The workshop is organized into progressive modules, allowing you to choose the depth of coverage based on your time and experience:
39+
40+
| Level | Duration | Focus | Best For |
41+
| -------------- | -------- | ------------------------------- | -------------------------------------- |
42+
| **Basic** | 90 min | Core concepts and basic setup | Beginners, time-constrained sessions |
43+
| **Intermediate** | 2 hours | Complete AI workflow implementation | Intermediate users, standard workshops |
44+
| **Advanced** | 3+ hours | Enterprise-scale solutions | Experienced practitioners, deep dives |
45+
46+
## 🗺️ Learning Path
47+
48+
> 📖 **Complete Workshop Guide**: View the [full workshop guide with detailed instructions](docs/complete_workshop_guide.md#-table-of-contents)
49+
50+
### Module 1: [Introduction to AI-Powered DevOps](docs/complete_workshop_guide.md#-core-workshop-module-1-first-ai-code)
51+
52+
* Understanding the AI development paradigm
53+
* GitHub Copilot fundamentals and capabilities
54+
* Setting up your AI-enhanced development environment
55+
56+
### Module 2: [Setting Up Your AI Development Environment](docs/complete_workshop_guide.md#-pre-workshop-preparation)
57+
58+
* Workshop preparation and tool setup
59+
* Creating your first AI-assisted optimization
60+
* Exploring GitHub Copilot fundamentals
61+
62+
### Module 3: [Building Your First AI Agent](docs/complete_workshop_guide.md#-core-workshop-module-2-optimization)
63+
64+
* Performance optimization techniques
65+
* Security vulnerability detection and remediation
66+
* Using AI for code quality improvements
67+
68+
### Module 4: [Multi-Agent Orchestration](docs/complete_workshop_guide.md#-module-7-multi-agent-systems-30-minutes)
69+
70+
* Copilot Chat and workspace features
71+
* Custom AI workflows and automation
72+
* Advanced code generation patterns
73+
74+
### Module 5: [Advanced AI DevOps Patterns](docs/complete_workshop_guide.md#-module-5-cicd-integration-30-minutes)
75+
76+
* CI/CD pipeline integration
77+
* Azure AI services integration
78+
* Enterprise governance and compliance
79+
80+
### Module 6: [Real-World Implementation](docs/complete_workshop_guide.md#-module-6-custom-ai-workflows-30-minutes)
81+
82+
* GitHub Copilot Coding Agent setup
83+
* Autonomous development workflows
84+
* Multi-agent collaboration patterns
85+
86+
### Module 7: [Production Optimization](docs/complete_workshop_guide.md#-module-10-performance-at-scale-30-minutes)
87+
88+
* Performance monitoring and optimization
89+
* AI-powered incident response
90+
* Continuous improvement strategies
91+
92+
### Module 8: [Hands-On Challenge Labs](docs/complete_workshop_guide.md#-core-workshop-module-3-security)
93+
94+
* Real-world optimization scenarios
95+
* End-to-end implementation exercises
96+
* Java and .NET practical examples
97+
98+
### [Troubleshooting Guide](docs/troubleshooting_guide.md)
99+
100+
* Common setup issues and solutions
101+
* Advanced debugging techniques
102+
* Performance optimization strategies
103+
104+
### [Workshop FAQ](docs/workshop-faq.md)
105+
106+
* Comprehensive Q&A covering all workshop topics
107+
* AI development ethics and best practices
108+
* Enterprise adoption and security concerns
109+
110+
## 🔑 Prerequisites
111+
112+
### Required Accounts
113+
114+
- Create [Azure Free Account](https://go.microsoft.com/fwlink/?linkid=859151)
115+
- GitHub account with [GitHub Copilot Free](https://code.visualstudio.com/docs/copilot/setup-simplified)
116+
- Download [VS Code](https://visualstudio.microsoft.com/downloads/)
117+
118+
### Technical Requirements
119+
120+
* Development environment: VS Code, Git, Node.js/Java/.NET
121+
* Basic understanding of software development
122+
* Familiarity with either Java or C# programming
123+
124+
## 🛠️ Getting Started
125+
126+
1. **Fork and Clone this Repository**
127+
```bash
128+
git clone https://github.com/paulanunes85/Code-AI-Dev.git
129+
cd Code-AI-Dev
130+
```
131+
132+
2. **Quick Start (30 minutes)**
133+
- Follow our [Quick Start Guide](docs/QUICK_START.md) for immediate hands-on experience
134+
- Complete setup verification and your first AI-assisted optimization
135+
136+
3. **Follow the Workshop Structure**
137+
- Start with [Pre-Workshop Preparation](docs/complete_workshop_guide.md#-pre-workshop-preparation)
138+
- Begin with [Module 1: First AI Code](docs/complete_workshop_guide.md#-core-workshop-module-1-first-ai-code)
139+
- Progress through modules based on your experience level
140+
- Use the [Troubleshooting Guide](docs/troubleshooting_guide.md) if needed
141+
142+
## 🌟 Key Features
143+
144+
* **AI-Enhanced Development**: Learn to implement GitHub Copilot for intelligent code optimization
145+
* **Multi-Language Support**: Build skills with both Java and .NET examples
146+
* **Real-World Scenarios**: Practice with authentic production-like challenges
147+
* **Progressive Learning**: Start from basics and advance to enterprise-scale solutions
148+
* **Agentic Workflows**: Use AI agents to automate development processes
149+
150+
## 🔗 Related Repositories
151+
152+
### [AI Code Development](https://github.com/paulasilvatech/Code-AI-Dev) *(This Workshop)*
153+
Complete workshop for leveraging AI tools like GitHub Copilot to optimize and improve code quality in enterprise environments. Learn advanced AI-assisted workflows, refactoring techniques, and best practices for integrating AI tools into development processes.
154+
155+
### [Secure Code AI Development](https://github.com/paulasilvatech/Secure-Code-AI-Dev)
156+
Comprehensive workshop for implementing secure coding practices using AI-powered tools, GitHub Advanced Security, and modern DevSecOps workflows. Learn to shift-left security, reduce vulnerabilities significantly, and achieve enterprise-grade security compliance with AI assistance.
157+
158+
### [Agentic Operations & Observability](https://github.com/paulasilvatech/Agentic-Ops-Dev)
159+
Hands-on workshop for implementing comprehensive observability solutions using Azure Monitor, Application Insights, and AI-powered tools. Learn to build modern monitoring systems, implement AI-enhanced observability, and create intelligent DevOps practices for cloud applications.
160+
161+
### [Design-to-Code Development](https://github.com/paulasilvatech/Design-to-Code-Dev)
162+
Comprehensive workshop for implementing design-to-code workflows using AI-powered tools, Figma integration, and modern development practices. Learn to bridge the gap between design and development, creating consistent and maintainable user interfaces with intelligent automation.
163+
164+
### [Figma-to-Code Development](https://github.com/paulasilvatech/Figma-to-Code-Dev)
165+
Hands-on workshop for transforming Figma designs into production-ready code using GitHub Copilot Agent Mode and AI-powered tools. Learn to convert sophisticated designs into fully functional applications, achieving significant time reduction in development cycles with enterprise-grade features.
166+
167+
## 👤 Credits
168+
169+
This Enterprise AI-Assisted Code Optimization Workshop was developed by [Paula Silva](https://github.com/paulanunes85), Developer Productivity [Global Black Belt at Microsoft Americas](https://www.linkedin.com/in/paulanunes/). The workshop provides a comprehensive approach to implementing AI-assisted development practices and agentic DevOps workflows for modern software applications.

0 commit comments

Comments
 (0)