Skip to main content

Shopping Cart

You're getting the VIP treatment!

Item(s) unavailable for purchase
Please review your cart. You can remove the unavailable item(s) now or we'll automatically remove it at Checkout.
itemsitem
itemsitem

Recommended For You

Loading...

Programming eBooks

If you like Programming eBooks, then you'll love these top picks.
Showing 1 - 24 of 27812 Results
Skip side bar filters
  • Product Management in Practice

    A Practical, Tactical Guide for Your First Day and Every Day After

    by Matt LeMay ...
    Product management has become a critical function for modern organizations, from small startups to corporate enterprises. And yet, the day-to-day work of product management remains largely misunderstood. In theory, product managers are high-flying visionaries who build products that people love. In practice, they're hard-working facilitators who bring clarity and focus to their teams.In this ... Read more

    $28.79 USD

  • Rust for Rustaceans

    Idiomatic Programming for Experienced Developers

    by Jon Gjengset ...
    Master professional-level coding in Rust.For developers who’ve mastered the basics, this book is the next step on your way to professional-level programming in Rust. It covers everything you need to build and maintain larger code bases, write powerful and flexible applications and libraries, and confidently expand the scope and complexity of your projects.Author Jon Gjengset takes you deep into ... Read more

    $34.99 USD

  • The Rust Programming Language, 3rd Edition

    Build stable, production-grade systems with Rust.The Rust Programming Language, 3rd Edition, teaches you to write code that the compiler can verify, teams can maintain, and systems can evolve safely over time. Written by longtime Rust community members, this book shows you how to work effectively with Rust’s type system, concurrency model, and tooling, using patterns and idioms chosen for long ... Read more

    $41.99 USD

  • Programming Rust

    Systems programming provides the foundation for the world's computation. Writing performance-sensitive code requires a programming language that puts programmers in control of how memory, processor time, and other system resources are used. The Rust systems programming language combines that control with a modern type system that catches broad classes of common mistakes, from memory management ... Read more

    $48.99 USD

  • Applied Machine Learning and AI for Engineers

    Solve Business Problems That Can't Be Solved Algorithmically

    by Jeff Prosise ...
    While many introductory guides to AI are calculus books in disguise, this one mostly eschews the math. Instead, author Jeff Prosise helps engineers and software developers build an intuitive understanding of AI to solve business problems. Need to create a system to detect the sounds of illegal logging in the rainforest, analyze text for sentiment, or predict early failures in rotating machinery? ... Read more

    $48.99 USD

  • Managing Technical Debt: Strategies for Software Developers

    In the fast-paced world of software development, technical debt is unavoidable—but it doesn't have to be a disaster. Whether you're a developer struggling with messy code, a tech lead balancing business demands with maintainability, or an engineering manager looking for sustainable practices, this book offers practical, actionable strategies to handle technical debt effectively.Inside, you'll ... Read more

    $2.99 USD or Free with Kobo Plus

  • Mastering Visual Studio Code: Navigating the Future of Development

    "Mastering Visual Studio Code: Navigating the Future of Development" is an essential guide for developers seeking to harness the full potential of Visual Studio Code, the popular code editor from Microsoft. This comprehensive book offers an in-depth exploration of the features, extensions, and customization options that make Visual Studio Code a powerful tool for modern software development ... Read more

    $9.99 USD or Free with Kobo Plus

  • The Way to Go

    A Thorough Introduction to the Go Programming Language

    by Ivo Balbaert ...
    This book provides the reader with a comprehensive overview of the new open source programming language Go (in its first stable and maintained release Go 1) from Google.The language is devised with Java / C#-like syntax so as to feel familiar to the bulk of programmers today, but Go code is much cleaner and simpler to read, thus increasing the productivity of developers.You will see how Go ... Read more

    $3.99 USD

  • Go Programming Fundamentals: A Practical Learning Approach

    by Daniel Reed ...
    Master Go, the Go-To Language for Modern Backend and Systems Development.Are you ready to build fast, reliable, and highly concurrent software? Whether you are an absolute beginner taking your first step into programming, a developer transitioning from another language, or a student looking to master an in-demand skill, "Go Programming Fundamentals: A Practical Learning Approach" is your ... Read more

    $7.99 USD or Free with Kobo Plus

  • Practical Fraud Prevention

    Fraud and AML Analytics for Fintech and eCommerce, Using SQL and Python

    Over the past two decades, the booming ecommerce and fintech industries have become a breeding ground for fraud. Organizations that conduct business online are constantly engaged in a cat-and-mouse game with these invaders. In this practical book, Gilit Saporta and Shoshana Maraney draw on their fraud-fighting experience to provide best practices, methodologies, and tools to help you detect and ... Read more

    $41.09 USD

  • Grokking Algorithms

    An illustrated guide for programmers and other curious people

    "This book does the impossible: it makes math fun and easy!" - Sander Rossel, COAS Software SystemsGrokking Algorithms is a fully illustrated, friendly guide that teaches you how to apply common algorithms to the practical problems you face every day as a programmer. You'll start with sorting and searching and, as you build up your skills in thinking algorithmically, you'll tackle more complex ... Read more

    $34.99 USD

  • AI-Assisted SDD: Spec-Driven Development with Gemini, Claude, and ai-sdd

    THE UNIVERSAL METHODOLOGY FOR AI-ASSISTED SOFTWARE DEVELOPMENTAre you using AI assistants like Claude or Gemini to build software 10x faster—but STILL rebuilding features, firefighting bugs, and realizing "that's not what we asked for"?Here's why: AI without structure just amplifies chaos. You're building the wrong thing 10x faster.This book introduces a universal, future-proof methodology for ... Read more

    $9.99 USD

  • Practical Malware Analysis

    The Hands-On Guide to Dissecting Malicious Software

    Malware analysis is big business, and attacks can cost a company dearly. When malware breaches your defenses, you need to act quickly to cure current infections and prevent future ones from occurring.For those who want to stay ahead of the latest malware, Practical Malware Analysis will teach you the tools and techniques used by professional analysts. With this book as your guide, you'll be able ... Read more

    $35.99 USD

  • Kubernetes Gateway API

    Next‑Gen Traffic Management Beyond Ingress

    by Trex Team ...
    "Kubernetes Gateway API: Next‑Gen Traffic Management Beyond Ingress"Kubernetes traffic management has outgrown the Ingress era: today’s clusters need explicit ownership boundaries, safer multi-team workflows, and routing semantics you can reason about under change. This book is written for experienced Kubernetes platform and networking engineers who already operate production clusters and want a ... Read more

    $9.99 USD or Free with Kobo Plus

  • Frictionless

    7 Steps to Remove Barriers, Unlock Value, and Outpace Your Competition in the AI Era

    In an era where AI can generate code in minutes, why do software teams still struggle to deliver?While artificial intelligence transforms how we build software, most organizations remain trapped by friction that turns AI's promise of speed into bottleneck nightmares. Slow deployments, brittle systems, and frustrated developers create invisible drag on innovation—costing US companies $1.52 trillion ... Read more

    $9.99 USD

  • Practical C++ Programming

    Programming Style Guidelines

    C++ is a powerful, highly flexible, and adaptable programming language that allows software engineers to organize and process information quickly and effectively. But this high-level language is relatively difficult to master, even if you already know the C programming language.The 2nd edition of Practical C++ Programming is a complete introduction to the C++ language for programmers who are ... Read more

    $30.99 USD

  • 21st Century C

    C Tips from the New School

    by Ben Klemens ...
    Throw out your old ideas about C and get to know a programming language that’s substantially outgrown its origins. With this revised edition of 21st Century C, you’ll discover up-to-date techniques missing from other C tutorials, whether you’re new to the language or just getting reacquainted.C isn’t just the foundation of modern programming languages; it is a modern language, ideal for writing ... Read more

    $30.99 USD

  • GTK+ Development Techniques

    Definitive Reference for Developers and Engineers

    "GTK+ Development Techniques""GTK+ Development Techniques" delivers a comprehensive, modern exploration of the GTK+ toolkit, equipping software professionals with both foundational knowledge and advanced strategies for desktop application development across Linux, Windows, and macOS. From the evolution of GTK+ and its close integration with the GObject type system and GLib, to granular memory ... Read more

    $9.95 USD or Free with Kobo Plus

  • Modern Compiler Implementation in C

    This new, expanded textbook describes all phases of a modern compiler: lexical analysis, parsing, abstract syntax, semantic actions, intermediate representations, instruction selection via tree matching, dataflow analysis, graph-coloring register allocation, and runtime systems. It includes good coverage of current techniques in code generation and register allocation, as well as functional and ... Read more

    $85.29 USD

  • Neural Networks with Python

    by Mei Wong ...
    "Neural Networks with Python" serves as an introductory guide for those taking their first steps into neural network development with Python. It's tailored to assist beginners in understanding the foundational elements of neural networks and to provide them with the confidence to delve deeper into this intriguing area of machine learning.In this book, readers will embark on a learning journey, ... Read more

    $29.99 USD or Free with Kobo Plus

  • The Mythical Man-Month, Anniversary Edition: Essays On Software Engineering

    Essays on Software Engineering

    Few books on software project management have been as influential and timeless as The Mythical Man-Month. With a blend of software engineering facts and thought-provoking opinions, Fred Brooks offers insight for anyone managing complex projects. These essays draw from his experience as project manager for the IBM System/360 computer family and then for OS/360, its massive software system. Now, 20 ... Read more

    $37.79 USD

  • Get started with MicroPython on Raspberry Pi Pico

    The Official Raspberry Pi Pico Guide

    Create your own programmable electronic contraptions for home projects, industrial automation, or learning (or teaching!) electronics and programming.Learn how to use the beginner-friendly MicroPython language to write programs and connect up hardware to make your Raspberry Pi Pico interact with the world around it. Using these programmable connections, you can light LEDs, make noises, send text ... Read more

    $5.39 USD or Free with Kobo Plus

  • Code

    The Hidden Language of Computer Hardware and Software

    The classic guide to how computers work, updated with new chapters and interactive graphics"For me, Code was a revelation. It was the first book about programming that spoke to me. It started with a story, and it built up, layer by layer, analogy by analogy, until I understood not just the Code, but the System. Code is a book that is as much about Systems Thinking and abstractions as it is about ... Read more

    $27.39 USD

  • Python Crash Course, 3rd Edition

    A Hands-On, Project-Based Introduction to Programming

    by Eric Matthes ...
    Python Crash Course is the world’s bestselling programming book, with over 1,500,000 copies sold to date!Python Crash Course is the world’s best-selling guide to the Python programming language. This fast-paced, thorough introduction will have you writing programs, solving problems, and developing functioning applications in no time.You’ll start by learning basic programming concepts, such as ... Read more

    $29.99 USD