Leanpub Header

Skip to main content

Filters

Category: "Node.js"

Books

  1. Making Multiplayer Online Games
    A Game Development Workbook for any JavaScript Gaming Framework.
    Stephen Gose

    This step-by-step guide represents 3.5+ years of Massive Multi-Player Games (MMoG) research using WebSockets, Block-chain, and WebRTC. It goes beyond the typical fast-food junk deployments found in many available MMoG tutorials & books. This book includes Phaser JS and Code-less Gaming Frameworks, including EULA valued at $192.00.

  2. Diese Bändchen beschreibt kompakt und übersichtlich die in der Express-Middleware standardmäßig eingesetzte Template-Engine Pug (ehemals JADE). Express gehört zum Node.js-Stack. Das heißt, alle hier gezeigten Beispiele und Kommandos sind nur in einer Node.js-Umgebung lauffähig.

  3. React Eshop
    Easily reusable Eshop in React, ES6, and Firebase. First few chapters only available at no cost. Code available at GitHub.
    Manav Sehgal

    Code along a single page Eshop app, complete with a shopping cart, product catalog, and search features. Use latest React, ES6 JavaScript features, and Firebase integration for achieving a modern serverless architecture. NOTE: First few chapters only available at no cost. Code available in open source at GitHub.

  4. End to end testing with Protractor
    Lessons learned about e2e test automation
    Walmyr Lima e Silva Filho

    In this book you will find a collection of practices to implement end to end test automation in the web applications development process, using the Protractor framework.

  5. Selenium WebDriver Recipes in Node.js
    The problem solving guide to Selenium WebDriver in JavaScript
    Zhimin Zhan

    The Selenium WebDriver Recipes book is a quick problem-solving guide to automated testing web applications with Selenium WebDriver. It contains hundreds of solutions to real-world problems, with clear explanations and ready-to-run test scripts you can use in your own projects.

  6. Aprende como usar React y Redux para desarrollar aplicaciones web modernas más poderosas y usando las mejores prácticas.

  7. Holistic InfoSec For Web Developers, Fascicle 2: Mobile and IoT
    Creating and maintaining robust technical solutions that will resist attacks from your adversaries
    Kim Carter

    The second part of a three part book series focused on lifting the security knowledge of Software Developers, Engineers, and their teams, so that they can continuously deliver secure technical solutions on time and within budget. Free Online: https://f2.holisticinfosecforwebdevelopers.com

  8. Holistic InfoSec For Web Developers, Fascicle 1: VPS, Network, Cloud and Web Applications
    Creating and maintaining robust technical solutions that will resist attacks from your adversaries
    Kim Carter

    The second part of a three part book series focused on lifting the security knowledge of Software Developers, Engineers, and their teams, so that they can continuously deliver secure technical solutions on time and within budget. Free Online: https://f1.holisticinfosecforwebdevelopers.com

  9. The Beginners Guide To Node.js
    The practical guide to Node.js for new programmers
    Rick Hernandez

    LEARN THE BASICS OF NODE Have you heard about Node.js? You haven't!  Node.js is changing how modern applications are built. Companies such as Uber, Walmart, Netflix and Paypal are companies that are using node to create revolutionary applications. Find out why and when Node.js is used and how you can start to benefit from Node.js.

  10. Quick Browserify
    Bundle JavaScript code Using Browserify
    Sandeep Kumar Patel

    Learn to use Browserify to create Browser flavored code from NPM(Node Package Manager) module.It will teach you to reuse your Node.js code in a Browser environment.

  11. Practical Keystone.js
    A Hands On Introduction To Keystone.js Using a Real-World Project
    Manikanta Panati

    Learn how to develop a complete and robust node, express.js & mongodb based web application and mobile application backend quickly using Keystone.js!. Keystone.js is a very popular open source Node.js based CMS and web application framework that powers websites, apps and APIs for some of the top 500 companies. The framework makes it very easy to build database-driven websites, applications & APIs and is built upon Express, the defacto web server for Node.js and uses Mongo DB as its storage backend. 

  12. JavaScript glossary on demand
    a mini guide to modern JavaScript programming through common terminology explanation
    Andrea Giammarchi

    For absolute beginners or more advanced developers, this book explains the most common terms used in modern JavaScript programming, client or server side, through examples. If you cannot understand technical articles, this book will explain each term. If you are looking to refresh and update your knowledge about modern terminology, patterns, and their applications, this book will also help you.

  13. No Description Available
  14. Learn Meteor - Node.js and MongoDB JavaScript platform
    Be ready for coding away next week using Meteor
    Arnaud Weil

    You know next to nothing about Meteor but need to start coding your next application within a week. Don't worry: this book has you covered.

  15. Quick Build System with Gulp
    Automate Development Process With Gulp
    Sandeep Kumar Patel

    Gulp is new build system is capable of automate minification, file copy, watching file changes and rerun tasks. Gulp is built on top of the NodeJS and is available as open source.This book covers the gulp plugin architecture with simple explanation.Finally, We will learn to develop our own Gulp plugin.