Leanpub Header

Skip to main content

Filters

Category: "JavaScript"

Books

  1. Вступ до програмування та розробки веб-додатків з HTML, CSS та JavaScript. Книга має бути по силам для всіх - від дітей до їх батьків, з єдиною передумовою - бути впевненим користувачем комп'ютера. Вона має допомогти відчути на смак розробку реального продукту та визначити свою роль у ІТ - розробника, тестера чи може чогось іншого;)

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

  3. Тестирование компонентов Vue.js с помощью Jest
    Краткое руководство по тестированию компонентов Vue.js с использованием Jest и официальной библиотеки Vue Test Utils.
    Alex Jover Morales and Alexey Pyltsyn

    Узнайте, как применять модульное тестирование компонентов Vue.js, используя Jest, полнофункциональную среду тестирования JavaScript. Поверхностная отрисовка, имитация зависимостей и другие методы.

  4. An introduction to programming and web software development with HTML, CSS, and JavaScript. The book should be on strength for all — from kids to their parents, with the only prerequisite — be a confident computer user. It should help to taste the development of a real product and determine your role in IT (developer, tester, etc).

  5. The Road to learn React (Português)
    Sua jornada para dominar React de forma simples e pragmática
    Robin Wieruch and Claudio Romero

    Existem vários guias sobre como dominar React. Este livro captura o que é comum à todos eles e ensina através da implementação de uma aplicação que você mesmo irá construir. No caminho, você aprenderá todos os conceitos básicos de React com ES6, além de alguns conceitos avançados. Atualizações via Twitter | NewsletterCurso Completo | Blog

  6. Путь к изучению React
    Ваше путешествие по освоению обычного, но прагматичного React
    Robin Wieruch and Alexey Pyltsyn

    Существует много способов, как изучать React. Эта книга следует здравому смыслу этим способам для того, чтобы вы создали собственное приложение на React. По пути вы узнаете ES6, React со всеми его основами и продвинутыми концепциями, а также управление локальным состоянием. Получение обновлений: Twitter | РассылкаПолный курс | Блог

  7. Why Not Functional Programming With JavaScript
    Functional Style of Coding with javascript
    Niraj Georgian

    This book teaches you how to do functional programming using javascript. It also cover's core principles about functional programming like side effects, pure functions etc.It teaches you how to create Higher Order Functions like Map, Filter, Reduce, ConcatMap, Zip, ConcatAll from the ground up.

  8. Functional recipes with JavaScript
    A recipe book for functional solutions with JavaScript
    Oscar Lodriguez

    We will go through array methods known as Filter, Map and Reduce. We shall also touch the concept of transducers and build them up from basic principles. After that we've got some challenges with composed mutations, and show how we end up with unnecessary data and half-way mutations.

  9. Smarthome DIY
    Überwachen und steuern Sie Ihr Haus mit Raspberry Pi, ioBroker und selbst programmierten WebApps.
    Roger Inigo

    Dieses Buch führt Sie Schritt für Schritt durch den Aufbau eines Heimautomationssystems. Sie lernen den Kleinstcomputer Raspberry Pi kennen, und nutzen darauf Technologien wie JavaScript, NodeJS, ioBroker und andere, um Hardware von HomeMatic, Philips, Osram, und, last but not least, selbst gemachte Sensoren und Aktoren zu steuern.

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

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

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

  13. The Road to GraphQL
    Your journey to master GraphQL in JavaScript
    Robin Wieruch

    https://www.roadtographql.com

  14. Manual do Vue.js
    Jorge Costa da Silva

    Tudo (ou quase) sobre o Vue.js. Hello WorldFundamentosDirectivasComponentes (I)Componentes (II)FormuláriosVue RouterVuexSingle File ComponentsSingle Page App

  15. Fullstack GraphQL
    Julián Mayorga

    Learn GraphQL with a hands-on approach. With this  open source book  you will build a full stack GraphQL application step by step using NodeJS, Apollo GraphQL and React.