Leanpub Header

Skip to main content

Filters

Category: "JavaScript"

Books

  1. Advanced TypeScript
    Miłosz Piechocki

    Are you using TypeScript, but feel like you’re not making the most out of it? Do you find some advanced TypeScript concepts confusing? Do you get lost looking at complex type errors? If you answered “yes” to any of these questions, then this book is for you!

  2. The foundation of all programs is organization of variables/functions into nested scopes. Yet, many never contemplate how & why these decisions are made and the impacts on code maintainability. Scope & Closures examines lexical scope, builds on its principles for the power of closure, and digs into the module pattern for better program structure.

  3. Mastering Hyperledger Fabric
    Master The Art of Hyperledger fabric on docker, docker swarm and Kubernetes
    Narendranath Reddy

    A one-stop solution to become Master in the Hyperledger FabricHyperledger Fabric container orchestration with docker-compose, docker swarm, and KubernetesExposed many untold technologies and production-ready explanation with practical examples

  4. Un librito sobre NPM
    La Herramienta principal de Node.js para JavaScript en el desarrollo web.
    Jonathan "JonLem" Lemos

    NPM es la herramienta que viene de la mano con NODE.JS para la gestión de paquetes de JavaScript que estarán enfocados en el desarrollo de cualquier aplicación web de lado del Back-End escrita en JavaScript. Dominar su uso nos hará mejores desarrolladores gracias a las opciones que el mismo nos brinda.

  5. Making Memory Matching Browser Games
    Creating "Concentration" Game Mechanics for Phaser.js Gaming Frameworks v3.x.x & v2.x.x
    Stephen Gose

    This is a mega-chapter from the Phaser Game Starter Kit Collection with 5 game examples - that's less than $2 per game! This chapter leads you through Memory Matching game development in both v3.16+ and v2.x.x APIs. It's perfect for novices, experienced web developers, and just anyone wanting to start their own Game Studio.

  6. Did you try to learn recursion but without luck? Did you try to learn recursion but failed? Do you want to understand behind the scenes how recursion works? Do you want to understand how recursion work with arrays, strings, linked lists, binary trees? If the answer is yes on any of the questions, you came to the right place!

  7. ASP.NET Core Blazor 3.1/3.2: Blazor Server und Blazor WebAssembly
    Moderne Single-Page-Web-Applications mit .NET, C# und Visual Studio
    Dr. Holger Schwichtenberg

    Dies ist die topaktuelle Version 2.25 des Buchs, die am 05.09.2020 im Umfang von 484 Druckseiten erschienen ist und sowohl Blazor Server 3.1.7 RTM als auch Blazor Webassembly 3.2.1 RTM (jeweils die aktuellsten Versionen) behandelt und einen Ausblick auf das kommende Blazor 5.0 (Stand Preview 8) gibt.

  8. Advanced Windows Memory Dump Analysis with Data Structures
    Training Course Transcript and WinDbg Practice Exercises with Notes, Fifth Edition
    Dmitry Vostokov

    Learn how to use WinDbg to navigate memory space and Windows data structures to diagnose structural and behavioral patterns in the 64-bit kernel and complete (physical) memory dumps. Additional topics include memory search, kernel linked list navigation, practical WinDbg scripting, registry, system variables and objects, device drivers, and I/O.

  9. Making "Maze & Adventure" Browser Games
    Creating "Interactive Fiction & Labyrinths" 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 "Adventure Story Plots" and "Dynamic Maze Generation" 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.

  10. Making "Hidden Objects" Browser Games
    Creating "Find-the-Difference" 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 "Hidden Objects" and "Find the Difference" 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.

  11. Making Match-3 Browser Games
    Tile-Matching 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 "Match-3" and "Trace-3+" 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.

  12. Making Connect 4+ Browser Games
    Creating "Match 3+" 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 Connect-4+ 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.

  13. 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.

  14. 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.

  15. You Don't Know JS Yet: Get Started
    Get to know JS
    Kyle Simpson

    It seems like there's never been as much widespread desire before to learn JS. But with a million blogs, books, and videos out there, just where do you start? Get Started prepares you for the journey ahead, first surveying the language then detailing how the rest of the You Don't Know JS Yet book series guides you to knowing JS more deeply.