Leanpub Header

Skip to main content

Filters

Category: "C and C++"

Books

  1. Accelerated Linux API for Software Diagnostics
    With Category Theory in View
    Dmitry Vostokov

    The book contains the full transcript of Software Diagnostics Services training with 16 hands-on exercises on various topics related to Linux API.

  2. C++ Networking 101
    Unlocking Sockets, Protocols, VPNs, and Asynchronous I/O with 75+ sample programs
    GitforGits | Asian Publishing House

    The book then guides readers through Virtual Private Networks (VPNs), detailing their importance, functioning, and distinct types of VPNs. It explores wireless networking and asynchronous programming, providing clear illustrations of WiFi, Bluetooth, and Zigbee setup using C++. It covers critical wireless standards and security protocols.

  3. Graphics programming on macOS using C++
    Part 1: Introduction
    Filip Wasil

    When people do multi-platform graphics programming on macOS they usually use Vulkan API.The best resources on learning Vulkan include:The unofficial Sascha Willems tutorialAlexander Overrode unofficial tutorialKhronos documentationThis book is an introduction of how to write a Vulkan app, using macOS as a primary development platform.

  4. Learn the fundamental concepts behind coding interview problems. Train using a companion GitHub repository in a zero-setup DevContainer. All with modern C++ techniques.

  5. Mastering C++ Network Automation
    Run Automation across Configuration Management, Container Orchestration, Kubernetes, and Cloud Networking
    GitforGits | Asian Publishing House

    From setting up a network automation environment to automating configuration management and working with containers and container orchestration tools such as Kubernetes, the book covers a wide range of topics.

  6. Clean Code Principles And Patterns
    A Software Practitioner's Handbook
    Petri Silen
    No Description Available
  7. Accelerated Linux Core Dump Analysis, Fourth Edition
    Training Course Transcript with GDB and WinDbg Practice Exercises
    Dmitry Vostokov

    Learn how to analyze x64 and ARM64 Linux process and kernel crashes and hangs, navigate through core memory dump space and diagnose corruption, memory leaks, CPU spikes, blocked threads, deadlocks, wait chains, and more than 50 memory analysis patterns. The training consists of more than 70 step-by-step exercises using GDB and WinDbg debuggers.

  8. 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!

  9. Inicialización en C++
    Una guía a través de todas las opciones de inicialización y áreas relacionadas con C++
    Bartłomiej Filipek and Javier Estrada

    Desde sintaxis básica, reglas de construcción y destrucción, tiempo de vida y deducción de plantillas. Todo lo que deseas saber sobre las técnicas de C++ moderno relacionadas con la inicialización. ¡C++20 (e incluso C++23) incluido!

  10. Accelerated macOS Core Dump Analysis, Third Edition
    Training Course Transcript with LLDB Practice Exercises
    Dmitry Vostokov

    The full transcript of Software Diagnostics Services training with 12 step-by-step exercises. Learn how to analyze app crashes and freezes, navigate through process core memory dump space and diagnose corruption, memory leaks, CPU spikes, blocked threads, deadlocks, wait chains, and much more.

  11. Accelerated Windows API for Software Diagnostics, Second Edition
    With Category Theory in View
    Dmitry Vostokov

    The book contains the full transcript of Software Diagnostics Services training with 10 hands-on exercises on various topics related to Windows API.

  12. Infused with the wisdom of Richard Bellman, the father of Dynamic Programming, this tiny book distills the inherent concepts and techniques in a (88) problems-solutions format (including code in modern C++ and pseudo style) with focus on to convey the art of formulating the solution of problems in terms of dynamic-programming recurrence relations.

  13. Pattern-Oriented Memory Forensics
    A Pattern Language Approach, Revised Edition
    Dmitry Vostokov

    The short book is a fully revised transcript of a lecture introducing a unified pattern language for memory forensics - an investigation of past software behavior in memory snapshots. The lecture has a short theoretical part and a practical memory analysis part using WinDbg debugger from Microsoft Debugging Tools for Windows.

  14. Accelerated Linux Disassembly, Reconstruction and Reversing, Second Edition
    Training Course Transcript and GDB Practice Exercises with Memory Cell Diagrams
    Dmitry Vostokov

    Learn disassembly, execution history reconstruction, and binary reversing techniques for better software diagnostics, troubleshooting, and debugging on x64 and ARM64 Linux platforms via practical step-by-step hands-on exercises using GDB and memory dumps. Covered 25 ADDR patterns, and many concepts are illustrated with Memory Cell Diagrams.

  15. Extended Windows Memory Dump Analysis
    Using and Writing WinDbg Extensions, Database and Event Stream Processing, Data Science and Visualization, Machine Learning and AI, Second Edition
    Dmitry Vostokov

    The book contains the full transcript of Software Diagnostics Services training with 25 hands-on exercises. This training course extends pattern-oriented analysis introduced in Accelerated Windows Memory Dump Analysis, Accelerated .NET Core Memory Dump Analysis, and Advanced Windows Memory Dump Analysis with Data Structures.