Leanpub Header

Skip to main content

Filters

Category: "Web Development"

Web Development

  1. Angular Material Fundamentals - Mat-Icon

    Learn about the Angular Material Icon component with local SVG images and write a service to load the images as the application starts.

  2. The Developer Advocacy Handbook
    The Developer Advocacy Handbook
    Jens Oliver Meiert and Christian Heilmann

    Want to learn how to become a Developer Advocate/Evangelist? Here is a step by step instruction what to do, what to avoid and how to ensure you don't overpromise and underdeliver.

  3. Angular Material Fundamentals - Common Controls

    This short book (Shook) is about Angular Material Common components, these include mat-checkboxes, mat-radio buttons, buttons, inputs and mat-slide-toggle.

  4. The Web Development Glossary 3K
    The Web Development Glossary 3K
    More Than 3,000 Terms and Concepts for the Well-Rounded Developer
    Jens Oliver Meiert

    What is a BHO? CQRS? An EMD? What is Goanna? Hooking? Sharding? How about dynamic color, the phoenix server pattern, or the rules of ARIA? Covering more than 3,000 terms and concepts, and including explanations from Wikipedia and MDN Web Docs, The Web Development Glossary 3K provides an overview of web development unlike any other book or site.

  5. Desarrollo Web de Principiante a Profesional con Paga
    Desarrollo Web de Principiante a Profesional con Paga
    Construye tu portafolio mientras aprendes HTML5, CSS y JavaScript paso a paso con apoyo
    Bolakale Aremu

    Sé que existen más que suficientes recursos en internet para enseñar a los más principiantes todo lo que necesitan para aprender desarrollo web desde cero, pero este libro es diferente porque aborda algunos problemas desarrollo web. La credibilidad de un desarrollador web es mucho más que sus credenciales. En realidad, se trata del peso de su...

  6. Angular Material Fundamentals - Mat-Form-Field

    Learn how and when to use Angular Material Form Fields in your applications

  7. Angular Material Fundamentals - Autocomplete

    Learn how to create an Angular Material Autocomplete component and configure it for different scenarios.

  8. 3 Web Designs In 3 Weeks
    3 Web Designs In 3 Weeks
    Convert designs to websites
    Juntao Qiu

    I wrote the book eight years ago and found some of the content were outdated, and recently I decided to rewrite it with the modern (also the most compatible) techniques. Just like the first edition, it has all the interactive ways of teaching and the real-world-based design reproducing, but with the latest front-end knowledge.

  9. 三周三页面
    三周三页面
    从设计稿到代码
    Juntao Qiu

    2014年,也就是8年前,我编写了本书的第一版,当时不论是在公司内部还是外部的反响都非常不错。当我将这本书托管在SelfStore上时,即使在当时的互联网环境中,即使在该书的电子版完全公开可以在Gitbook上免费下载的情况下,我依然卖出了几百本。不过可惜的是,SelfStore后来由于其他原因停止了运营,而Gitbook也进行了重大的改版,我也就慢慢淡忘了这本书。 直到今年的7月份,当我整理之前的邮件时,发现了很多读者的感谢信以及在我博客评论区的赞赏和鼓励,我才想起这本书已经太久没有更新。 现在,它回来了,我基本上是重写了整本书,希望她可以像第一版一样帮助到一些读者。

  10. Creating a Wordle Game in React and TypeScript

    If you really want to learn some important concepts in React and Typescript and have fun doing it, this is the book for you. The book dives into features of React such as hooks, styled-components, building utility modules, and using typescript to help you accomplish it all. Also you'll learn best-practices along the way.

  11. 可维护的React
    可维护的React
    重构至整洁代码
    Juntao Qiu

    了解如何识别 React 中最常见的代码坏味道,以及将它们重构为更优雅和可维护的正确方法。 请记住,在大多数情况下,您是代码的读者,因此请通过学习和应用本书中讨论的有用技术来善待自己。

  12. Flutter 3 From Scratch: A Practical Guide with Real Projects
    Flutter 3 From Scratch: A Practical Guide with Real Projects
    Build mobile, web, and desktop apps from scratch with Flutter 3, Dart, Firebase, Provider, Redux, and BLoC
    Andrés Cruz Yoris

    Want to learn Flutter 3 from scratch by creating real applications? In this book, you'll take your first steps in developing mobile, desktop, and web apps with Flutter and Dart, starting with installing the tools and the basic language syntax, and progressing to building complete projects with forms, to-do lists, camera/gallery site apps, and Firebase integration.

  13. Primeros pasos con Flutter 3 - iOS - Windows - MacOS
    Primeros pasos con Flutter 3 - iOS - Windows - MacOS
    Crea apps móviles, web y escritorio con Flutter 3, Dart, Firebase, Provider, Redux y BLoC desde cero
    Andrés Cruz Yoris

    ¿Quieres aprender Flutter 3 desde cero creando aplicaciones reales? En este libro darás tus primeros pasos en el desarrollo de apps móviles, de escritorio y web con Flutter y Dart, empezando por la instalación de las herramientas y la sintaxis básica del lenguaje, hasta construir proyectos completos con formularios, listas de tareas, apps de sitios con cámara/galería e integración con Firebase.

  14. Outside-In React Development
    Outside-In React Development
    A TDD Primer
    Josh Justice

    Learn how to build React apps using outside-in test-driven development, including end-to-end tests with Cypress and unit tests with Jest and React Testing Library. Includes an extended exercise building two application features. See how outside-in TDD leads to a thorough test suite, better regression safety, and a faster development speed.

  15. RESTful Dictionary
    RESTful Dictionary
    English - HTTP
    Cesare Pautasso

    Which HTTP method should I pick for my API path? Look it up in the RESTful dictionary.