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

Software Development eBooks

If you like Software Development eBooks, then you'll love these top picks.
Showing 1 - 24 of 9048 Results
Skip side bar filters
  • Lecture Notes on Collaborative Software Projects

    Practices, Concepts, and Key Events for Designing, Managing, and Prototyping Successful Products

    Lecture Notes on Collaborative Software Projects: Practices, Concepts, and Key Events for Designing, Managing, and Prototyping Successful Products provides a practical, integrated approach to systems analysis and design, guiding readers through the complete process of developing working software prototypes.Featuring a comprehensive case study with real project artifacts, this book emphasizes ... Read more

    $34.99 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

  • Game Programming Patterns

    The biggest challenge facing many game programmers is completing their game. Most game projects fizzle out, overwhelmed by the complexity of their own code. Game Programming Patterns tackles that exact problem. Based on years of experience in shipped AAA titles, this book collects proven patterns to untangle and optimize your game, organized as independent recipes so you can pick just the patterns ... Read more

    $24.95 USD or Free with Kobo Plus

  • Site Reliability Engineering

    How Google Runs Production Systems

    The overwhelming majority of a software systemâ??s lifespan is spent in use, not in design or implementation. So, why does conventional wisdom insist that software engineers focus primarily on the design and development of large-scale computing systems?In this collection of essays and articles, key members of Googleâ??s Site Reliability Team explain how and why their commitment to the entire ... Read more

    $36.99 USD

  • Learning eBPF

    Programming the Linux Kernel for Enhanced Observability, Networking, and Security

    by Liz Rice ...
    What is eBPF? With this revolutionary technology, you can write custom code that dynamically changes the way the kernel behaves. It's an extraordinary platform for building a whole new generation of security, observability, and networking tools.This practical book is ideal for developers, system administrators, operators, and students who are curious about eBPF and want to know how it works. ... Read more

    $34.99 USD

  • Building Microservices

    Designing Fine-Grained Systems

    by Sam Newman ...
    As organizations shift from monolithic applications to smaller, self-contained microservices, distributed systems have become more fine-grained. But developing these new systems brings its own host of problems. This expanded second edition takes a holistic view of topics that you need to consider when building, managing, and scaling microservices architectures.Through clear examples and practical ... Read more

    $48.99 USD

  • Go Cookbook

    Expert Solutions for Commonly Needed Go Tasks

    Go is an increasingly popular language for programming everything from web applications to distributed network services. This practical guide provides recipes to help you unravel common problems and perform useful tasks when working with Go. Each recipe includes self-contained code solutions that you can freely use, along with a discussion of how and why they work. Programmers new to Go can ... Read more

    $48.99 USD

  • The Psychology of Software Teams

    by Cat Hicks ...
    To build the future, we need new ways of supporting software teams. This book will give you a secret weapon: the psychology that creates resilience for developers, sustainable practices for software teams, and innovation for organizations. You’ll learn from rigorous empirical evidence gathered from top engineering organizations and thousands of developers around the world, revealing powerful ... Read more

    $27.99 USD

  • Microsoft Project 2010: The Missing Manual

    Microsoft Project is brimming with features to help you manage any project, large or small. But learning the software is only half the battle. What you really need is real-world guidance: how to prep your project before touching your PC, which Project tools work best, and which ones to use with care. This book explains it all, helping you go from project manager to project master.Get a project ... Read more

    $23.99 USD

  • Autotools, 2nd Edition

    A Practitioner's Guide to GNU Autoconf, Automake, and Libtool

    by John Calcote ...
    The long awaited update to the practitioner's guide to GNU Autoconf, Automake, and LibtoolThe GNU Autotools make it easy for developers to create software that is portable across many Unix-like operating systems, and even Windows. Although the Autotools are used by thousands of open source software packages, they have a notoriously steep learning curve.Autotools is the first book to offer ... Read more

    $26.99 USD

  • Powerful Python

    Patterns and Strategies with Modern Python

    by Aaron Maxwell ...
    Once you've mastered the basics of Python, how do you skill up to the top 1%? How do you focus your learning time on topics that yield the most benefit for production engineering and data teams—without getting distracted by info of little real-world use? This book answers these questions and more.Based on author Aaron Maxwell's software engineering career in Silicon Valley, this unique book ... Read more

    $40.99 USD

  • C LANUAGE COURSE PART 1

    by m.furqan riaz ...
    C is one of the fastest programming language as it is close to low-level languages such as Assembly language. If you are already familiar with programming, then you must know the demand out there for a C programmer. Because C comes in handy in case of all the applications that require fast processing, such as games, or major parts of different operating systems.C was developed in early 1970’s but ... Read more

    $3.99 USD or Free with Kobo Plus

  • Blazor in Action

    by Chris Sainty ...
    An example-driven guide to building reusable UI components and web frontends—all with Blazor, C#, and .NET.In Blazor in Action, you will learn about:Blazor + WebAssemblyPicking the right hosting modelBuilding reusable UI componentsBuilding forms with validationIntegrating with JavaScript librariesSecuring your applicationTesting your applicationsBlazor in Action is a practical guide to buil... ... Read more

    $49.99 USD

  • Functional Programming in C#, Second Edition

    Real world examples and practical techniques for functional programming in C# without the jargon and theory.In Functional Programming in C#, Second Edition you will learn how to:Use higher-order functions to reduce duplication and do more with less codeUse pure functions to write code that is easy to test and optimizeWrite pleasant APIs that accurately describe your program's behaviorUse dedicated ... Read more

    $49.99 USD

  • Become a Great Engineering Leader

    Build Effective Skills to Lead and Grow

    As you step into senior engineering leadership roles, you need to make an impact, and you need to make it fast. This book will uncover the secrets of what it means to be a successful director of engineering, VP of engineering, or CTO. With a hands-on, practical approach, it will help you understand and develop the skills that you need, ranging from how to manage other managers, to how to define ... Read more

    $40.99 USD

  • Functional Design and Architecture

    Examples in Haskell

    Design patterns and architectures for building production quality applications using functional programming.Functional Design and Architecture is a pioneering guide to software engineering using Haskell and other functional languages. In it, you’ll discover Functional Declarative Design and other design principles perfect for working in Haskell, PureScript, F#, and Scala.In Functional Design and ... Read more

    $58.99 USD

  • How To Build Microservices: Top 10 Hacks To Modeling, Integrating & Deploying Microservices

    The Blokehead Success Series

    by Scott Green ...
    Series series The Blokehead Success Series
    This book is an exploration of microservices and how to build it. It begins by explaining what they are, so as to help the reader better understand them. After reading this book you will know how and where microservices are used.The following topics have been discussed in this book:Technology Heterogeneity, Resilience, Sealing, and Deployment – Hacks #1 and #2Managing Complex Systems – Hacks #3 ... Read more

    $2.99 USD or Free with Kobo Plus

  • Facts and Fallacies of Software Engineering

    by Robert Glass ...
    The practice of building software is a “new kid on the block” technology. Though it may not seem this way for those who have been in the field for most of their careers, in the overall scheme of professions, software builders are relative “newbies.”In the short history of the software field, a lot of facts have been identified, and a lot of fallacies promulgated. Those facts and fallacies are what ... Read more

    $38.69 USD

  • Agents That Work

    A No-Nonsense Guide to Shipping Reliable AI Agents for Business and Personal Productivity

    by Eric Smith ...
    Every week, a new framework for building AI agents is announced. Every month, a startup raises millions to build the platform that will finally make agents work at scale. Yet, most implementations still fail in production. This book cuts through the hype to provide a battle-tested framework for building AI agents that actually work.Written for developers, team leads, and tech executives, this book ... Read more

    $15.99 USD or Free with Kobo Plus

  • Docker for Beginner: Practical Guide to Containerization Mastery

    by Nolan Vautrin ...
    "Docker for Beginners - Practical Guide to Containerization Mastery" is a comprehensive guide designed for those who want to discover and master Docker, a revolutionary technology in the field of containerization. This book is tailored to be accessible to a wide audience, whether you are a developer, system administrator, or simply a tech enthusiast.Book ObjectivesThe primary goal of this guide is ... Read more

    $6.00 USD or Free with Kobo Plus

  • How Software Works

    The Magic Behind Encryption, CGI, Search Engines, and Other Everyday Technologies

    We use software every day to perform all kinds of magical, powerful tasks. It's the force behind stunning CGI graphics, safe online shopping, and speedy Google searches. Software drives the modern world, but its inner workings remain a mystery to many.How Software Works explains how computers perform common-yet-amazing tasks that we take for granted every day.Inside you'll learn:–How data is ... Read more

    $24.99 USD

  • C++ for Lazy Programmers

    Quick, Easy, and Fun C++ for Beginners

    by Will Briggs ...
    Series series Professional and Applied Computing (R0)
    Learn C++ the quick, easy, and “lazy” way. This book is an introductory programming text that uses humor and fun to make you actually willing to read, and eager to do the projects -- with the popular C++ language.C++ for Lazy Programmers is a genuinely fun learning experience that will show you how to create programs in the C++ language. This book helps you learn the C++ language with a unique ... Read more

    $40.99 USD

  • Engineering a Compiler

    This entirely revised second edition of Engineering a Compiler is full of technical updates and new material covering the latest developments in compiler technology. In this comprehensive text you will learn important techniques for constructing a modern compiler. Leading educators and researchers Keith Cooper and Linda Torczon combine basic principles with pragmatic insights from their experience ... Read more

    $63.99 USD

  • Pro ASP.NET MVC 5

    by Adam Freeman ...
    Series series Professional and Applied Computing (R0)
    The ASP.NET MVC 5 Framework is the latest evolution of Microsoft’s ASP.NET web platform. It provides a high-productivity programming model that promotes cleaner code architecture, test-driven development, and powerful extensibility, combined with all the benefits of ASP.NET.ASP.NET MVC 5 contains a number of advances over previous versions, including the ability to define routes using C# ... Read more

    $80.99 USD