Leanpub Header

Skip to main content

Filters

Category: "Networking"

Books

  1. Node-OPCUA by example Edition 2024
    Node-OPCUA From Basics to Expertise - Crafting Effective Client and Server Applications in Industrial Communication with JavaScript and TypeScript
    Etienne Rossignon

    Dive into 'Node-OPCUA' and explore the world of industrial protocols with the author's proven recipes. Learn how to build exceptional OPC UA clients and servers through hands-on examples, elevating your industrial programming expertise from basic to advanced levels. This guide is key to mastering Node-OPCUA in JavaScript and TypeScript.

  2. Build Your Own Redis with C/C++
    Network programming, data structures, and low-level C.
    build-your-own.org

    Build real-world software by coding a Redis server from scratch.Network programming. The next level of programming is programming for multiple machines. Think HTTP servers, RPCs, databases, distributed systems.Data structures. Redis is the best example of applying data structures to real-world problems. Why stop at theoretical, textbook-level knowledge when you can learn from production software?Low-level C. C was, is, and will be widely used for systems programming and infrastructure software. It’s a gateway to many low-level projects.From scratch. A quote from Richard Feynman: “What I cannot create, I do not understand”. You should test your learning with real-world projects!

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

  4. Master Apache JMeter From load testing to DevOps.
    Prefaced by Alexander Podelko
    Philippe Mouawad, Milamber, and Antonio Gomes Rodrigues

    Master performance testing and JMeter with this book written by three members of Apache JMeter's team who are also experts in the performance field.You will deeply understand how to get the most out of it, be more productive and integrate it into your Agile/DevOps processes.

  5. C++ Networking 101, Second Edition
    Build strong expertise into programming sockets, protocols, VPNs, and asynchronous I/O with 75+ sample programs
    GitforGits | Asian Publishing House

    This isn't a book to put on a shelf. It's meant to be used, tested, and adapted as you build your networking skills. In this new edition, I've been working on making the teaching flow better and making technical stuff clearer without overwhelming you. You'll get the basics down, like how C++ works well with TCP/IP and how sockets are the foundation for communication. Then, I'll show you how to build real client-server apps, set up IP addressing, and use protocols like HTTP, FTP, SMTP, IMAP, and DNS directly through C++ code. Each example is practical and you can actually implement it. It shows you not just how something works, but why it matters in real networking scenarios.

  6. The HTTP/3 Book
    A straightforward, practical guide to using and understanding HTTP/3 and QUIC
    Marcus Bointon

    Unlock the power of HTTP/3 to transform the delivery of your web applications, and learn how QUIC's reimagining of TCP and advanced multiplexing reshape performance and security with the web's newest protocols. Essential reading and practical tips for developers and tech professionals ready to harness the future of online communication with HTTP/3.

  7. Rust from Sockets to Servers
    Building a High-Performance Web Server in Rust from First Principles
    Steve T. Publications

    Most developers can build a web server with a framework. Far fewer understand what happens underneath. Rust from Sockets to Servers takes you from raw TCP sockets to a production-ready web server built in Rust, giving you a deep understanding of HTTP, async programming, TLS, routing, and the foundations behind every modern web application.

  8. Read the book, do the labs, and gain your CCNP/CCIE Automation certification.

  9. CBRFIR 300-215 Complete Learning Guide
    An Unofficial Study Guide for the 300-215 Digital Forensics & Incident Response Exam (v1.2)
    Jozef Baros

    Everything you need to pass the 300-215 DFIR exam — all five domains, 18 original diagrams, and 159 practice questions — in one clear, unofficial study guide.

  10. CBRCOR 350-201 Complete Learning Guide
    Performing CyberOps Using Cisco Security Technologies
    Jozef Baros

    The structured, hands-on study guide that gets you through CBRCOR 350-201 — and actually good at the job: full blueprint coverage, 145 explained questions, runnable labs, and real case studies.

  11. SD-WAN Fundamentals
    A Practical Guide to Designing, Building, and Operating Cisco Catalyst SD-WAN (Viptela)
    Jozef Baros

    Anyone can turn on SD-WAN. Far fewer can design it, migrate a live network onto it without an outage, steer voice and cloud traffic intelligently, prove it's secure to an auditor, and still sleep at night. SD-WAN Fundamentals follows one company through the whole journey — design, build, migrate, secure, operate — so you learn SD-WAN the way you'll actually use it: as a project, end to end.

  12. P2P Networks
    Jakob Jenkov

    Peer-to-peer (P2P) networks are fascinating! P2P networks can scale to thousands, millions or even billions of individual peers collaborating without a central, coordinating entity. These peers can be run by individuals or organizations - each contributing resources towards the total capacity of the network. This book explores how!

  13. Snort 3 Install Guide for Debian-based Linux Distributions
    Learn how to install powerful network intrusion detection software on your favorite Debian-based Linux Distribution today!
    Tony Robinson

    Snort 3 was officially released in 2021, after a decade in development, and it is a powerful, full-featured IDS platform. Learn how to install it on just about any modern Debian-based Linux distro, and start using it today!

  14. The API Gateway Handbook
    Your Practical Guide to API Gateway Setup, Security, and Operation
    Thomas Bayer and Tobias Polley

    Whether you’re exposing APIs to partners, building microservices, or connecting legacy systems, API Gateways sit at the heart of your infrastructure. This book takes you step by step through architecture, security, traffic control, OpenAPI validation, and real-world deployment. With vendor-neutral guidance and practical examples using the open-source Membrane API Gateway, it’s a hands-on resource for API developers, architects, and platform teams.

  15. No Description Available