Who prepares the modules
CopyTech Academy is run by a small group of developers and instructors who still write code and still teach. Between them they cover frontend work, backend services, classroom teaching, and technical writing. That mix matters: a lesson on debugging is written by someone who spent the week debugging, and a lesson on explaining code is written by someone who has watched beginners get stuck on the same three things for years.
Each module passes through at least two of them before it goes live. One builds the exercise, another reads it cold and marks anything unclear. It is a slow way to publish, but it catches the assumptions that make beginner material frustrating.
Ask a question about the modulesAnita Sattler
Builds the coding fundamentals track and the browser-based exercises. Ten years in product frontend before moving into teaching, mostly on interfaces where the state handling had to be readable by the next person. She rewrites every exercise from scratch once a year, because shortcuts that made sense in one language rarely survive a port to another.
Bernd Mayerhofer
Writes the material on services, data flow, and deployment. He has maintained systems long enough to know which abstractions age badly, so the lessons stay close to what runs on a real server. His rule for the software concepts modules: if a diagram needs a legend longer than the diagram, it gets redrawn.
Nico Holzmann
Handles the practical side: version control, build steps, reading logs, and the small habits that keep a project workable. He taught evening classes for career changers for six years, which is where most of the troubleshooting checklists come from. He is the one who insists every error message in a lesson is copied from a real run, not invented.
Celina Rauscher
Reviews structure and language across all tracks. Her background is technical writing for internal documentation, so she reads a lesson the way a tired learner at nine in the evening would. She is responsible for the rule that no module introduces more than one new concept before the learner gets to type something.