menu
{ "item_title" : "Get Programming with Node.Js", "item_author" : [" Jonathan Wexler "], "item_description" : "Summary Get Programming with Node.js teaches you to write server-side code in JavaScript using Node.js. In 37 fast-paced, fun, and practical lessons, you'll discover how to extend your existing JavaScript skills to write back-end code for your web applications. Foreword by Kyle Simpson. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology Node.js delivers the speed and reliability you need for ecommerce, social media, and gaming applications. It comes with thousands of prebuilt packages to help you get started immediately. If you want to use JavaScript on the server, Node.js is your choice. About the Book Get Programming with Node.js teaches you to build web servers using JavaScript and Node. In this engaging tutorial, you'll work through eight complete projects, from writing the code for your first web server to adding live chat to a web app. Your hands will stay on the keyboard as you explore the most important aspects of the Node development process, including security, database management, authenticating user accounts, and deploying to production. You'll especially appreciate the easy-to-follow discussions, illuminating diagrams, and carefully explained code What's insideNew features from ES2015 and laterWriting asynchronous codeCreating data modelsDebugging JavaScript modulesAbout the Reader Written for front-end web developers with intermediate JavaScript skills. About the Author Jonathan Wexler is skilled in production-grade, full-stack web development. He's a senior developer with Bloomberg. Table of Contents GETTING SET UPLesson 0 - Setting up Node.js and the JavaScript engineLesson 1 - Configuring your environmentLesson 2 - Running a Node.js application UNIT 1 - GETTING STARTED WITH NODE.JSLesson 3 - Creating a Node.js moduleLesson 4 - Building a simple web server in Node.jsLesson 5 - Handling incoming dataLesson 6 - Writing better routes and serving external filesLesson 7 - Capstone: Creating your first web application UNIT 2 - EASIER WEB DEVELOPMENT WITH EXPRESS.JSLesson 8 - Setting up an app with Express.jsLesson 9 - Routing in Express.jsLesson 10 - Connecting views with templatesLesson 11 - Configurations and error handlingLesson 12 - Capstone: Enhancing the Confetti Cuisine site with Express.js UNIT 3 - CONNECTING TO A DATABASELesson 13 - Setting up a MongoDB databaseLssson 14 - Building models with MongooseLesson 15 - Connecting controllers and models Using promises with MongooseLesson 16 - Capstone: Saving user subscriptions UNIT 4 - BUILDING A USER MODELLesson 17 - Improving your data modelsLesson 18 - Building the user modelLesson 19 - Creating and reading your modelsLesson 20 - Updating and deleting your modelsLesson 21 - Capstone: Adding CRUD models to Confetti Cuisine Creating controllers UNIT 5 - AUTHENTICATING USER ACCOUNTSLesson 22 - Adding sessions and flash messagesLesson 23 - Building a user login and hashing passwordsLesson 24 - Adding user authenticationLesson 25 - Capstone: Adding user authentication to Confetti Cuisine UNIT 6 - BUILDING AN APILesson 26 - Adding an API to your applicationLesson 27 - Accessing your API from your applicationLesson 28 - Adding API securityLesson 29 - Capstone: Implementing an API UNIT 7 - ADDING CHAT FUNCTIONALITYLesson 30 - Working with Socket.ioLesson 31 - Saving chat messagesLesson 32 - Adding a chat notification indicator UNIT 8 - DEPLOYING AND MANAGING CODE IN PRODUCTIONLesson 33 - Capstone: Adding a chat feature to Confetti CuisineLesson 34 - Deploying your applicationLesson 35 - Managing in productionLesson 36 - Testing your applicationLesson 37 - Capstone: Deploying Confetti Cuisine", "item_img_path" : "https://covers4.booksamillion.com/covers/bam/1/61/729/474/1617294748_b.jpg", "price_data" : { "retail_price" : "49.99", "online_price" : "49.99", "our_price" : "49.99", "club_price" : "49.99", "savings_pct" : "0", "savings_amt" : "0.00", "club_savings_pct" : "0", "club_savings_amt" : "0.00", "discount_pct" : "10", "store_price" : "" } }
Get Programming with Node.Js|Jonathan Wexler

Get Programming with Node.Js

