Leanpub Header

Skip to main content

Filters

Category: "JavaScript"

JavaScript

  1. Advanced Windows Memory Dump Analysis with Data Structures
    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.

  2. Making "Maze & Adventure" Browser Games
    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.

  3. Making "Hidden Objects" Browser Games
    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.

  4. Making Match-3 Browser Games
    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.

  5. Making Connect 4+ Browser Games
    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.

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

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

  8. You Don't Know JS Yet: Get Started
    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.

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

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

  11. DevOps For PHP Developers
    DevOps For PHP Developers
    From Server Setup to Deployment.
    David Mjomba

    Use Ansible to set up fresh instances of Ubuntu 18.04, perform automated updates and set up the LEMP stack comprising of PHP 7.3, Nginx and Percona database. A Docker image that will closely resemble our server will be the testing environment that we'll hook up to GitLab and set-up the CI/CD pipeline to handle testing and zero downtime deployment.

  12. Web Dev Playbook
    Web Dev Playbook
    zero to hired in 6 months
    Austin Beaufort
    No Description Available
  13. Build your own test framework
    Build your own test framework
    in JavaScript
    Daniel Irvine

    Want to level up at your programming game in a fun and useful way? Build your own test framework and explore modern Node with the help of this book.

  14. Turn Pro in GraphQL
    Turn Pro in GraphQL
    Johannes Kling

    Take the journey to become a pro in GraphQL.

  15. Understanding JavaScript RegExp
    Understanding JavaScript RegExp
    Example based guide to mastering JavaScript regular expressions
    Sundeep Agarwal

    Scripting and automation tasks often need to extract particular portions of text from input data or modify them from one format to another. This book will help you learn JavaScript Regular Expressions, a mini-programming language for all sorts of text processing needs.