Watch Jonas Schmedtmann Videos (2026)
To the aspiring developer reading this: Do not watch the videos at 2x speed. Do not skip the coding challenges. Do not download the finished source code. Sit. Pause the video. Type the code. Break the code. Fix the code. If you invest 200 hours into his courses, you will save 2,000 hours of future debugging confusion. You will stop asking, "How do I do X in Framework Y?" and start asking, "What is the underlying principle governing this interaction?"
There is a prevailing myth that one can learn to code via TikTok threads or ChatGPT prompts. That produces a script kiddie . Watching Jonas Schmedtmann produces a craftsperson . watch jonas schmedtmann videos
This modeling of a calm, methodical, error-tolerant professional persona is perhaps the most valuable takeaway. Most developers quit not because they can't understand "this," but because they panic when the console turns red. Schmedtmann retrains your amygdala to see the red text as a clue, not a catastrophe. To the aspiring developer reading this: Do not
Many tutorials use "Todo Lists" and "Counter Apps." Schmedtmann builds a banking application with fake login APIs, a forkify recipe search with actual API architecture, and a Natours travel site with complex CSS layouts. But the magic isn't in the scale of the project; it's in the . Break the code
A critical scene in his JavaScript course involves him writing a large function, staring at the screen, and muttering, "This is ugly. This is not DRY (Don’t Repeat Yourself)." He then deletes 30 lines of code and replaces them with 10 lines of higher-order functions. For a beginner, this is terrifying. For an intermediate, it is enlightenment. You are watching a master reject his own work in real-time. This teaches the most elusive skill in software engineering: .
In a digital economy desperate for problem solvers but flooded with tool-users, watching Jonas Schmedtmann is your asymmetric advantage. It is the slow, deliberate, uncomfortable path to mastery. Take it.
To understand why Schmedtmann’s content is exceptional, one must first understand the failure mode of modern coding education. Most tutorials suffer from the "Tutorial Hell" paradox: they show you what to type but not why you are typing it. They rely on copy-paste culture, leading to a brittle knowledge that shatters the moment a student opens a blank text editor.