Dx Training banner
RealManage RealManage

Dx Training

AI community

Description

Technical training courses for AI-assisted development with Claude Code, BDD, and modern engineering practices.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

RealManage Developer Experience Training Hub

Welcome to the RealManage DX Training repository — technical training courses designed to elevate engineering capabilities through hands-on, AI-assisted development practices.

Available Courses

[AI 101: Claude Code](./courses/ai-101-claude-code/)

**Duration:** 9 weeks + optional Week 0 primer (2 hours/week) **Level:** Beginner to Intermediate **Status:** Active

Transform how you write code with Anthropic's Claude Code. This comprehensive course takes you from setup to advanced workflows, including Test-Driven Development, custom skills and plugins, automation patterns, and real-world scenarios across developer, QA, PM, and support tracks.

[**Start Course →**](./courses/ai-101-claude-code/README.md)

[BDD 101: Behavior-Driven Development Foundations](./courses/bdd-101/)

**Duration:** 3 sessions (2 hours each) **Level:** Beginner **Status:** Active

Learn to bridge the gap between business requirements and technical implementation through Behavior-Driven Development. Covers Gherkin syntax, Three Amigos conversations, test automation, and collaborative specification practices.

[**Start Course →**](./courses/bdd-101/README.md)

[Continuous Delivery 101: Ship Small, Safe, and Often](./courses/continuous-delivery-101/)

**Duration:** 3 sessions (2 hours each) **Level:** Intermediate **Status:** Active

Move your team from weekly deployments with long-lived branches to true Continuous Delivery on AWS. Built on [minimumcd.org](https://minimumcd.org) and grounded in RealManage's shift from .NET Framework monoliths on Azure VMs to cloud-native services (Lambda, ECS, DynamoDB, SNS, SQS). Covers trunk-based development, feature flags, the single-path-to-production pipeline (GitLab CI + SAM), immutable artifacts, and rollback.

[**Start Course →**](./courses/continuous-delivery-101/README.md)

Coming Soon

  • AI 102: Advanced Claude Code — Agent Teams, spec-driven development, multi-agent orchestration,