Leanpub Header

Skip to main content

Filters

Category: "Web Development"

Books

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

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

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

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

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

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

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

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

  7. Getting started with Flutter 3 - iOS - Windows - MacOS
    Here start your journey to mobile, desktop, and web cross platform app development in Flutter with Dart
    Andrés Cruz Yoris

    In this book, we are going to learn how the framework is formed, the basic features that Flutter allows us as an SDK to create mobile, desktop and web applications, all with the same base project and with small modifications.

  8. Primeros pasos con Flutter 3 - iOS - Windows - MacOS
    Aquí comienza tu camino en el desarrollo de aplicaciones móviles, escritorio y web en Flutter con Dart
    Andrés Cruz Yoris

    En este libro, vamos a conocer cómo está formado el framework, las características básicas que nos permite Flutter como SDK para crear aplicaciones móviles, de escritorio y webs, todo con un mismo proyecto base y con pequeñas modificaciones.

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

  10. RESTful Dictionary
    English - HTTP
    Cesare Pautasso

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

  11. Web Development from Beginner to Paid Professional 2
    Build your portfolio as you learn Html5, CSS and Javascript step by step with support
    Bolakale Aremu

    This book is volume 2 of Web Development from Beginner to Paid Professional. In this volume, you'll continue your lessons on HTML, CSS and Javascript. I know there are more than sufficient resources online to teach absolute beginners everything they need to learn web development from scratch. But this series is different because it addresses a...

  12. Large Scale Apps with Vue, Vite and TypeScript
    Build Large and Scalable front-ends that leverage component isolation, internationalization, localization, a modular state manager, component Libraries, API-client code that easily can switch between mocked data and live data and more.
    Damiano Fusco

    Using Vue 3 + Vite + TailwindCSS + JSONPlaceHolder and more

  13. Learn the fundamentals of HTML, SVG, CSS and JavaScript for building data visualisations on the web. Ideal if you're wanting to learn D3.js or you use Python and/or R and wish to get started with HTML, SVG, CSS and JavaScript. Straight to the point with lots of code examples.

  14. Coding Challenges and Solutions - The Smartest Way to Learn Html and CSS
    Web Development from Beginner to Paid Professional
    Bolakale Aremu

    “You don’t learn to walk by following rules. You learn by doing, and by falling over.” - Richard BransonThe sets of coding challenges in this book will help you get the hang of HTML and CSS in less time than you might expect, and the knowledge will stick. You’ll catch onto concepts quickly. You’ll be less bored, and might even be excited. You’ll...

  15. Go, from the beginning
    from o to hero
    Chris Noring

    In this book you will learn the following: Build Console appsCreate Web APIsTest your codeCreate and publish reusable packages that others can consumeOrganize your files in a projectWork with files and directoriesParse text with the string library and regular expressions.