Leanpub Header

Skip to main content

Filters

Category: "JavaScript"

JavaScript

  1. Craft Your Code : Second Edition
    Craft Your Code : Second Edition
    Mastering the Foundations of Code Quality in the Era of AI Assistants
    Srihari Sridharan

    Unlock the power of code craftsmanship with "Craft Your Code." According to a study, the 10 to 1 rule of writing and programming, good software and good writing requires every line to be rewritten, on an average of 10 times. Get ready to unlock the secrets of clear, concise, and comprehensible code with "Craft Your Code".

  2. A Practical Introduction to Modern JavaScript

    A Practical Introduction to Modern JavaScript gives you a jump start to learning JavaScript for client side or server side development. This is a perfect introductory book for ES6 in Practice.

  3. Cryptography for Java Script Developer

    Cryptography for javascript developers

  4. Il piccolo libro di JavaScript

    La domanda di sviluppatori JavaScript sul mercato cresce rapidamente. Ma non basta più jQuery per superare le interviste tecniche. Lo sviluppatore JavaScript moderno deve padroneggiare con maestria le parti "strane" del linguaggio. Il piccolo libro di JavaScript ti porterà da 0 a 100, alla scoperta di closures, event loop, prototype e molto altro.

  5. Phaser III Game Starter Kit Collection
    Phaser III Game Starter Kit Collection
    16+ Classic Game Mechanics using Phaser.js III Gaming Framework.
    Stephen Gose

    This is a collection of 16 game starter kits guiding you in developing games for Phaser v3.16+ APIs. Each chapter is easy to read, humorous approach to game development, these self-contained tutorials are perfect for novices, experienced full-stack programmers, or anyone creating single-player games with their own artwork and features.

  6. Phaser III Game Prototyping
    Phaser III Game Prototyping
    Building 100s of games using HTML and Phaser3 JavaScript Gaming Framework
    Stephen Gose

    The 6th edition workbook -totally rewritten for upcoming v3.5+ release- is your tutorial guide for Phaser III JavaScript Game Framework. Easy to read, humorous approach to modern game development for single-player games. 

  7. Введение в Разработку Программного Обеспечения

    Введение в программирование и разработку веб-приложений с HTML, CSS и JavaScript. Книга должна быть по силам для всех - от детей до их родителей, с единственным предусловием - быть уверенным пользователем компьютера. Она должна помочь почувствовать на вкус разработку реального продукта и определить свою роль в ИТ (разработчика, тестера, и т.д.)

  8. Вступ до Розробки Програмного Забезпечення

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

  9. Angular Schematics Cookbook

    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.

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

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

  11. Intro to Software Development

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

  12. The Road to learn React (Português)
    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

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

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

  14. Why Not Functional Programming With JavaScript
    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.

  15. Functional recipes with JavaScript
    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.