Go & Vanilla JS: Fullstack Without Frameworks vs CSS for JavaScript Developers
Same Bayesian formula, same rubric — so the difference in scores reflects the difference in the courses, not the difference in how we evaluated them.
Frontend Masters · Web Development
Go & Vanilla JS: Fullstack Without Frameworks
Frontend Masters · Web Development
CSS for JavaScript Developers
Per-criterion
Ten hours eleven minutes covering the full stack end-to-end: Go project setup and architecture, a JSON REST API with structured handlers, Postgres integration via a repository interface pattern, Vanilla JS web components, a client-side SPA router built from scratch, View Transitions API, search/filter/sort, and a complete JWT authentication flow covering registration, login, server-side middleware, and client-side route guards. Published May 27, 2025 — compatible with Go 1.22+ and modern browser APIs. The course deliberately avoids backend frameworks (no Gin, Echo, or Fiber), relying on Go's standard library, keeping outcomes transferable to any Go project.
Maximiliano Firtman is a prolific Frontend Masters instructor with prior courses on Mobile Web Development, Progressive Web Apps, and JavaScript Performance. The course holds a 4.9/5 star platform rating — among the highest for full-stack courses on Frontend Masters. Students consistently cite his habit of explaining architectural decisions and trade-offs rather than simply typing out code, and his willingness to debug real issues live during recording rather than presenting pre-cleaned output. Reviewers describe him as a "true master" whose teaching style emphasises the reasoning behind every decision.
Access requires a Frontend Masters subscription (~$39/month or ~$390/year for individuals) rather than a one-time purchase. Strong value for learners using the broader catalog — Frontend Masters covers JavaScript, TypeScript, React, CSS, Node.js, and dozens of related tracks under one subscription. Weaker for those taking only this course. No free tier beyond a short preview. The subscription cost is the dominant frustration across otherwise positive reviews, consistent with complaints across the entire Frontend Masters catalog.
The course builds a complete movie catalogue application end-to-end: a Go REST API with structured JSON handlers, a Postgres layer using a repository interface pattern, AIR-powered live-reload during development, full JWT authentication (registration, login, server-side middleware, golang-jwt token generation), and a Vanilla JS SPA with a hand-rolled client-side router, View Transitions, web components for every UI element, a search/filter/sort feature, and authenticated user pages (My Account, Favorites, Watchlist). Full authentication including client-side route guards distinguishes this course from most full-stack offerings that leave auth as an exercise or third-party library call.
The deliberate no-framework approach teaches patterns that transfer to any technology choice: the router is built from scratch, web components replace UI libraries, state management uses the Proxy pattern. Students report that this improves their ability to evaluate frameworks critically, because they understand what each framework is solving. Go's standard library — net/http, database/sql, log/slog — maps directly to production Go codebases. The Postgres repository pattern, AIR for live-reload, and Postman-tested API routes represent practices encountered in real engineering teams.
The course covers all major CSS layout algorithms — flow, positioned, flexbox, grid — plus typography, animations, custom properties, and advanced polish techniques across 10 modules and 200+ lessons. Rather than cataloguing properties, Josh builds mental models for how each layout mode reasons about space, which multiple reviewers describe as "mastery level" coverage. The December 2025 update added subgrid and reading-flow content, keeping the curriculum current. The depth and pedagogical structure place it above any free alternative for developers who want to understand CSS rather than memorise it.
Josh W. Comeau is the most consistently praised CSS educator in independent developer communities. His personal blog (joshwcomeau.com) is cited as a reference-quality resource on its own, and the course extends that same standard of clarity into interactive format. Endorsements from Adam Wathan (Tailwind CSS creator), Kent C. Dodds (Epic React), and Laurie Barth (Netflix) are not marketing copy — each commenter is themselves a well-known practitioner. The Hacker News thread from October 2021 includes commenters praising his use of mental models such as "media queries as IF statements" as genuinely clarifying rather than simplified.
The course is available standalone on Josh's own platform (css-for-js.dev) with one-time pricing and lifetime access to updates, and also via a Frontend Masters subscription (~$39/month or $390/year). The standalone price has drawn criticism — one Hacker News commenter in 2021 noted paying $418 with taxes and called it "one heck of an expensive course," and another pointed out that the basic tier excludes flexbox and responsive design. For Frontend Masters subscribers who access it as part of a broader library, the value calculation tilts strongly positive. Regional purchasing power parity discounts and occasional sales (Valentine's Day, Black Friday) improve accessibility, but the sticker price remains the main objection in critical reviews.
Each of the 10 modules ends in a workshop — a larger, real-world-inspired project that applies the module's concepts. Students build responsive layouts, polished UI components from Figma mockups, custom form controls, and animated interactions. The interactive exercises and mini-games within lessons are consistently praised for building intuition rather than just testing recall. One reviewer's only complaint was being required to use Styled Components and React in workshops rather than their preferred tools — a minor friction point in an otherwise well-designed project sequence that demonstrates real production patterns.
The course is explicitly designed for developers working in React, Vue, or Angular component architectures, and the examples reflect production patterns rather than academic exercises. Multiple reviewers with years of professional experience report that the course changed how they reason about CSS in daily work — "less guesswork" and "more efficient" are the recurring phrases. Noel De Martin, a developer with 10+ years of experience, called it "the best course I've ever taken" and said it "should be mandatory for anyone working in the frontend." The coverage of CSS-in-JS, CSS variables, and component-level architecture maps directly to current React/Vue production workflows.
Scoring methodology applies identically to every course on the site — see the formula.