Kick off your book project in 2 hours! Live workshop on Zoom. You’ll leave with a real book project, progress on your first chapter, and a clear plan to keep going. Tuesday, June 16, 2026. Learn more…

Leanpub Header

Skip to main content

Filters

Category: "JavaScript"

Books

  1. Front-end revolution with Ember.js
    The quickest up-to-date book to properly learn Ember.js
    Matic Jurglič

    IMPORTANT - READ THIS: This book hasn't been updated since Ember 2.6. I want you to know there are now better books out there for you to learn modern Ember (version 3 and up)! I recommend you get yourself a copy of Rock and Roll with Ember.js by Balint Erdi instead. Get a better book here! (or go with this book if you you wanna learn Ember 2.x).

  2. Webpack
    Learn how to harness the power of Webpack
    AJ Meyghani

    Harness the Power of Webpack

  3. This book contains solid techniques on how to setup your ideal development environment. Throughout the book, you will learn the in's and out's of multiple development environments, text editors, understand how to work with local, virtual and private clouds, automation of common tasks but most importantly create your ideal development environment.

  4. The Majesty of Vue.js 1
    Alex Kyriakidis and Evan You

    Learn Vue.js from scratch. This book will guide you through the path of the rapidly spreading Javascript Framework Vue.js! By the end of this book you will be able to create fast front end applications and increase the performance of your existing projects with Vue.js integration. If you are looking for our book about Vue.js 2, you will find it here:  The Majesty of Vue.js 2 Follow us on twitter to get our latest news.

  5. The Complete Redux Book (2nd edition)
    Everything you need to build real projects with Redux
    Ilya Gelman and Boris Dinkevich

    How do I manage a large state in production? Why do I need store enhancers? How do I test middleware?Get the answers to all these questions and many more using simple terms and sample code. Learn everything you need to use Redux to build complex and production-ready web applications.

  6. Ionic framework
    step by step from idea through prototyping to the app stores
    Nikola Brežnjak

    This book will teach you step by step how to take advantage of your web development knowledge in building hybrid applications for iOS and Android. Through the example of building the Calculator application, you will see how the process of making an application actually works. Finally, you'll learn how to get your application listed and deployed to the App Store and Play Store.

  7. Quick ES2015 Scripting Using Babel.js
    Learn ES6 important features quickly
    Sandeep Kumar Patel

    Learn ES6 powered features Quickly.

  8. Angular 2 Kochbuch
    Nikolas Poniros

    Das Angular 2 Kochbuch bietet Ihnen die Möglichkeit, eine Angular 2 Anwendung zu bauen. Mit Hilfe von Kochrezepten werden die verschiedenen Themen, wie z. B. Komponenten, TypeScript, Services, usw. erläutert.

  9. 轻量级Web应用开发
    Using Ruby and JavaScript
    Juntao Qiu

    这本书将教会你如何将一个idea变成实际的Web应用。从高效的编程工具,开发流程,到敏捷开发中的各种轻量级实践,再到从零开始开发一个具体而微的实例。

  10. Einführung in JavaScript
    (ECMAScript bis ES2020)
    Jörg Krause

    Dieses Buch beschreibt kompakt und übersichtlich die Sprache des Web -- JavaScript für die Version ECMAScript 2020. Es werden alle Aspekte behandelt, die weitreichend unterstützt werden, egal ob im Browser oder in NodeJs.

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

  12. This book is collection of standalone tutorials each containing minimum amount of code needed to explain specific functionality making them very easy to learn. It can be also used as Just In Time Support so that you can learn what you need when you need it.

  13. Effective React
    Ian Chursky

    Learn how to create React applications that render complex sets of data with dynamic, efficient, and effective data-visualizations. Common tools utilized within the React ecosystem -- such as Node.js, Grunt, Babel, and Browserify -- are also covered in depth as well. You don't want to miss out on learning all about this exciting new technology!

  14. Smart analysts are hampered by dumb spreadsheets. Investing a little time in modern programming ideas will reap immediate benefits. This book will show you how to use a few lines of JavaScript can automate your daily chores.

  15. Quick Web Worker With JavaScript
    Learn to work with HTML & web worker
    Sandeep Kumar Patel

    Implement Concurrency using Web Worker.Develop dedicated and shared worker quickly using JavaScript.