25.09.26 | 9 – 5 PM (CEST) | Online
Angular Agentic Engineering: From Spec to Ship
See how AI reshapes the entire software development lifecycle – and learn to deliberately decide what to hand off to an agent and what to keep for yourself.
Early Bird (-30%) pricing expires in just
Is it for you?
If you already use AI to code and have some context set up for your agent, it works fine for simple tasks. But on a larger, multi-library change, the agent still starts guessing, and you end up re-explaining things it “should already know.”
You’ll learn to build this systematically: write the spec before the code, break it into a plan, encode your conventions into reusable Skills, and delegate work to sub-agents – while catching the subtle mistakes agents make before they ship.
Takeaways
Master the AI-Driven SDLC
See how AI reshapes every phase of the software development lifecycle, from a traditional SDLC to an AI-driven one. Learn which parts of the process stay human-owned and which you can confidently delegate to an agent.
Know Where You Sit on the Spectrum
Move deliberately along the spectrum from casual "vibe coding" to disciplined agentic engineering. Learn to read the stakes of a task and choose the right level of structure, verification, and human judgment for it.
Engineer Context, Not Just Prompts
Understand why clever prompts alone fall apart on a real codebase, and why the shift is from prompt engineering to context engineering. Master the static and dynamic context - the harness - that makes an agent reliable inside your architecture instead of guessing around it.
Encode Your Architecture into Skills
Turn your team's hard-won conventions and boundaries into reusable Skills the agent follows every single time — so output quality stops depending on whether you remembered to re-explain yourself in the prompt.
Plan and Ship Real Features
Build a complete feature the way a senior engineer does — spec first, then plan, then supervised, incremental delivery — using sub-agents and multi-step planning to scope even genuinely complex, cross-boundary changes before any code is written.
Keep the Skill That Doesn't Rust
Practice catching the subtle mistakes agents make in review and testing — the ones that pass silently and slip through. The judgment to know when the AI is wrong is the exact skill this day sharpens.
Agenda
Check out what we’ll be working through. Duration: 8 hours, hands-on throughout, on a real Nx/Angular codebase. All hands-on work is based on Claude Code. If you use another agentic tool like Cursor or Antigravity, you’ll get a translation handout to follow along.
Foundations: Vibe Coding vs. Agentic Engineering, the Lifecycle & Context
- Vibe Coding vs. Agentic Engineering — Place your current AI habits on the spectrum from casual prompting to disciplined agentic engineering, and learn when each is the right call for the stakes at hand.
- The SDLC, Reshaped by AI — See how AI transforms every phase of the software development lifecycle, and adopt a shared, AI-driven SDLC as the common vocabulary for the day.
- Conductor vs. Orchestrator — Understand the developer’s evolving role, and why agentic work is a genuinely different mode from autocomplete-style tools.
- Context Engineering: Static vs. Dynamic — Move beyond prompt engineering to the harness that makes an agent reliable — context files, Skills, permission guardrails, and MCP servers, and which category each one belongs to.
- Skills Live, Before & After — Install an official Angular skill mid-session and feed a real design straight into the agent, watching context transform the output on an actual component.
Spec to Feature: From Idea to Working Code
- Skill Anatomy — Install a production skills plugin and dissect real, battle-tested skills to see exactly how they’re built.
- Spec-Driven Development — Turn a hardcoded, static section into a real feature by writing the spec first, not the code.
- Planning & Task Breakdown — Decompose that spec into small, ordered, verifiable slices before building anything.
- Incremental Build with NgXs — Implement one vertical slice at a time — state, list, and a fully validated form — built against a real design.
Scaling Yourself: Custom Skills, Sub-agents & Ultraplan
- Encode Your Conventions — Author a companion Skill that teaches the agent your workspace’s own architecture, state shape, and boundary rules.
- Delegating to Sub-agents — Hand focused work such as code review to specialized sub-agents running alongside your main session.
- Ultraplan — Plan a genuine multi-library change as a reviewable plan artifact before anything touches the codebase.
- Boundary-Safe Scaffolding — Wire a feature end to end across libraries and confirm your architectural boundaries held.
The Daily Grind: Debugging, Testing & Review
- AI-Assisted Code Review — Run a review pass that surfaces dead code, risks, and refactoring opportunities in real code.
- Refactoring with Confidence — Restructure existing code while keeping its behavior intact, with the agent doing the heavy lifting.
- Catch What the Agent Misses — A deliberately, subtly-wrong output you have to spot before it ships: the skill that doesn’t rust.
- Testing with Realistic Data — Write meaningful unit tests covering state logic and dynamic form validation, backed by realistic mock data.
Governance, Guardrails & Wrap-up
- What Stays Human — Walk back through which parts of the lifecycle stayed human-owned all day, and why that answers the “will my skills rust?” worry.
- The Governance Checklist — Leave with a consolidated, take-home reference of what to double-check at every stage.
- Shipping Discipline — Commit hygiene and safe shipping practices, without the CI/CD rabbit hole.
- Your Tool Rosetta Stone — A handout mapping every technique to its equivalent in other agentic tools like Cursor and Antigravity.
Benefits
Hands-On Exercises
Work on real, practical tasks so you don’t just hear about modern Angular, you actually use it right away.
Q&A Session
Get clear answers to your questions during a dedicated Q&A a chance to clarify concepts and dive deeper into real-world use cases.
Small Group
Maximum of 15 participants, you’ll benefit from more interaction and personalized support.
Certificate of participation
Simple way to show your updated Angular skills to your team, clients, or future employers.
Are you interested?
Are you interested?
Your Trainer
Fanis Prodromou
Google Developer Expert
Google Developer Expert (GDE) for Angular and Senior Front-End Developer. He is passionate about sharing his knowledge through his YouTube channel, speaking at conferences and meetups, and technical articles. He also stays current in the ever-evolving tech world by attending conferences and experimenting with new technologies, and is a co-organizer of the Angular Athens meetup in Greece.
What developers say about our workshops?
I highly recommend Modern Angular Workshops.
Mateusz deep knowledge makes it really beneficial.
Workshops helped me take my signal skills to another level and I hope that I will have opportunity to participate once again.
– Jakub
I thoroughly enjoyed attending the two-day workshop. The trainers were very friendly and approachable, making the learning experience engaging and supportive. Even after the workshop, they remain available to help with any questions, which I truly appreciate.
After the trainings, you will have a clear understanding of how to improve your projects with the latest Angular features.
– Sofia
What I appreciated most about Mateusz’s Signal Forms workshop was that he went beyond the basics and tackled real-world use cases — you could tell he really knows what he’s talking about. Fanis did a great job moderating the Scalable Architecture & Modern Reactivity session, bringing years of hands-on Angular expertise to the table. I walked away with ideas I’m already putting into practice.
– Steffen
Attending the camps for the Scalable architecture & Modern Reactivity Workshop along with the Signal Forms Workshop.
First session delivered by Fanis was amazing, from the first slide he showed his passion in the topic and the in depth knowledge that he has in it. I was quite sceptic about NX setup but his slides and practical sessions helped to understand it better and see the benefits that it comes with and how much easier the codebase becomes with NX.
Sessions on Signal forms by Mateusz made me push harder for Angular 21 upgrade at my work. The delivery was exceptional; simple and lab sessions covered each topic in real depth. The labs were easy to follow, expanded on the slides and helped to understand the new features well.
Overall both days were really good in terms of content, delivery and passing on the knowledge of the experts onto participants. Each session was adjusted to the audience in terms of pace, there was always time to ask questions and during practical sessions both speakers had all the time to fix any issues that were raised by us.
– Rafał
Get your tickets
Join us for an online workshop. Secure your spot today!
Early Bird (-30%) pricing expires in just
May 18
Start at 9AM (CEST) • Duration 8h
Last Call (-15%) Price
399 -> 339 EUR
- Full-day workshop access
- Hands-on sessions with mentor
- Certificate of Participation
- Q&A Session
Coming soon
Start at 9AM (CEST) • Duration 8h
Notice me about the details
TBA
- 30-min 1:1 session with GDE
- Full-day workshop access
- Hands-on sessions with mentor
- Personal Certificate of Participation
Best value
2- Days Workshop
Start at 9AM (CEST) • 2x (online)
Architecture + Signal Forms
748 → 523 EUR
Dates:
Architecture: 25.09
Signal Forms: 28.09
-
Benefits from Architecture
+ Signal Forms included
Team Workshop
Bring this workshop to your team!
Tailored to your needs
Learn more
- Agenda tailored to your project
- Flexible dates for your team
- Google Developer Expert trainers
- Work on your codebase (optional)
Why us?
Projects worldwide
USA, Germany, UK,
Norway, Belgium
Angular experts
Who have coded in Angular
since its release
Years of experience
Building enterprise-scale
web applications
Bring This Workshop to Your Team!
Want to upskill your entire dev team? This Angular workshop is also available as a private in-house or remote session, fully adapted to your team’s needs, codebase, and experience level.
FAQ
Who is this Angular workshop for?
For developers who have been working with Angular but haven’t had time to catch up with the latest changes.
Also ideal for those early in their Angular journey (up to ~1 year) who want to understand modern patterns, architecture, and tooling.
Will the workshop be recorded and available for later access?
No, the workshop will be live only. There will be no recordings available afterwards.
In what language will the workshop be conducted?
The workshop will be conducted in English.
Is there any certification or proof of participation?
Yes, every participant will receive a certificate of participation after completing the workshop.
Do I need to install anything before the workshop?
No installation is required. All coding exercises will be done in-browser using StackBlitz.