Mastering NVIDIA CUDA: Expert GPU Programming About the BookTo master NVIDIA CUDA at an expert level, you must discard the outdated notion of the GPU as a mere "parallel co-processor" and instead view it as a highly integrated, self-orchestrating compute fabric.
Learn CUDA programming from the ground up by understanding how GPUs really execute code. This book shows you how to write efficient kernels, optimize performance, and build high-performance applications for AI, scientific computing, image processing, and other demanding workloads on modern NVIDIA GPUs, including Blackwell.
Discover how Java developers can contribute to a sustainable future. Written by Java Champions and community experts, this collaborative guide explores practical approaches to sustainable software engineering, from resource-efficient design to mindful architecture, empowering you to reduce your environmental impact while building better systems.
Raspberry Pi Computing: Gas Sensors aims to provide a full description of the process of setting up a Raspberry Pi computer to measure and record data from gas sensors. We'll look at different versions of the Pi, along with loading and configuring the software required with some basic Linux use.
The definitive guide to programming on the ESP32.
Engineering Sovereign Dark Mesh Networks -- A 159-page technical engineering reference on decentralized, resilient and autonomous mesh communication infrastructure
Master physical IBM Quantum hardware constraints, pulse-level programming, and advanced error mitigation protocols across 80 expert-level chapters.
Bring the browser and the physical world together. Learn how to build secure, reliable JavaScript and TypeScript apps that communicate directly with real hardware. From serial terminals and sensor dashboards to test stations and device tools, this hands-on guide takes you from first connection to production-ready systems.
Ready to turn Verilog code into real hardware? FPGA Programming with Verilog takes you from digital logic basics to complete FPGA designs, with practical examples, thorough testbenches and real-world projects covering communications, video, signal processing and system-on-chip design.
SIMD can make software dramatically faster, but getting it right takes more than knowing a few intrinsics. This book shows you how vectorization really works, how to avoid costly mistakes and how to turn ordinary code into fast, production-ready software with techniques you can use again and again.
We'll be writing kernels in Rust and seeing how they match up with their C++ equivalents. If you feed a GPU properly, you'll see bandwidth quadruple from just one changed subscript. It'll get you working with thousands of threads, pricing a financial option based on an exact formula, and shipping an inference pipeline that outruns its Python equivalent for reasons you can name.
Unlock the full power of modern GPU programming with Mastering the Vulkan API. This practical guide helps intermediate C++ developers build high-performance graphics and compute applications through clear explanations, hands-on examples, and production-inspired best practices.
Discover how Windows software really works with a practical guide to modern x64 assembly. From core concepts to advanced optimization, reverse engineering, and low-level systems programming, this book equips you with the knowledge to write fast, secure, and efficient code.
A working x86-64 kernel in 90 pages — bootloader, scheduler, FAT12 driver, window manager — all the way to a real PC.
Whether you're new to Arduino or building more advanced projects, this book covers everything from basic electronics and C/C++ to sensors, robotics, IoT and cloud-connected applications. With clear explanations and hands-on projects, it's a practical guide you'll keep coming back to.