Sign up free
Features
Resources
Pricing
Podcasts
Sign up free
Sign In
Advanced Full Stack Development
by Eamonn De Leastar
Courses
RSS feed
Share
Episodes
About
Season 1
Introducing Node JS
This document synthesizes the core concepts of the Advanced Full Stack Web Development course, which centers on building modern web applications using Node.js and the Hapi framework. The curriculum emphasizes a departure from traditional synchronous programming models, like those found in Java, in favor of Node's asynchronous, non-blocking I/O paradigm, which is crucial for creating scalable, I/O-heavy applications. The course positions the Hapi framework as a modern, modular, and balanced choice, occupying a middle ground between highly opinionated monolithic frameworks and minimalist micro-frameworks. Key architectural patterns promoted include Model-View-Controller (MVC) for structuring application logic and the Facade pattern for abstracting data access. A significant focus is placed on modern development practices, mandating the use of code quality tools like ESLint, Prettier, and the Airbnb style guide to ensure maintainability and adherence to best practices. These concepts are consolidated through the development of a practical application, "Playtime," which progresses from in-memory data storage to more persistent models, utilizing Handlebars for templating and the Bulma CSS framework for its user interface.