Skip to main content

Scrimba Guide Blog, Reviews, Tips, and Career Advice for Developers

How to Prompt Scrimba Explain: Teaching Styles, Audience, Attachments

· 18 min read
Ayoub El Haddad
Fullstack Developer · Independent Scrimba Reviewer

A good Scrimba Explain prompt names the topic, the audience, and the slides you want. I ran the same RAG prompt through three teaching styles, attached a Markdown file, and built a three-lesson playlist, seven explainers in total. Professor was not noticeably deeper than Standard, which suggests the prompt text, not the picker, sets the depth.

If you do not know what Explain is yet, the reference page covers entry points and quotas, and the full review covers whether the output is any good. This post is only about the web composer at scrimba.com/explain (opens in a new tab): what to type, which style to pick, and which clicks cost you an explainer.

Scrimba Explain From Claude Code: MCP Setup, PR Explainers and the CI Endpoint

· 16 min read
Ayoub El Haddad
Fullstack Developer · Independent Scrimba Reviewer

Scrimba Explain exposes two MCP endpoints. Claude Code connects to either with one command or one JSON file, reads your repository, and streams a narrated video lesson into Scrimba. Drafts cost nothing until someone opens and claims the link. I ran both endpoints against a public Anthropic repo and a merged pull request, and this post is what came back, including the parts that went wrong.

The Explain Button Inside Scrimba Lessons: How It Works and When to Press It

· 15 min read
Ayoub El Haddad
Fullstack Developer · Independent Scrimba Reviewer

Every Scrimba lesson you can open has an EXPLAIN button in its header. Press it while paused, type a question, and Scrimba builds a short narrated video from that exact lesson: its files, the code you highlighted and what the teacher has said so far. It costs one explainer from your allowance (10 for life on a free account, 100 a month on Pro), and the result stays attached to the lesson.

I pressed it once, on the "Chunking text from documents" lesson in Learn RAG, with a deliberately picky prompt. This post is what got sent, what came back, and the three moments in a course where I think it earns its cost.

Scrimba Explain vs NotebookLM Video Overviews for Learning Code (2026)

· 19 min read
Ayoub El Haddad
Fullstack Developer · Independent Scrimba Reviewer

Scrimba Explain turns a typed question into a narrated video with code, diff and diagram slides, ending in a quiz when you ask for one, and it runs from a prompt, a Chrome tab or a coding agent. NotebookLM Video Overviews turn the documents you have already collected in a notebook into a narrated slideshow. For understanding a concept or a piece of code, Explain is the better fit. For a video summary of your own PDFs, lecture notes or a folder of docs, NotebookLM is the one to reach for.

One caveat before the table. The Scrimba side of this comparison is first-hand: I generated the explainers, read the transcripts and took the quizzes. The NotebookLM side is not. Google's NotebookLM sat behind a corporate sign-in on the machine I had, so every NotebookLM claim below comes from Google's own help pages and blog posts, each linked where it appears. Anything Google does not document is marked as unverified rather than guessed.

How to Learn DevOps in 2026: The Path, the Resources, and What to Pay For

· 36 min read
Ayoub El Haddad
Fullstack Developer · Independent Scrimba Reviewer

Learn DevOps in this order: Linux, Git, Docker, a real deployment, environment variables and secrets, then continuous integration. Kubernetes comes last, and only if you want the DevOps job title rather than the ability to ship your own work. Before you start, spend ten minutes with the free roadmap at roadmap.sh/devops so you can see how those pieces depend on each other. Every stage below has a good free resource and a good paid one: the free route costs you time and assembly, the paid route costs money and buys both back.

What Is Scrimba Explain? The AI Explainer, Tested (2026)

· 24 min read
Ayoub El Haddad
Fullstack Developer · Independent Scrimba Reviewer

Scrimba Explain turns a question into a short narrated video explainer, complete with diagrams, code walkthroughs and, most of the time, a quiz at the end. A free Scrimba account gets 10 explainers for life, Pro gets 100 a month, and it works in the browser, inside Scrimba lessons, in ChatGPT, and inside coding agents like Claude Code through MCP. Most AI coding tools compete to write your code faster. This one explains it.

Best CSS Courses (2026): The Ones That Actually Teach Modern CSS

· 11 min read
Yassine El Haddad
Software & AI Engineer · Independent Scrimba Reviewer

The best CSS courses in 2026 are the ones that teach modern CSS, :has(), container queries, and native nesting, rather than float clearfixes and pixel-width media queries. My honest shortlist: start free and interactive with Scrimba's Learn HTML and CSS, go deep with Josh Comeau's CSS for JavaScript Developers, and fill the gaps with Kevin Powell's free videos. The single filter that matters most now is recency, because CSS changed more in the last three years than in the decade before it.

The Best Interactive Coding Platforms in 2026

· 12 min read
Yassine El Haddad
Software & AI Engineer · Independent Scrimba Reviewer

The best interactive coding platforms in 2026 are Scrimba, freeCodeCamp, Codecademy, Boot.dev, Exercism, and Codewars, because each one makes you write and run real code rather than watch someone else do it. That distinction matters more this year than it used to. When an AI will produce a working answer on demand, the platforms worth your time are the ones that keep your own hands on the keyboard, and my honest take is that the right pick depends less on the brand than on how hard it stops you from copy-pasting your way through.

What It Really Costs to Become a Developer in 2026

· 13 min read
Yassine El Haddad
Software & AI Engineer · Independent Scrimba Reviewer

Becoming a developer in 2026 costs anywhere from almost nothing to more than $160,000, depending on the route: the self-taught path runs $0 to a few hundred dollars a year in tools, a full-time coding bootcamp averages about $14,000, and a four-year computer science degree lands between roughly $40,000 and $160,000 or more. That spread is real, but it hides the number that decides which route is actually cheapest. The sticker price is the smallest part of what you pay, and in 2026 two once-invisible costs, the salary you give up while studying and a monthly AI-tool bill, have grown big enough to change the ranking. Here is the honest math, path by path.

Reading Code: The Skill AI Coders Skip in 2026

· 13 min read
Yassine El Haddad
Software & AI Engineer · Independent Scrimba Reviewer

The fastest way to get better at reading code is to read more of it on purpose: in small pieces, out loud, and forcing yourself to predict what each line does before you run it. In 2026 that has quietly become the highest-leverage skill a self-taught developer can build, because AI writes the first draft now and your real job is to verify it. My honest take, as an engineer who learned the hard way through 42 Network rather than by prompting: most beginners are drilling the half of the job the machine already does, and skipping the half interviewers now test for.