Tags
Language
Tags
July 2025
Su Mo Tu We Th Fr Sa
29 30 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31 1 2
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Building a Website with Node.js and Express.js (2014)

    Posted By: Landau17
    Building a Website with Node.js and Express.js (2014)

    Building a Website with Node.js and Express.js (2014)
    MP4 | Video: 720p | Duration: 2:46:45 | English | Subtitles: VTT | 675.9 MB



    JavaScript is the language for adding interactivity to a website, but there's so much more it can do. Enter Node.js and Express.js, two technologies that extend the capabilities of JavaScript. The Node platform allows you to develop server-side applications with JavaScript that you can then easily publish as websites with the Express framework. In this course, Ray Villalobos walks through the entire process of creating a website on a server with Node.js and Express.js. After going over the installation process, Ray shows how to build a basic application, control the state of an application with routing, and use templates and partials. Then he demonstrates how to quickly structure a site with Express Generator, work with models and views, and publish the final website using Heroku.

    Note: This course is intended for intermediate front-end web developers who are familiar with creating web projects and understand JavaScript basics.

    Topics include:
    • Installing Node.js and Express.js
    • Exploring the node package manager (npm)
    • Creating and modularizing routes
    • Using templates
    • Adding partials
    • Using the Express Generator
    • Preparing your site structure
    • Adding static content
    • Importing your data
    • Passing custom data through routes
    • Publishing your application