Leanpub Header

Skip to main content

Filters

Category: "ES6"

ES6

  1. Making Collapsing Blocks Browser Games
    Making Collapsing Blocks Browser Games
    Creating "Same Game" Mechanics for Phaser.js Gaming Frameworks v3.16+ & v2.x.x
    Stephen Gose

    This is a single chapter from the Phaser Game Starter Kit Collection. This chapter leads you through Collapsing Blocks (aka "Same Game") development. This tutorial has both v3.16+ & v2.x.x encoding. It's perfect for novices, experienced web developers, and just anyone wanting their own bespoke game, artwork, and features.

  2. Making Dress-up Browser Games
    Making Dress-up Browser Games
    Designer Fashions Game Mechanics for Phaser.js Gaming Frameworks v3.16+ & v2.x.x
    Stephen Gose

    This is a single chapter from the Phaser Game Starter Kit Collection. This chapter leads you through Dress-up and "Fashions" game development. This tutorial has both v3.16+ & v2.x.x encoding. It's perfect for novices, experienced web developers, and just anyone wanting their own bespoke game, artwork, and features.

  3. Making Action-Arcade Browser Games
    Making Action-Arcade Browser Games
    Casual Game Mechanics for Phaser.js Gaming Frameworks v3.x.x & v2.x.x
    Stephen Gose

    This is a single chapter from the Phaser Game Starter Kit Collection. This chapter leads you through Action-Arcade game development. This self-contained tutorial has both v3.16+ & v2.x.x encoding. It's perfect for novices, experienced web developers, and just anyone wanting with their own bespoke game, artwork, and features.

  4. Making Peg Solitaire Browser Games
    Making Peg Solitaire Browser Games
    Jump-To-Capture Game Mechanics for Phaser.js Gaming Frameworks v3.16+ & v2.x.x
    Stephen Gose

    This is a single chapter from the Phaser Game Starter Kit Collection. This chapter leads you through game development for Jump-2-Capture games. These self-contained tutorials are for both v3.x.x & v2.x.x, perfect for novices and experienced web developers, and anyone creating single-player games with their own artwork and features.

  5. Modern Websites with Vue.js

    Build state-of-the-art static websites easily using a modern technology stack.

  6. Learn JavaScript: From Beginner to Master

    A modern introduction to the most popular programming language. Get insight in JavasScript now to develop applications that can run on Web, Mobile and Desktop.

  7. JavaScript. Отличные советы
    JavaScript. Отличные советы
    Сборник советов и трюков по JavaScript
    Caio Ribeiro Pereira and Alexey Pyltsyn

    Это книга рецептов с полезными советами и трюками для JavaScript. Каждый совет описывает проблему и некоторые её решения с помощью большого количества кода, который можно смело использовать в продакшене.

  8. Modern JavaScript a Gyakorlatban

    Modern JavaScript a Gyakorlatban

  9. A Practical Introduction to Modern JavaScript

    A Practical Introduction to Modern JavaScript gives you a jump start to learning JavaScript for client side or server side development. This is a perfect introductory book for ES6 in Practice.

  10. Angular Schematics Cookbook

    If you are an Angular developer, odds are that you’ve used Angular Schematics before - albeit indirectly. Most Angular CLI commands use Angular Schematics under the hood. In this book we'll dive into the little-known world of Angular Schematics where you will see how you as a developer can use this powerful library to augment your current workflow.

  11. ES6 Generators

    An in-depth guide to ES6 generators. Free to view online.

  12. JavaScript Awesome Tips
    JavaScript Awesome Tips
    A collection of tips and tricks for JavaScript
    Caio Ribeiro Pereira

    This is a cookbook with a collection of useful tips and tricks to apply in JavaScript, each tip shows a problem and some solutions using a lot of pratical codes.

  13. JavaScript Dicas Incríveis
    JavaScript Dicas Incríveis
    Uma coleção de dicas e truques úteis para JavaScript
    Caio Ribeiro Pereira

    Nesse cookbook minimalista conheça um compilado com dicas e truques úteis para você aplicar no JavaScript.

  14. Thinking in Redux

    Working with Redux means programming with actions.Therefore, you need to acquire a set of design patterns that fit this programming model.This book is an opinionated guide to Redux that focuses on design patterns, techniques, conventions and best practices.All based on real-world experience with Redux on a large-scale.

  15. Redux From Scratch
    Redux From Scratch
    Mike Mangialardi

    Redux is something you might hear a lot of as a JavaScript developer. However, it's not always so clear as to what it is, why you need it, and how to get started. Redux From Scratch clears this confusion by providing a practical guide that walks you through the basics of Redux and implementing it in a React/Redux/Express/MongoDB stack.