Leanpub Header

Skip to main content

Filters

Category: "JavaScript"

JavaScript

  1. Clean JavaScript
    Clean JavaScript
    Aprende a aplicar código limpio, SOLID y Testing
    Software Crafters

    Mejora tu código Javascript aplicando Clean Code. Con este e-book aprenderás a escoger mejores nombres para las variables, a escribir funciones más simples y legibles, a diseñar clases mejor estructuradas y otros conceptos que, sin duda, podrás aplicar en tu día a día como desarrollador. En definitiva, este e-book te ayudará a ser mejor profesional

  2. Web Performance Recipes
    Web Performance Recipes
    Easy ways to boost your sales while making your users and the search engines happier
    Fabio Cicerchia

    Performance is a process not a project. Every engineer should think about performance.

  3. React lernen und verstehen

    React hat die Frontend-Entwicklung in den letzten Jahren wie keine andere Library im Sturm erobert. Heute gibt es kaum eine Metrik in der React nicht vorne liegt: Downloadzahlen, Beliebtheit, Einsatzmöglichkeiten. Mit „React lernen und verstehen“ steigt ihr tief ein in die Entwicklung moderner Frontend-Anwendungen mit Hilfe von React.

  4. The Little JavaScript Book
    The Little JavaScript Book
    All you wanted to know about JavaScript but never dared to ask.
    Valentino Gagliardi

    From the hard parts of JavaScript to the Document Object Model, TypeScript, storage API and more, all you need to know for starting off with the language of the web.

  5. Washing your code
    Washing your code
    A book on clean code for frontend developers
    Artem Sapegin

    We read code much more often than we write it — often to make a one-line change you have to read and understand hundreds of lines of code. That’s why code readability is so important.

  6. Angular Form Essentials
    Angular Form Essentials
    A practical beginners guide on how to build forms with Angular.
    Cory Rylan

    Learn the essentials to get started creating complex forms with Angular! Learn to build custom input controls, handle validation and user accessibility. Authored by Google Developer Expert, Cory Rylan. Free lifetime updates of the book and code examples included!

  7. JavaScript. Отличные советы
    JavaScript. Отличные советы
    Сборник советов и трюков по JavaScript
    Caio Ribeiro Pereira and Alexey Pyltsyn

    Это книга рецептов с полезными советами и трюками для JavaScript. Каждый совет описывает проблему и некоторые её решения с помощью большого количества кода, который можно смело использовать в продакшене.

  8. Boost Your Coding Fu With VSCode and Vim

    Unleash the power of Vim in Visual Studio Code, boost your productivity and become an even more awesome developer. You can read this book free online! If you enjoy it and find it useful, share it and consider buying a copy to help me sustain my authoring efforts.

  9. The Web App Testing Guidebook
    The Web App Testing Guidebook
    UI Testing of Real World Websites Using WebdriverIO
    Kevin Lamping

    Covers everything you need to know to get off the ground with UI testing. Examples are built using real-world scenarios, showing how you would actually write your tests. It's a step-by-step guide on how to effectively write UI test automation for the real world.

  10. Running Serverless
    Running Serverless
    Introduction to AWS Lambda and the Serverless Application Model
    Gojko Adzic

    This book will help you get started with AWS Lambda and the Serverless Application Model. Lambda is Amazon’s engine for running event-driven functions, and SAM is an open-source toolkit that greatly simplifies deploying Lambda services. Together, they make it easy to create auto-scaling APIs and cloud services designed for serverless deployments.

  11. From A Non-Programmer To Full Stack .NET Developer
    From A Non-Programmer To Full Stack .NET Developer
    Step-by-step guide for your first web application (includes setup tutorials for the tools you need)
    Ion Cosmin Grigore

    This book assumes no previous experience. We will start from the very beginning and it will help you unlock the mysteries of programming

  12. JavaScript & DOM Tips, Tricks, and Techniques (Volume 3)
    JavaScript & DOM Tips, Tricks, and Techniques (Volume 3)
    Quick Tips and Tutorials for all Levels of JavaScript and Front-end Development
    Louis Lazaris

    This is a collection of JavaScript and DOM scripting tips applicable to all levels of JavaScript and front-end development. Most of the tips cover techniques and technologies that work in all modern browsers and most older browsers.

  13. स्टॅटिक वेबसाइट्स बनाना सीखें
    स्टॅटिक वेबसाइट्स बनाना सीखें
    वेब डेवेलपर/डिज़ाइनर बनने का पहला कदम
    राकेश टेंभूर्णे
    No Description Available
  14. Express|Webpack - The ultimate guide

    The ultimate guide to scaffolding a website project using Webpack 4 and Expressjs, supporting Babel, SCSS and hot reloading for both client and server code.

  15. Practical GraphQL
    Practical GraphQL
    Daniel Schmitz

    GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data.