Leanpub Header

Skip to main content

Filters

Category: "Web Development"

Web Development

  1. PHP для веба
    PHP для веба
    Изучение PHP без использования фреймворков
    Matthias Noback and Alexey Pyltsyn

    Запросы и ответы HTTP, формы, куки и сессии. Используем всё это, чтобы создать CRUD-интерфейс и систему аутентификации в вашем первом веб-приложении.

  2. The Clean Way to Use Rx
    The Clean Way to Use Rx
    Guide manual and tips for implementing with Rx extensions.
    Yair Carreno

    I recommend this reading for any actor that participates in the design, implementation, and validation processes of software components through Reactive programming and Functional programming, supported by the use of Rx extensions.

  3. Appwrite Up and Running
    Appwrite Up and Running
    Build High Performance cross-platform Apps quickly with this Free unified Backend
    A.J. García

    Discover Appwrite’s Powerful and Flexible features which are making life easier for developers.  Learn about the Free Production ready Appwrite’s backend so you can plug your App in without having to code or manage any infrastructure. The book introduces the platform letting you build and integrate a project with a self hosted Appwrite instance.

  4. Deno - A Complete Guide to Programming With Deno
    Deno - A Complete Guide to Programming With Deno
    Software development with Deno
    Jana Bergant

    Deno book is a complete guide to programming with Deno. You'll start with the basics and gain knowledge about how Deno works behind the scene. You'll be working on a project and learn to implement Deno with other technologies.

  5. JavaScript Definitivo
    JavaScript Definitivo
    Vol. I
    Ariel Fuggini

    En este libro te enseño JavaScript desde cero, como nadie te lo explicó antes. Con una base sólida de conocimiento combinada con ejemplos prácticos, en un lenguaje sencillo y amigable.

  6. React Deep Dive
    React Deep Dive
    Manuel Bieh and Sibylle Katharina Sehl

    React has taken Frontend Development by storm over the past couple of years, unlike any other library before it. Today there are hardly any metrics where React does not take the top spot: downloads, popularity, usability.

  7. JavaScript & DOM Tips, Tricks, and Techniques (Volume 4)
    JavaScript & DOM Tips, Tricks, and Techniques (Volume 4)
    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.

  8. Effective Angular Code Reuse Strategies and Techniques

    Understand the benefits of sharing and reusing the right code, in the right place, at the right time in Angular projects. Learn how to identify candidates for code reuse for new and existing applications. Discover techniques and scenarios for different types of reusable code in Angular.

  9. PHP for the Web
    PHP for the Web
    Learn PHP without a framework
    Matthias Noback

    HTTP requests and responses, forms, cookies, and sessions. Use it all to build a CRUD interface and an authentication system for your very first web application.

  10. Making Strategy Browser Games
    Making Strategy Browser Games
    Creating "Decision Science" Game Mechanics for Phaser.js Gaming Frameworks v3.16+ & v2.x.x
    Stephen Gose

    This is a single chapter from the Phaser Game Starter Kit Collection. This chapter leads you through "Strategic" game development. This self-contained tutorial has both v3.24+ & v2.x.x encoding. It's perfect for novices, experienced web developers, and just anyone wanting with their own bespoke music and rhythm game, artwork, and features.

  11. Making Dating & Quiz Trivia Browser Games
    Making Dating & Quiz Trivia Browser Games
    Creating "Trivia Quiz" Game Mechanics for Phaser.js Gaming Frameworks v3.x.x & v2.x.x
    Stephen Gose

    This is a single chapter from the Phaser Game Starter Kit Collection. This chapter leads you through "Trivia Quizzing" game development. This tutorial has both v3.16+ & v2.x.x encoding. It's perfect for novices, experienced web developers, and just anyone wanting their own bespoke game, artwork, and features.

  12. Making Puzzle Browser Games
    Making Puzzle Browser Games
    Creating "JigSaw & Slider" Game Mechanics for Phaser.js Gaming Frameworks v3.16+ & v2.x.x
    Stephen Gose

    This is a single chapter from the Phaser Game Starter Kit Collection. This chapter leads you through "Jigsaw & Slider" Puzzle game development. This tutorial has both v3.16+ & v2.x.x encoding. It's perfect for novices, experienced web developers, and just anyone wanting their own bespoke game, artwork, and features.

  13. Growing Your Own WebApp with Phoenix And Vue

    The journey starts with setting up the database, frontend and backend and ends with deploying the web app using docker.

  14. Frontend Testing
    Frontend Testing
    Una introducción al mundo del testing orientado al frontend.
    Iago Lastra Rodríguez

    ¿Desarrollas para la web? ¿Quieres aprender a escribir tests pero no sabes por dónde empezar? En este libro se explican los conceptos básicos de Testing en Front-End a través de ejemplos y casos prácticos.

  15. You Don't Know JS Yet: Scope & Closures

    The foundation of all programs is organization of variables/functions into nested scopes. Yet, many never contemplate how & why these decisions are made and the impacts on code maintainability. Scope & Closures examines lexical scope, builds on its principles for the power of closure, and digs into the module pattern for better program structure.