Learn TypeScript vs Web Performance Fundamentals, v2
Same Bayesian formula, same rubric — so the difference in scores reflects the difference in the courses, not the difference in how we evaluated them.
Codecademy · Web Development
Learn TypeScript
Frontend Masters · Web Development
Web Performance Fundamentals, v2
Per-criterion
Learn TypeScript covers the essentials of the language across seven lessons — Types, Functions, Complex Types (arrays and tuples), Union Types, Type Narrowing, and Advanced Object Types — in roughly 10 hours of guided content. The course holds a 4.6/5 rating on Codecademy from 2,298 ratings, with 65% awarding five stars. The Curricular.dev developer review confirms the content "covers the essentials" and is "a solid hands-on learning option for getting up to speed with TypeScript." The author of the New Screwdriver blog wrote that the TypeScript handbook "makes a lot more sense to me after this Codecademy course than it did before." The main content gap, flagged by multiple reviewers, is that the course is "a little light on coverage of classes and OOP, as well as modules and namespaces," which slightly offsets an otherwise strong foundation score.
Codecademy uses a curated, single-course-per-topic model rather than named celebrity instructors, and the Hackr.io review rates instruction 4/5 while noting the platform offers "only one high-quality course" instead of thousands of variable-quality alternatives. There is no live instructor and no real-time feedback; the ScoreBeyond review notes the platform "lacks live lectures or direct instructor interaction." An AI Learning Assistant provides automated, context-aware hints on the current lesson and solution code, partly compensating for the absence of a human teacher. Reviewers consistently describe the written explanations as "clear and easy to follow," which lifts the score, but the lack of any human guidance when stuck — forcing reliance on community forums — is the ceiling here.
The introductory Learn TypeScript course is free, including the lessons, quizzes, and guided projects; only the certificate of completion and some practice features sit behind the Plus ($17.49/month annual) or Pro ($29.99/month annual, $59.99 month-to-month) subscriptions. For a learner who only wants the TypeScript fundamentals, the free tier is exceptional value. The ScoreBeyond review scores price 4.8/5, citing "no payment required to start learning." The value score is held back by Codecademy's well-documented billing reputation: its Trustpilot profile sits around 2.7/5 across roughly 1,450 reviews, with recurring complaints about unexpected auto-renewals and difficult cancellations for those who do subscribe to Pro.
Hands-on practice is Codecademy's single strongest dimension and the most consistently praised aspect of this course. The Curricular.dev review observes that "almost every section requires you to run some code to learn the concept, followed by a practical hands-on exercise." Code is written in an in-browser terminal that behaves like a real command line, and each lesson is paired with a quiz and a guided project (7 lessons, 7 projects, 7 quizzes). One Codecademy learner, Anmol B., said the hands-on model beat Coursera, Scrimba, Udemy, and freeCodeCamp in their experience. The notable limitation: Curricular.dev points out the course "provides several guided projects, but no solo project opportunities," recommending learners supplement with independent builds.
For a skills course there is no test score to track, so we assess learning outcomes and readiness. Reviewers report concrete capability gains: the New Screwdriver author documented learning rest parameters, spread syntax, and `number.toFixed()`, and concluded the course "was worth my time investment" as preparation for reading the official TypeScript handbook independently. The Codecademy testimonial from Valerie J. credits the repetitive typing model with building "muscle memory and confidence." The principal caveat — surfaced across Reddit sentiment summaries and the ScoreBeyond review — is that the course is a strong on-ramp but not a destination: learners targeting real-world proficiency, generics depth, or OOP fluency will need follow-up resources and independent projects to convert the fundamentals into job-ready skill.
The course covers the full stack of modern web performance knowledge in approximately six hours — a tight, well-curated curriculum that avoids the padding common in longer Udemy-style recordings. It opens with the psychology of perceived performance (drawing on David Maister's "Psychology of Waiting Lines"), then moves through Core Web Vitals metrics (LCP, CLS, and INP, which replaced FID as an official Google signal in March 2024), measurement APIs, synthetic testing with Lighthouse and WebPageTest, Real User Monitoring with CrUX, and finally concrete optimization tactics for each metric — TTFB, FCP, LCP, layout shift prevention, and interaction latency. The October 2024 update brought the curriculum fully current with the INP transition, so learners are not working with obsolete tooling or metrics. What sets the content apart from generic performance tutorials is its insistence on real user data before optimization. The recurring lesson — "focus on your worst metric, fix the most basic thing first, and confirm with RUM" — is a workflow, not just a collection of tips. The course also links performance work directly to business outcomes: conversion rate, SEO rankings, and user retention statistics are woven into the justification throughout, which gives engineers the language they need to advocate for performance work with non-technical stakeholders. The GitHub workshop repository (113 stars, 87 forks as of mid-2026) demonstrates the exercises have genuine uptake in the developer community.
Todd Gardner is one of the most credentialed practitioners teaching web performance in any format. As co-founder of TrackJS and Request Metrics, he has spent years building commercial RUM tools and working directly with thousands of development teams on performance problems — a background that produces very different teaching than a course built purely from documentation. His Frontend Masters blog articles (published November 2024 on INP and February 2025 on image optimization) extend the same practical, measurement-first methodology into the broader developer community. Student feedback collected from the official course page is unusually consistent in citing his teaching clarity as a differentiator. Anurag Bhandari wrote "Wonderfully planned and executed. Such a heavy topic explained in such simple terms." Pedro Antônio Pereira called it "a masterclass in how to understand web performance." Ryan Davidson, recommending it broadly, wrote: "Great blend of breadth and depth in the performance space. All web engineers — backend or frontend, junior or senior — should be taking this course!" The breadth of that recommendation — extending to backend engineers — reflects how Gardner anchors the course in concepts (HTTP caching, server response times, rendering pipelines) that apply regardless of whether you write CSS or database queries.
The course is included in a Frontend Masters subscription, priced at approximately $39/month or $390/year (annual plans have carried a 17-20% discount in 2025-2026). A seven-day free trial is available. For a subscriber who accesses even two or three courses, the per-course cost is minimal, and the Web Performance Fundamentals course is among the most immediately actionable in the entire library — the techniques taught apply to any existing project without needing to rebuild or refactor an architecture. Deeptiman Mallick's testimonial captures the evergreen value: "This course is like a bookmark to come back to when we're working on performance." Unlike courses that you complete once and set aside, the performance metrics and tools taught here — Lighthouse, WebPageTest, CrUX — are ones practitioners return to on every new project or optimization sprint. The value proposition is strongest for working developers with a real codebase to optimize; the course is less compelling as a purely theoretical exercise for learners with no project to apply it to. There is no standalone purchase option, so non-subscribers must commit to at least one month of the full subscription.
The hands-on component uses a real Node.js + Express e-commerce project — "Developer Stickers Online" — which is deployed to multiple regions and available on a global CDN with HTTP/3 support, making it possible to test real network conditions rather than synthetic localhost scenarios. Students work with actual Lighthouse scores, WebPageTest waterfalls, and CrUX field data rather than simulated metrics, which bridges the gap between tutorial and professional practice. The workshop's focus on a single, realistic project (rather than a series of disconnected toy exercises) is appropriate for the subject: web performance work lives in real measurement data, and the course correctly models that. The project repository's 87 forks suggest learners actively run the exercises rather than just watching. The main limitation is scope: the project is a static storefront, so learners working primarily on Single Page Applications, server-rendered frameworks like Next.js, or complex state-heavy UIs will need to extrapolate some of the tactics. There is no separate project tier with more complex application types.
Web performance is one of the highest-ROI skills a working web developer can acquire in 2024-2026: Core Web Vitals are a confirmed Google Search ranking signal, and the business case studies cited throughout the course (eCommerce and SaaS conversion improvements correlated with performance gains) are drawn from real production data. Gardner's background running RUM tools for thousands of teams means the tactics are not academic — they are the same ones practitioners reach for when a client's LCP score drops. Multiple student reviews specifically noted immediate applicability: Álex Castelo wrote that the course made them realize "how easy it can be to boost a website's performance exponentially," and Yuganshu Mohan distilled the practical lesson as "focus on the worst metric and perform the most basic fixes." The methodological frame — measure with real user data first, then fix, then confirm — transfers directly to professional performance audits. Taran Bains, writing an extended reference post from the course material in August 2025, used it as the foundation for a comprehensive web performance guide, which is a reliable signal that the content holds up as a reference long after the initial watch-through.
Scoring methodology applies identically to every course on the site — see the formula.