Skip to content

Commit 3002a1f

Browse files
authored
Merge pull request #15776 from DevOpsDaysNashville/main
[NSH-2026] Program and sponsor updates (#36)
2 parents c8fc87c + ea63dd8 commit 3002a1f

22 files changed

Lines changed: 369 additions & 5 deletions
22 MB
Loading
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
+++
2+
Title = "Program"
3+
Type = "program"
4+
Description = "Program for devopsdays nashville 2026"
5+
Icons = "false"
6+
+++
7+
8+
<div class = "row">
9+
<div class = "col">
10+
<hr />
11+
If Open Space is new to you, you may be interested in <a href="/pages/open-space-format">more details about Open Space</a>.
12+
<hr />
13+
<i>All times are in US Central Time</i>
14+
</div>
15+
</div>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
+++
2+
Talk_date = ""
3+
Talk_start_time = ""
4+
Talk_end_time = ""
5+
Title = "Bridging the Gap: Empowering AI Agents with Docker and MCP (Model Context Protocol)"
6+
Type = "talk"
7+
Speakers = ["camilla-martins"]
8+
+++
9+
10+
AI agents are limited by what they can 'achieve'. Discover how the Model Context Protocol (MCP) combined with Docker allows LLMs to securely interact with development environments, local tools, and infrastructure. Learn how Docker is becoming the standard runtime for providing context and real-time execution capabilities for the next generation of AI agents.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
+++
2+
Talk_date = ""
3+
Talk_start_time = ""
4+
Talk_end_time = ""
5+
Title = "I Vibe Coded an App. Now What?"
6+
Type = "talk"
7+
Speakers = ["chris-lee"]
8+
+++
9+
10+
You used AI (Cursor, vibe coding) to build an app. Then you hit the wall: Now what? It needs a URL, auth, CI, and a way to find bugs before users do. This talk presents a repeatable “day two” checklist for moving to production: hosting on Vercel, DNS, data with Airtable, authentication with Clerk, GitHub for PRs and review, and GitHub Actions for lint and test on every push. We use git hooks (Husky) so the same test suite runs locally before every push, and Cursor agents to find issues, running “find bugs,” “check for auth leaks,” or “review this diff” so the AI does the first pass before human review. The DevOps connection: AI got us to “working code” fast; the same tooling (Cursor + agents) and pipeline (GitHub + Actions + Vercel) get us to deployed, reviewed, and maintainable without throwing away the vibe. Principles in play: automation (CI, cron, agents, hooks), feedback loops (PRs, tests, agents), and security by default (Clerk, env vars, CRON_SECRET)
11+
Key Takeaways
12+
“I vibe coded an app” is only half the story. The other half is hosting, auth, DNS, CI, and review.
13+
We use Cursor agents for finding issues; GitHub + Actions for PRs and CI; Husky so the same tests run locally; Vercel for hosting, Clerk for auth, and Airtable for data.
14+
The same AI that helped build the app now helps operate it through continuous "review assistance."
15+
The test suite is the same everywhere: run by git hooks before push, run by GitHub Actions on every push/PR, and required before merge so deploys are safe.
16+
17+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
+++
2+
Talk_date = ""
3+
Talk_start_time = ""
4+
Talk_end_time = ""
5+
Title = "Stress-Testing AI Agents: Red Teaming to Reduce Operational Chaos"
6+
Type = "talk"
7+
Speakers = ["elissa-shevinsky"]
8+
+++
9+
10+
AI agents are now part of our automation layer, calling tools, modifying systems, and influencing production workflows. Unlike traditional automation, their behavior can be unpredictable under pressure. This talk explores how we stress-test AI agents embedded in production systems using red teaming techniques to surface hidden failure modes and operational risks before they escalate into customer-facing incidents.
11+
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
+++
2+
Talk_date = ""
3+
Talk_start_time = ""
4+
Talk_end_time = ""
5+
Title = "The AI Augmented Student"
6+
Type = "talk"
7+
Speakers = ["michael-anthony"]
8+
+++
9+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
+++
2+
Talk_date = ""
3+
Talk_start_time = ""
4+
Talk_end_time = ""
5+
Title = "AI in Action! SDLC Agents using LangChain+LangSmith in an Azure Environment."
6+
Type = "talk"
7+
Speakers = ["mike-noe"]
8+
+++
9+
10+
You've heard the hype, seen the videos, and read all the posts on social media. Now it's time to see AI in Action. Our own Mike Noe will guide us through an implementation on SDLC Agents using LangChain and LangSmith in an Azure Environment.
11+
12+
The demo will showcase a multi-agent pipeline that utilizes Azure ServiceBus to manage interactions between agents.
13+
I use LangSmith for the tracing and observability aspect. Tracking calls, latency, and costs.
14+
The purpose is to show how we can build isolated agents that work together, much like real folks.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
+++
2+
Talk_date = ""
3+
Talk_start_time = ""
4+
Talk_end_time = ""
5+
Title = "Coming Soon!"
6+
Type = "talk"
7+
Speakers = ["reserved"]
8+
+++
9+
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
+++
2+
Talk_date = ""
3+
Talk_start_time = ""
4+
Talk_end_time = ""
5+
Title = "Keynote Day One"
6+
Type = "talk"
7+
Speakers = ["robert-hoffman"]
8+
+++
9+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
+++
2+
Talk_date = ""
3+
Talk_start_time = ""
4+
Talk_end_time = ""
5+
Title = "Smart Scaling: Leveraging AutoPilot for Efficient MySQL Deployment "
6+
Type = "talk"
7+
Speakers = ["scott-stroz"]
8+
+++
9+
10+
MySQL HeatWave AutoPilot brings machine learning directly into the heart of MySQL HeatWave AutoPilot introduces machine learning directly into the core of database operations, transforming how teams provision, load, tune, and scale MySQL environments. This session explores how AutoPilot’s intelligent automation covers auto provisioning, auto parallel loading, and auto data placement. These features eliminate guesswork, predict optimal configurations, and accelerate performance with minimal manual effort.
11+
We will examine real-world scenarios that show how AutoPilot adapts instantly to shifting workloads, boosts query execution, and maintains high availability while reducing operational overhead.

0 commit comments

Comments
 (0)