Modern JavaScript From The Beginning 2.0 vs Complete Intro to SQL & PostgreSQL
Same Bayesian formula, same rubric — so the difference in scores reflects the difference in the courses, not the difference in how we evaluated them.
Udemy · Web Development
Modern JavaScript From The Beginning 2.0
Frontend Masters · Web Development
Complete Intro to SQL & PostgreSQL
Per-criterion
The 2.0 revision substantially expanded the original course, growing to 37+ hours across 23 modules that span vanilla JavaScript fundamentals, asynchronous programming, object-oriented patterns, modules and tooling, and a Node.js/Express backend capstone. Reviewers on Class Central and independent blogs consistently praise the logical progression from variables and data types through closures, prototypes, the event loop, and finally Webpack and Babel. The 111+ downloadable resources — including per-module markdown documentation — are regularly called out as unusually thorough for a Udemy course. The October 2025 update added modern array methods, optional chaining, and nullish coalescing, keeping content current with ECMAScript 2024. The primary structural weakness is that TypeScript, production-grade testing, and deployment workflows are absent; the course ends at a vanilla JavaScript frontier rather than a fully job-ready line. A handful of reviewers also note that advanced topics such as generators, iterators, and design patterns feel slightly rushed compared to the depth given to core language concepts.
Brad Traversy is one of the most recognisable names in self-taught web development instruction, with a teaching brand built across the Traversy Media YouTube channel and a decade of paid courses. Multiple independent review sources describe his core strength as translation — the ability to make abstract programming concepts land without jargon. The RealToughCandy Medium review credits him with having "a knack for taking tough concepts and putting them into plain English, all while you watch those concepts being coded." Student testimonials on the Udemy course page echo this consistently: "Brad has mastered explaining very complex topics in a simple manner that is very understandable." His delivery style is more energetic and conversational than instructors like Jonas Schmedtmann, which some learners explicitly prefer and which appears to sustain attention across the longer modules. The only recurring critique is pacing in the final third of the course — a minority of reviewers report that the backend (Node, Express, MongoDB) section moves faster than the JavaScript-core modules, requiring more pauses and re-watches to absorb.
Like virtually all Udemy courses, the listed price is a fiction. The course is nominally $25 USD but sells on Udemy's near-constant promotional schedule for $15-$20, with occasional drops to $10-$13. At those prices, 37+ hours of video, 111+ downloadable resources, 19 projects, and lifetime access with periodic updates is a strong deal. The January 2024 v2.0 update was delivered free to all prior purchasers — a genuine commitment to maintaining the course rather than releasing a separate paid SKU. For learners who prefer the Traversy Media subscription ($25/month or $199/year for 250+ hours of content), the economics shift even more favourably. The only note of caution is the Udemy pricing model itself: paying full list price is never the right move, and a minority of learners resent the artificial pricing structure regardless of what they ultimately pay. On pure content-per-dollar at the standard sale price, this course ranks among the strongest value propositions in paid JavaScript instruction.
The 2.0 course ships 19 projects, ranging from introductory DOM exercises to a full-stack RandomIdeas application built with Express, MongoDB, and a Webpack-bundled frontend. The standout project is the Flixx Movie App — an API-driven single-page application with custom routing, search functionality, pagination, and local storage — which requires learners to wire together asynchronous fetch calls, dynamic DOM rendering, and URL management without a framework scaffold. The Tracalorie App, built with object-oriented JavaScript and Bootstrap, is praised in multiple reviews as the project that forces real design decisions about class hierarchies and state management. The full-stack RandomIdeas capstone introduces Express routes, MongoDB schemas, and a Webpack frontend all at once, providing genuine breadth even if the depth per layer is introductory. A minority of reviewers wish some projects offered challenge-mode variants where learners attempt the build independently before watching the walkthrough; the course is primarily instructor-led throughout. All 19 project codebases are publicly available on GitHub (bradtraversy/modern_js_udemy_projects), which multiple learners cite as useful for reviewing, extending, or comparing approaches after completing the course.
The course deliberately focuses on vanilla JavaScript — no React, Vue, Angular, TypeScript, or dedicated testing frameworks. That focus has a measurable payoff: the fundamentals transfer to any framework or runtime, and learners who follow this course with a dedicated React or Node.js course report noticeably less friction picking up framework-specific patterns. The real-world gap is in the tooling layer. The course introduces Webpack and Babel but stops short of the CI/CD, deployment, testing pipelines, and TypeScript patterns that define 2026 production JavaScript environments. Most learners finishing the course are adjacent to the job market but not fully ready without supplementary material in those areas. The backend capstone (Express + MongoDB) is a genuine full-stack exercise, but it is also the section review sources most often describe as rushed — covering territory that normally fills its own dedicated course in three or four condensed modules.
The course packs a substantial curriculum into 7 hours and 20 minutes, covering everything from database creation and basic CRUD operations to advanced topics including window functions, self joins, materialized views, transactions, and query performance analysis using EXPLAIN. The curriculum progresses logically, starting with fundamentals before building toward complex relational modeling — many-to-many relationships, foreign key constraints, and JSONB handling for semi-structured data. A distinguishing strength is the integration of Node.js exercises throughout, which connect raw SQL concepts to actual application development patterns. Reviewers consistently note that this practical framing — writing SQL in the context of a real backend app — sets the course apart from purely academic treatments of the language. The course materials are open-source (Apache 2.0 for code, CC-BY-NC-4.0 for lessons) and available at sql.holt.courses, which allows learners to revisit content after their Frontend Masters subscription lapses. The GitHub repository (442 stars, 68 forks as of mid-2026) also reflects active community engagement with the material. The one consistent criticism is scope relative to the "complete" label: one independent blogger (mattbatman.com) benchmarked Holt's similar SQLite course against Stephen Grider's 15+ hour Udemy offerings and found the depth lighter than the name implies. For a developer-oriented introduction to SQL fundamentals, however, the coverage is solid and well-sequenced.
Brian Holt brings an unusually credible background to this course — over a decade of engineering at Netflix, Reddit, and LinkedIn before moving into product management roles at Databricks, Neon, Snowflake/Streamlit, Stripe, and Microsoft Azure. This is not a bootcamp instructor teaching theory; the course reflects the experience of someone who has designed and queried databases in high-traffic production environments. Student feedback on Frontend Masters consistently praises Holt's teaching clarity. Testimonials from his broader catalog describe him as explaining "core principles in a clear, structured, easy-to-understand way," making learning "truly enjoyable and highly effective," and — in one superlative case — calling him "my favorite teacher of all time." These ratings span multiple courses, suggesting a consistent instructional standard rather than a single strong effort. The SQL course specifically draws praise for Holt's ability to contextualize database concepts within real web application workflows. One reviewer with eight years of web development experience noted they had previously avoided databases out of anxiety but finished the course feeling "well equipped to build the things which I procrastinated on." This transformation from apprehension to confidence is a recurring theme in the feedback. No substantive negative feedback targeting Holt's teaching style appeared in the reviewed corpus. The few critical comments focus on course scope or depth, not on instructional quality.
The course is available exclusively through a Frontend Masters subscription, priced at approximately $39/month or $390/year, which unlocks access to the full library of 200+ courses. For developers who plan to use multiple Frontend Masters courses, this model offers exceptional value — the SQL course alone would justify a month's subscription, and the library includes courses on React, Node.js, TypeScript, CSS, and system design that together form a complete web development curriculum. The open-source course website (sql.holt.courses) provides the written lessons and exercises at no cost, which is a notable differentiator. A developer on a tight budget can follow the written material for free; the Frontend Masters subscription adds the video recording of Brian teaching live, which many learners prefer for pacing and comprehension. The value calculation is somewhat sensitive to use case. A developer who wants only this one course and has no interest in the broader Frontend Masters library might find the subscription-only model slightly inflexible compared to a one-time Udemy purchase. However, no reviewer in the corpus raised this as a complaint — the consensus is that the library model represents good value for professional developers investing in continued learning.
The course is structured around hands-on exercises rather than passive video consumption. The Node.js integration exercises are the most praised component — they allow students to write SQL queries inside a working backend application, bridging the gap between learning syntax and understanding how SQL fits into real project architecture. One reviewer specifically called out the ability to "play around a bit in a NodeJS app to see how all of these concepts look like when you develop an app" as a key differentiator from other SQL courses. This framing reflects a genuine pedagogical choice: the course is designed for application developers who need to understand how to integrate SQL into a codebase, not for database administrators who work with raw SQL tooling. The course also uses the Movie Database (a well-known sample dataset) for query performance exercises, which gives learners a realistic dataset with enough complexity to demonstrate indexing and optimization meaningfully. The pgAdmin section provides familiarity with a production-grade GUI tool alongside command-line usage. The main limitation is the absence of a larger capstone project. The course builds toward exercises per module rather than a single cohesive application built from start to finish, which some developers prefer for a more integrated learning experience.
PostgreSQL is one of the most widely deployed relational databases in the industry, used by companies including Apple, Instagram, Spotify, and Netflix. Learning SQL through PostgreSQL positions developers for immediate applicability in a large fraction of real production environments. The course covers topics that regularly arise in professional database work: query optimization with EXPLAIN, indexing strategies (B-tree, GiST, GIN), transactions and isolation levels, views and materialized views for performance, and JSONB for hybrid relational/document data models. These are not academic topics — they are the exact problems that come up when a web application starts handling real user loads. Independent bloggers who have reviewed or recommended the course emphasize that Brian Holt "teaches you to think in SQL" rather than just syntax, which is the quality that separates educational content that sticks from reference material that fades. A developer with this foundation can productively engage with Prisma, Drizzle, SQLAlchemy, or raw SQL in any production context. Reviewers with significant prior experience report that the course delivered new, immediately applicable knowledge rather than only reinforcing basics. The developer who described it as "a great refresher course for Postgres and laying down the foundation for ORM" was reflecting a common pattern in the feedback: the course works both as a first introduction and as a consolidating reference for developers who learned SQL piecemeal.
Scoring methodology applies identically to every course on the site — see the formula.