Psyncopate Learn
Every course pairs slides with a lab that opens in your browser. You write the code and run it against a live cluster, from the first minute.
Nothing to install.
One platform
Slides, labs, quizzes, and mentoring all run in the same app, so writing a course happens in one place.
Labs
The instructions, the editor, and the terminal sit in one screen, so nobody loses the thread switching windows. Each lab runs on live cloud infrastructure, and a student's files are still there when they come back.
Steps
Interactive visualizations
Take a broker down and watch the partitions move to the ones that are left. Change a config value and the diagram animates the difference, so students see the behaviour before they read about it.
Mentor mode
An instructor drives the slides for the room and draws on a slide when a detail needs a second pass. If you get stuck in a lab, your mentor can jump into your terminal and help from where you already are. The same course runs self-paced or mentor-led.
AI assistant
The assistant reads the error output, the code in the editor, and the step the student is on. It says what went wrong and points at the line to change.
Why does the first send fail every time?
The topic in step 2 does not exist yet, so the first send has nowhere to land.
Run the create step above, then send again and the retry goes through.
producer.py line 14Course catalog
Each course mixes short slide runs with labs you can start right away.
Pick a course, open the first lab, and the environment is running before you finish reading step one.