evlbot.xyz Module 13 · Real-World Synthesis ← All Modules
🧩 Real-World Synthesis · No New Syntax
Prove the toolkit actually works.

Ten tiers, each anchored to a module you've already finished, each built around a script an actual IT/SecOps admin would actually write. Nothing new to learn here — just Modules 1-12 applied to real problems.

10/10
Tiers live
131
Slides
100
Labs
Tier Modules — all 10 of 10
TIER01Live
New-Hire Message Printer
Turn raw new-hire facts into a readable onboarding message — variables, types, conversion, f-strings.
Start →
TIER02Live
Employee Lookup Tool
A helpdesk tech's "who is this person" quick-reference script — lists and dicts.
Start →
TIER03Live
Department Roster Report
The roster HR asks IT for every quarter — mutability and real mixed data.
Start →
TIER04Live
Orphaned/Suspended Account Finder
A real access-review finding — an account with no group and no owner. Loops and accumulators.
Start →
TIER05Live
Modular User Audit Script
The moment a one-off script becomes a reusable tool — functions and the chain.
Start →
TIER06Live
Inherit-and-Fix
The most common real-world script task — inheriting someone else's script and finding it's subtly wrong.
Start →
TIER07Live
Stale-Login Reporter, CLI-Style
"Flag every account inactive 90+ days" — argparse, datetime, and env vars.
Start →
TIER08Live
Monthly Report Generator
Turn an admin-console export into something a manager can read — files and env vars.
Start →
TIER09Live
Group-Membership Flattener
Access-review spreadsheets want one row per membership, not a nested blob per user — JSON and nested data.
Start →
TIER10Live
The Full Mock API Client
Auth, pagination, rate limits, flatten, sort, write — structurally, already an Okta/Slack/Google export script.
Start →
About this module

Real-World Synthesis teaches zero new syntax. Each tier is anchored to the module where its hardest required skill was taught, and every script is grounded in a plausible IT/SecOps task — not an invented scenario. This is where Modules 1-12's toolkit gets proven end to end, before Module 14 swaps the mock API calls for real Okta ones.