Kick off your book project in 3 hours! Live workshop on Zoom. You’ll leave with a real book project, progress on your first chapter, and a clear plan to keep going. Saturday, May 16, 2026. Learn more…

Leanpub Header

Skip to main content

Filters

Category: "JavaScript"

Books

  1. Desarrollo Frontend
    Introducción al mundo del desarrollo web
    Óscar Bustos

    Desarrollo Frontend es un manual con el que aprenderás las bases de conocimiento necesario para convertirte en desarrollador. De una forma sencilla y mediante ejercicios prácticos conocerás los lenguajes y técnicas básicas que todo desarrollador debe saber.

  2. D3 Start to Finish (2nd Edition)
    Learn how to make a custom data visualisation using D3.js.
    Peter Cook

    D3 Start to Finish shows you how to build a custom, interactive and beautiful data visualisation using the JavaScript library D3.js (versions 6 & 7). The book covers D3.js concepts such as selections, joins, requests, scale functions, events & transitions. You'll put these concepts into practice by building a custom, interactive data visualisation.

  3. A Short Guide to Naming
    Understand how and why to better name modules, classes, functions, and variables.
    Tim Ottinger

    if you've read my chapter on naming in a famous software book (first or second edition) you may want to go a little deeper. Same author, same topic, all-new content!

  4. Creating AI Agents with MCP - Model Context Protocol
    Part of the series, "The Only Book You'll Need On..."
    Lydia Evelyn and Bruce Hopkins

    Get started quickly, creating applications for the Model Context Protocol (MCP) using the official MCP SDKs for Python, Java 21, and Node.js. Quickly master, all of the concepts needed in order to build MCP servers, including transport protocols, tools, resources, prompts, roots, and sampling. Learn how to get familiar with popular MCP client applications such as, Claude Desktop, Postman, and the MCP Inspector.

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

    What is 3P? Afferent coupling? Strict evaluation? What are CPH, cHTML, and CMF? How about Vanadium, OPcache, or Auto Forms Mode? Covering more than 4,000 terms and concepts, and including explanations from Wikipedia and MDN Web Docs, The Web Development Glossary 4K provides an overview of web development unlike any other book or site.

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

  7. Playwright Automation Projects
    Real-World End-to-End Testing with TypeScript
    Priyanka Bhopale

    Master Playwright by building real-world automation frameworks from scratch.This hands-on guide is designed for QA engineers, testers, and developers who want to become job-ready Playwright automation engineers.Instead of theory, this book focuses on real projects used in modern companies.Inside this book you will learn how to build:• A complete E-Commerce automation framework • Hybrid API + UI testing architecture • Enterprise SaaS dashboard automation • CI/CD pipelines using GitHub Actions • Dockerized and cloud-parallel test executionYou will also learn advanced topics like: • Network mocking for payment testing • Visual regression testing • Multi-user role-based automation • Handling flaky tests in production • Interview and resume preparationBy the end of this book, you will have multiple portfolio-ready Playwright projects and the confidence to crack automation interviews.Perfect for: QA engineers • Manual testers • SDETs • Developers

  8. SurviveJS - Webpack 5
    From apprentice to master
    Juho Vepsäläinen, Tobias Koppers, and Jesús Rodríguez Rodríguez

    Webpack, a module bundler, is a powerful tool that helps you to develop complex web applications. "SurviveJS - Webpack" is meant for beginner to intermediate users of the tool that want to understand webpack better.

  9. You Don't Know JS Yet: Get Started
    Get to know JS
    Kyle Simpson

    It seems like there's never been as much widespread desire before to learn JS. But with a million blogs, books, and videos out there, just where do you start? Get Started prepares you for the journey ahead, first surveying the language then detailing how the rest of the You Don't Know JS Yet book series guides you to knowing JS more deeply.

  10. Contentful - The Missing Manual
    Build a kickass headless website or mobile app using Contentful CMS
    Jon D Jones

    Build a kickass headless website using NextJS and Contentful CMS

  11. You Don't Know JS Yet: The Unbooks
    Previously Unpublished 2nd-Ed Book Content (Raw & Uncut)
    Kyle Simpson

    You Don’t Know JS Yet: The Unbooks is the final, draft-edition release of the second edition series—featuring the complete but unedited drafts of Book 3: Objects & Classes and Book 4: Types & Grammar, plus two bonus chapters reflecting on the “lost” books that were never written. This is the raw, honest conclusion to You Don’t Know JS Yet—a gift for readers who still care about deeply understanding JavaScript.

  12. Automating with Node.js
    Shaun Michael Stone

    Automate your workflow with the power of Node.js! If your job is loaded with manual work, then why not write scripts that can deal with it for you? With this book, you will learn how to deal with many tasks such as zipping files, emailing colleagues, and deploying your work at the press of a button.

  13. Descubre Svelte
    El framework más amado en el mundo del Frontend
    Miguel Angel Durán García

    Svelte es un soplo de aire fresco en el mundo del Desarrollo Web, dominado por React y Vue. Apuesta por evitar que escribas código repetitivo e inútil. Su sencillez hará que vuelvas a amar la Programación Web.

  14. Front-End Engineer's Guide to Computer Networks
    What every front-end engineers needs to know about computer networks
    Orkhan Huseynli

    Unlock the mysteries of computer networks and boost your front-end development expertise! Front-End Engineer’s Guide to Computer Networks simplifies the essential concepts behind the internet, from the TCP/IP model to HTTP and WebSocket protocols, all explained in clear, beginner-friendly language. Transform how you build and understand web applications today!

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