local_shippingShip to Me
On Order. Usually ships in 2-4 weeks
FREE Shipping for Club Members help

Overview

Summary Get Programming with Node.js teaches you to write server-side code in JavaScript using Node.js. In 37 fast-paced, fun, and practical lessons, you'll discover how to extend your existing JavaScript skills to write back-end code for your web applications. Foreword by Kyle Simpson. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology Node.js delivers the speed and reliability you need for ecommerce, social media, and gaming applications. It comes with thousands of prebuilt packages to help you get started immediately. If you want to use JavaScript on the server, Node.js is your choice. About the Book Get Programming with Node.js teaches you to build web servers using JavaScript and Node. In this engaging tutorial, you'll work through eight complete projects, from writing the code for your first web server to adding live chat to a web app. Your hands will stay on the keyboard as you explore the most important aspects of the Node development process, including security, database management, authenticating user accounts, and deploying to production. You'll especially appreciate the easy-to-follow discussions, illuminating diagrams, and carefully explained code What's inside

  • New features from ES2015 and later
  • Writing asynchronous code
  • Creating data models
  • Debugging JavaScript modules

About the Reader Written for front-end web developers with intermediate JavaScript skills. About the Author Jonathan Wexler is skilled in production-grade, full-stack web development. He's a senior developer with Bloomberg. Table of Contents GETTING SET UP
Lesson 0 - Setting up Node.js and the JavaScript engine
Lesson 1 - Configuring your environment
Lesson 2 - Running a Node.js application UNIT 1 - GETTING STARTED WITH NODE.JS
Lesson 3 - Creating a Node.js module
Lesson 4 - Building a simple web server in Node.js
Lesson 5 - Handling incoming data
Lesson 6 - Writing better routes and serving external files
Lesson 7 - Capstone: Creating your first web application UNIT 2 - EASIER WEB DEVELOPMENT WITH EXPRESS.JS
Lesson 8 - Setting up an app with Express.js
Lesson 9 - Routing in Express.js
Lesson 10 - Connecting views with templates
Lesson 11 - Configurations and error handling
Lesson 12 - Capstone: Enhancing the Confetti Cuisine site with Express.js UNIT 3 - CONNECTING TO A DATABASE
Lesson 13 - Setting up a MongoDB database
Lssson 14 - Building models with Mongoose
Lesson 15 - Connecting controllers and models Using promises with Mongoose
Lesson 16 - Capstone: Saving user subscriptions UNIT 4 - BUILDING A USER MODEL
Lesson 17 - Improving your data models
Lesson 18 - Building the user model
Lesson 19 - Creating and reading your models
Lesson 20 - Updating and deleting your models
Lesson 21 - Capstone: Adding CRUD models to Confetti Cuisine Creating controllers UNIT 5 - AUTHENTICATING USER ACCOUNTS
Lesson 22 - Adding sessions and flash messages
Lesson 23 - Building a user login and hashing passwords
Lesson 24 - Adding user authentication
Lesson 25 - Capstone: Adding user authentication to Confetti Cuisine UNIT 6 - BUILDING AN API
Lesson 26 - Adding an API to your application
Lesson 27 - Accessing your API from your application
Lesson 28 - Adding API security
Lesson 29 - Capstone: Implementing an API UNIT 7 - ADDING CHAT FUNCTIONALITY
Lesson 30 - Working with Socket.io
Lesson 31 - Saving chat messages
Lesson 32 - Adding a chat notification indicator UNIT 8 - DEPLOYING AND MANAGING CODE IN PRODUCTION
Lesson 33 - Capstone: Adding a chat feature to Confetti Cuisine
Lesson 34 - Deploying your application
Lesson 35 - Managing in production
Lesson 36 - Testing your application
Lesson 37 - Capstone: Deploying Confetti Cuisine

This item is Non-Returnable

Details

  • ISBN-13: 9781617294747
  • ISBN-10: 1617294748
  • Publisher: Manning Publications
  • Publish Date: March 2019
  • Dimensions: 9.1 x 7.5 x 1 inches
  • Shipping Weight: 1.8 pounds
  • Page Count: 480

Related Categories

You May Also Like...

    1

BAM Customer Reviews