Leanpub Header

Skip to main content

Filters

Category: "Node.js"

Books

  1. Build Your Own Web Server From Scratch In Node.JS
    Learn network programming, HTTP, and WebSocket by coding a Web Server
    build-your-own.org

    Most people use HTTP daily, but few understand its inner workings.This "Build Your Own X" book dives deep,teaching basics from scratch for a clearer understanding of the tools and tech we rely on.Network programming.Protocols & communication.HTTP in detail.WebSocket & concurrency.

  2. Learn Kubernetes & Docker - .NET Core, Java, Node.JS, PHP or Python
    Be ready to create and run your containerized and orchestrated application next week.
    Arnaud Weil

    You know next to nothing about Kubernetes or Docker but need to create and run your first application on Kubernetes using Docker within a week. Don't worry: this book has you covered.

  3. Node.js Authentication & Authorization: From Zero to Production
    Build Secure, Real-World Auth Systems with JWT, Email Verification, Password Recovery, Role-Based Access, and Testing
    Roberto Stepic

    Most authentication tutorials show you how to log users in. This book shows you how to trust your system in production.Learn how authentication and authorization really work by building a complete Node.js backend with email verification, JWTs, password recovery, admin roles, security protections, and full Postman testing—without shortcuts, magic, or guesswork.If you’re tired of auth tutorials that break the moment things get real, this book is for you.

  4. Construindo APIs testáveis com Node.js
    Fundamentos de qualidade de software para a construção de APIs com Node.js
    Waldemar Neto

    Construindo APIs testáveis com Node.js utiliza exemplos do dia a dia para a construção de aplicações Node.js seguindo as melhores práticas de qualidade e desenvolvimento; Um guia, tanto para desenvolvedores iniciantes quanto para experientes, para a construção de aplicações robustas e resilientes guiadas por testes.

  5. 50 TypeScript F*ck Ups
    50 Subtle Mistakes to Screw Your Code and How to Avoid and Fix Them to Write Extraordinary Software for Web
    Azat Mardan

    50 TypeScript F*ck Ups (Mistakes) and How to Avoid Them is a collection of common and challenging trouble spots that trip up JS and TypeScript developers, along with tips on how to recognize and resolve them. You’ll find troubleshooting tips on everything from basic mistakes like ignoring compiler warnings, to advanced patterns and tips for using JavaScript and TypeScript with your favorite libraries and frameworks. Throughout, each mistake and fix is illustrated with bite-sized examples, and easy-to-read code samples. You’ll soon be writing quality code faster than ever before!

  6. PLUS for Node-RED - Contribution Modbus (Deutsch)
    Die Open-Source-Modbus-Tools
    Klaus Landsdorf

    Interessiert an Node-RED und Modbus? Dieses Buch ist für Sie. Wir behandeln das Node-Red-Contrib-Modbus-Paket, die Verwendung des Modbus-Protokolls in Node-RED und sogar zukünftige Pakete wie Node-Red-Contrib-Modbus-Flex-Server. Eine Pflichtlektüre für Node-RED-Enthusiasten!

  7. P4NR OPC UA for NodeJS (English)
    Understanding and Using OPC UA, node-opcua, and Companion Specs with Node.js 24
    Klaus Landsdorf

    OPC UA is the open language of modern automation, and node-opcua is the leading open-source TypeScript stack for it. This book explains the architecture, the SDK, and Companion Specs like Machinery, Robotics, and LADS in plain language - with a learning path, runnable Node.js 24 examples, and clear references to the OPC Foundation reference.

  8. P4NR OPC UA for NodeJS (Deutsch)
    OPC UA, node-opcua und Companion Specs mit Node.js 24 verstehen und einsetzen
    Klaus Landsdorf

    OPC UA ist die offene Sprache moderner Automatisierung, node-opcua der führende quelloffene TypeScript-Stack dafür. Dieses Buch erklärt Architektur, SDK und Companion Specs wie Machinery, Robotics und LADS verständlich – mit Lernpfad, lauffähigen Node.js-24-Beispielen und klaren Quellenangaben zur OPC-Foundation-Referenz.

  9. Code to Career: JavaScript & Node.js from Zero to Professional
    A Complete Guide to Modern JavaScript, Node.js, Backend Development, APIs, Databases, Security, and Real-World Projects
    Mert Turedu

    Master modern JavaScript and Node.js from absolute beginner to professional with 1,100+ pages of practical explanations, real-world examples, exercises, projects, and career guidance.

  10. No Description Available
  11. No Description Available
  12. No Description Available
  13. Next.js – The Comprehensive Guide
    From React Fundamentals to AI-Powered Full-Stack Apps
    Florian Wessels

    Learn Next.js by building a real AI-powered application, from project setup to production deployment. This book covers the complete journey: TypeScript, React, Next.js App Router, Prisma, authentication, the Vercel AI SDK (chat, RAG, tool calling), testing, security, and deployment. One project, 28 chapters, no toy demos.

  14. JavaScript Moderno
    De variables a arquitectura profesional
    Gastón Rojas

    ¿Sabés escribir JavaScript, pero sentís que tu código no escala? Este libro cierra la brecha entre "funciona" y "está bien hecho". Closures, async/await, módulos ES6, patrones de diseño y dos proyectos reales para tu portafolio.

  15. The "It Works on My Machine" Excuse Ends Today. Understand Docker. Ship with Confidence. Own Production. This book is written for front-end developers who are tired of using Docker without truly understanding it. Instead of abstract theory or backend-centric explanations, it teaches Docker in a clear, practical way—aligned with how front-end engineers think and how real front-end applications are built and shipped.You’ll work with a real GitHub repository, follow real production workflows, and learn how to build, run, and deploy a React.js application using Docker—ending with a full deployment to Amazon EC2. Every step is explained with purpose, so you understand not just what to do, but why it works.By the end of the book, Docker will no longer feel like a black box. You’ll know how to create reliable builds, debug problems with confidence, and take ownership of your production environment as a front-end developer.If you want to stop guessing, stop copying commands, and finally ship front-end applications with confidence—this book is for you.