Leanpub Header

Skip to main content

Filters

Category: "JavaScript"

Books

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

  2. The Angular Firebase Survival Guide
    Build Angular Apps on a Solid Foundation with Firebase
    Jeff Delaney

    Build Angular Apps on a Solid Foundation with Firebase

  3. Want to learn the basic concepts of functional programming on simple and straightforward examples? This book is your trusted guide through all the new ideas you need to grasp as a beginner in the world of pure functions, closures, immutability, idempotence and other more or less obscure topics.

  4. Learn React VR
    Mike Mangialardi

    You don't have to dive into the uncharted territory of React VR on your own. I am doing my own exploration and packaging my findings into a wonderful guide so that we can discover the power of React VR together. If you'd like to support my journey, purchase a copy.

  5. Taming the State in React
    Your journey to master Redux and MobX
    Robin Wieruch

    The book dives deeply into state management in React. You will learn everything about React's local state and state management with Redux and MobX. It comes with a lot of best practices, techniques and concepts. Along the way you will have practical hands on experiences by building own applications. Updates via Twitter, NewsletterCourseBlog Post

  6. Jquery Learning Center
    Official Documentation, compiled regularly from the source
    offDocs

    Up-to-date compilation of the official documentation pages, hosted on https://github.com/jquery/learn.jquery.com. Updated regularly for you to have the latest version.

  7. SurviveJS - React
    De aprendiz a maestro
    Juho Vepsäläinen and Raúl Expósito

    SurviveJS te muestra cómo construir un Kanban sencillo usando React. La idea es que si puedes construir una aplicación sencilla, posiblemente puedas construir cosas más complejas después. La primera aplicación es siempre la más difícil y este libro viene en tu ayuda. Aparte de conocimiento básico sobre React, aprenderás técnicas de diseño como ...

  8. Vue.js 2 Basics
    Learn the Basics of Vue.js
    Tony Lea

    Learn the Basics of Vue.js in a fun new way! Earn you Black Belt as a Vue Basics Ninja. This book is a quick and fun read that will teach you the basics of Vue.js starting off with installing the library and progressing all the way to learning how to create your own custom components.

  9. Practical journey with Angular framework, ES6, TypeScript, Webpack and Angular CLI. Amazon Kindle: https://www.amazon.com/dp/B07KD9KHQWAmazon Paperback: https://www.amazon.com/dp/1731123426

  10. SurviveJS - Maintenance
    Streamline JavaScript Workflow
    Juho Vepsäläinen and Artem Sapegin

    Maintenance is a recurring issue in projects. "SurviveJS - Maintenance" discusses the topic from the perspective of JavaScript and discusses common practices you can use to improve your workflow and projects.

  11. Webpack 2
    A Build Tool for Modern JavaScript Applications
    Sha Alibhai

    Webpack 2 - A Build Tool for Modern JavaScript Applications helps beginner and intermediate users understand and fully utilize the power of Webpack in their projects.

  12. Construindo APIs testáveis com Node.js
    Fundamentos de qualidade de software para a construção de APIs com Node.js
    Waldemar Neto

    Construindo APIs testáveis com Node.js utiliza exemplos do dia a dia para a construção de aplicações Node.js seguindo as melhores práticas de qualidade e desenvolvimento; Um guia, tanto para desenvolvedores iniciantes quanto para experientes, para a construção de aplicações robustas e resilientes guiadas por testes.

  13. U&I with React
    On building U&I components with React
    Farhad Ghayour

    UI development has undergone a major transformation with modern frontend technologies. This book guides readers from the foundational building blocks of creating well structured interfaces to a list of different philosophies for creating modular, extendable and scalable U&I — UI intended for all developers, like you and I.

  14. JavaScript, ¡Inspírate! (Gallego)
    Ulises Gascón and Yoel Macia Delgado

    Un libro de programación sinxelo e divertido que móstranos como desenvolver en JavaScript, dende pseudocódigo ata as peticións AJAX.  Todo o recaudado integramente será doado a @CodeClub.

  15. Composing Software
    An Exploration of Functional Programming and Object Composition in JavaScript
    Eric Elliott

    All software design is composition: the act of breaking complex problems down into smaller problems and composing those solutions. Most developers have a limited understanding of compositional techniques. It's time for that to change.