Go & Vanilla JS: Fullstack Without Frameworks vs JavaScript Essential Training
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
LinkedIn Learning · Web Development
JavaScript Essential Training
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 2021 redesign covers variables, data types, objects, arrays, functions, loops, conditionals, DOM selection and manipulation, event listeners, and closures across roughly 6 hours 14 minutes of video. Reviewers praise the modern ES6+ syntax used throughout and the logical, progressive structure. The course's "objects first" ordering — starting with objects and methods before covering data types and functions — is polarising: blog reviewers like Nick Simson praise it as an accurate reflection of how modern learners encounter JavaScript through frameworks, while some beginners on the LinkedIn Learning platform found starting with complex concepts challenging. Multiple sources note that 11 quizzes and CoderPad code challenges provide genuine interactivity that many comparable beginner courses lack.
Morten Rand-Hendriksen is described consistently across review sources as clear, concise, and methodical. The topfreereviews.com team analysis credits him with giving "clear and concise instructions so that learners could follow the course without troubleshooting." The nicksimson.com blog review notes his deliberate pedagogical philosophy of mirroring how modern JavaScript learners actually first encounter the language in the wild. No reviewers described him as dry or hard to follow; the occasional criticism targets the course's depth or the complexity of the chosen teaching sequence, not the instructor's delivery itself.
Access to this course requires a LinkedIn Learning subscription ($39.99/month or $239.88/year), which unlocks the entire 21,000-course library. Multiple independent platform reviews note that the subscription price is reasonable if you are actively consuming multiple courses, but feels expensive for a single course. Critics on BitDegree and Career Sidekick note that some technically equivalent content exists on free platforms. For learners whose employer or university provides LinkedIn Learning access at no personal cost — a common arrangement — the value equation shifts strongly in favour of the course. The certificate, while not accredited, is displayable on a LinkedIn profile and is noted by several reviewers as a practical career visibility benefit.
The course includes mini-projects and interactive code challenges powered by CoderPad with real-time feedback, which reviewers describe as more engaging than passive video learning. However, multiple platform-level reviews of LinkedIn Learning note that technical courses "lack in-depth projects" and that the practice elements "do not go far enough for those seeking comprehensive understanding." One LinkedIn Learning reviewer noted the course is "a very VERY dense course" but the practice elements are limited relative to the volume of concepts introduced. The course does not include a capstone or portfolio-ready project, which distinguishes it from longer Udemy alternatives.
The course covers genuinely modern JavaScript — ES6+ syntax, DOM APIs, event-driven programming, and the underlying concepts used in frameworks like React and Vue. Nick Simson's blog review specifically notes that Morten's object-first teaching sequence acknowledges that modern learners encounter JavaScript through frameworks before mastering fundamentals, making the course sequencing more industry-realistic than traditional textbook approaches. The limitation is scope: at 6 hours, the course provides a strong foundation but stops well short of async JavaScript, Node.js, testing, TypeScript, or the deployment patterns required for professional work. Most reviewers position it as a starting point requiring significant follow-up rather than a job-ready course.
Scoring methodology applies identically to every course on the site — see the formula.