JavaScript and Node FUNdamentals

JavaScript and Node FUNdamentals

Azat Mardan
This is a sample of the book's content.Buy on Leanpub

Table of Contents

JavaScript and Node FUNdamentals

  • 1 JavaScript FUNdamentals: The Powerful and Misunderstood Language of The Web
    • 1.1 Expressiveness
    • 1.2 Loose Typing
    • 1.3 Object Literal Notation
    • 1.4 Functions
    • 1.5 Arrays
    • 1.6 Prototypal Nature
    • 1.7 Conventions
    • 1.8 No Modules
    • 1.9 Immediately-Invoked Function Expressions (IIFEs)
    • 1.10 Keyword “this”
    • 1.11 Pitfalls
    • 1.12 Further Learning
  • 2 Node.js FUNdamentals: JavaScript on The Server
    • 2.1 Read-Eval-Print Loop (a.k.a. Console) in Node.js
    • 2.2 Launching Node.js Scripts
    • 2.3 Node.js Process Information
    • 2.4 Accessing Global Scope in Node.js
    • 2.5 Exporting and Importing Modules
    • 2.6 Buffer is a Node.js Super Data Type
    • 2.7 __dirname vs. process.cwd
    • 2.8 Handy Utilities in Node.js
    • 2.9 Reading and Writing from/to The File System in Node.js
    • 2.10 Streaming Data in Node.js
    • 2.11 Installing Node.js Modules with NPM
    • 2.12 Hello World Server with HTTP Node.js Module
    • 2.13 Debugging Node.js Programs
    • 2.14 Taming Callbacks in Node.js
    • 2.15 Introduction to Node.js with Ryan Dahl
    • 2.16 Moving Forward with Express.js
  • 3 Express.js FUNdamentals: The Most Popular Node.js Framework
    • 3.1 Express.js Installation
    • 3.2 Express.js Command-Line Interface
    • 3.3 Routes in Express.js
    • 3.4 Middleware as The Backbone of Express.js
    • 3.5 Configuration of an Express.js App
    • 3.6 Jade is Haml for Express.js/Node.js
    • 3.7 Conclusion About The Express.js Framework
    • 3.8 ExpressWorks
    • 3.9 Update
  • 4 About the Author
    • 4.1 Review
    • 4.2 Errata
    • 4.3 Contact Us
JavaScript and Node FUNdamentals/overview

JavaScript and Node FUNdamentals

course_overview

count_chapters
begin_reading
download
p_implied_book_part_name

JavaScript and Node FUNdamentals4 chapters

Begin ›
  1. 1 JavaScript FUNdamentals: The Powerful and Misunderstood Language of The Web

  2. 2 Node.js FUNdamentals: JavaScript on The Server

  3. 3 Express.js FUNdamentals: The Most Popular Node.js Framework

  4. 4 About the Author