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 7445 Results
Skip side bar filters
  • The Robert C. Martin Clean Code Collection (Collection)

    Series series Robert C. Martin Series
    The Robert C. Martin Clean Code Collection consists of two bestselling eBooks:Clean Code: A Handbook of Agile Software CraftmanshipThe Clean Coder: A Code of Conduct for Professional ProgrammersIn Clean Code, legendary software expert Robert C. Martin has teamed up with his colleagues from Object Mentor to distill their best agile practice of cleaning code “on the fly” into a book that will ... Read more

    $51.99 USD

  • Observability Engineering

    Observability is critical for building, changing, and understanding the software that powers complex modern systems. Teams that adopt observability are much better equipped to ship code swiftly and confidently, identify outliers and aberrant behaviors, and understand the experience of each and every user. This practical book explains the value of observable systems and shows you how to practice ... Read more

    $41.99 USD

  • Software Craftsman, The

    Professionalism, Pragmatism, Pride

    Series series Robert C. Martin Series
    Be a Better Developer and Deliver Better CodeDespite advanced tools and methodologies, software projects continue to fail. Why? Too many organizations still view software development as just another production line. Too many developers feel that way, too—and they behave accordingly.In The Software Craftsman: Professionalism, Pragmatism, Pride, Sandro Mancuso offers a better and more fulfilling ... Read more

    $28.99 USD

  • SwiftUI for Masterminds 3rd Edition 2022

    How to take advantage of Swift and SwiftUI to create insanely great apps for iPhones, iPads, and Macs

    by J.D Gauchat ...
    Learn how to create apps for iOS 16 and macOS Ventura with Swift 5.7 and the SwiftUI framework.SwiftUI for Masterminds is a complete course on how to create professional applications for iPhones, iPads and Mac computers. After reading this book, you will know how to program in Swift, how to design user interfaces, and how to combine traditional frameworks with the advanced features provided by ... Read more

    $10.41 USD

  • Code

    The Hidden Language of Computer Hardware and Software

    What do flashlights, the British invasion, black cats, and seesaws have to do with computers? In CODE, they show us the ingenious ways we manipulate language and invent new means of communicating with each other. And through CODE, we see how this ingenuity and our very human compulsion to communicate have driven the technological innovations of the past two centuries.Using everyday objects and ... Read more

    $17.99 USD

  • Principles of Package Design

    Creating Reusable Software Components

    Apply design principles to your classes, preparing them for reuse. You will use package design principles to create packages that are just right in terms of cohesion and coupling, and are user- and maintainer-friendly at the same time.The first part of this book walks you through the five SOLID principles that will help you improve the design of your classes. The second part introduces you to the ... Read more

    $62.99 USD

  • Structured Parallel Programming

    Patterns for Efficient Computation

    Structured Parallel Programming offers the simplest way for developers to learn patterns for high-performance parallel programming. Written by parallel computing experts and industry insiders Michael McCool, Arch Robison, and James Reinders, this book explains how to design and implement maintainable and efficient parallel algorithms using a composable, structured, scalable, and machine ... Read more

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

  • User Experience Foundations

    by Nick de Voil ...
    User experience (UX) is about how interaction with a product, service or system is perceived by its users. Are their needs met or exceeded? Do they enjoy the experience? Will they return? Making UX central to development of a product, service or system enhances customer satisfaction, resulting in higher conversion rates and a stronger brand presence. Applying the same techniques to internal ... Read more

    $28.99 USD

  • Apache Maven Cookbook

    $39.99 USD or Free with Kobo Plus

  • Expert AWS Development

    Efficiently develop, deploy, and manage your enterprise apps on the Amazon Web Services platform

    Key concepts, sample applications, best practices, and troubleshooting tips to build highly scalable applications in AWS. About This Book • Design highly available, cost efficient, fault tolerant, and scalable distributed systems • A practical guide that will help you build, deploy, and manage applications with ease. • Develop effective solutions with AWS SDK and Lambda Who This Book Is For This ... Read more

    $35.99 USD or Free with Kobo Plus

  • Agile Project Management with Kanban

    by Eric Brechner ...
    Series series Developer Best Practices
    Use Kanban to maximize efficiency, predictability, quality, and valueWith Kanban, every minute you spend on a software project can add value for customers. One book can help you achieve this goal: Agile Project Management with Kanban.Author Eric Brechner pioneered Kanban within the Xbox engineering team at Microsoft. Now he shows you exactly how to make it work for your team.Think of this book as ... Read more

    $26.99 USD

  • 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

    $17.99 USD

  • The Art of Immutable Architecture

    Theory and Practice of Data Management in Distributed Systems

    This book teaches you how to evaluate a distributed system from the perspective of immutable objects. You will understand the problems in existing designs, know how to make small modifications to correct those problems, and learn to apply the principles of immutable architecture to your tools.Most software components focus on the state of objects. They store the current state of a row in a ... Read more

    $53.99 USD

  • The Creative Programmer

    Programming is a creative act. These techniques will help you maximize the power of creativity to improve your software and your satisfaction in creating it.In The Creative Programmer you’ll discover:The seven dimensions of creativity in software engineeringThe scientific understanding of creativity and how it translates to programmingActionable advice and thinking exercises that will make you a ... Read more

    $36.99 USD

  • Learning Perl

    If you're just getting started with Perl, this is the book you want—whether you're a programmer, system administrator, or web hacker. Nicknamed "the Llama" by two generations of users, this best seller closely follows the popular introductory Perl course taught by the authors since 1991. This eighth edition covers recent changes to the language up to version 5.34.Perl is suitable for almost any ... Read more

    $41.99 USD

  • Linux

    The Textbook, Second Edition

    Choosen by BookAuthority as one of BookAuthority's Best Linux Mint Books of All TimeLinux: The Textbook, Second Edition provides comprehensive coverage of the contemporary use of the Linux operating system for every level of student or practitioner, from beginners to advanced users. The text clearly illustrates system-specific commands and features using Debian-family Debian, Ubuntu, and Linux ... Read more

    $52.99 USD

  • Robust Python

    Does it seem like your Python projects are getting bigger and bigger? Are you feeling the pain as your codebase expands and gets tougher to debug and maintain? Python is an easy language to learn and use, but that also means systems can quickly grow beyond comprehension. Thankfully, Python has features to help developers overcome maintainability woes.In this practical book, author Patrick Viafore ... Read more

    $34.99 USD

  • The Secret Life of Programs

    Understand Computers -- Craft Better Code

    A primer on the underlying technologies that allow computer programs to work. Covers topics like computer hardware, combinatorial logic, sequential logic, computer architecture, computer anatomy, and Input/Output.Many coders are unfamiliar with the underlying technologies that make their programs run. But why should you care when your code appears to work? Because you want it to run well and not ... Read more

    $26.99 USD

  • PeopleSoft PeopleTools: Mobile Applications Development (Oracle Press)

    Distribute compelling, device-neutral applications throughout your mobile computing environment using the expert instruction contained in this Oracle Press guide. PeopleSoft PeopleTools: Mobile Applications Development fully explains the latest programming methods and features detailed examples and ready-to-use code samples. Find out how to configure your workstation, start building PeopleSoft ... Read more

    $28.99 USD

  • The Manager's Path

    A Guide for Tech Leaders Navigating Growth and Change

    Managing people is difficult wherever you work. But in the tech industry, where management is also a technical discipline, the learning curve can be brutal—especially when there are few tools, texts, and frameworks to help you. In this practical guide, author Camille Fournier (tech lead turned CTO) takes you through each stage in the journey from engineer to technical manager.From mentoring ... Read more

    $24.99 USD

  • The Staff Engineer's Path

    by Tanya Reilly ...
    For years, companies have rewarded their most effective engineers with management positions. But treating management as the default path for an engineer with leadership ability doesn't serve the industry well--or the engineer. The staff engineer's path allows engineers to contribute at a high level as role models, driving big projects, determining technical strategy, and raising everyone's skills ... Read more

    $24.99 USD

  • Ry's Git Tutorial

    by Ryan Hodson ...
    Git is a free version control system known for its speed, reliability, and non-linear development model. Its popularity among open-source developers makes Git a necessary tool for professional programmers, but it can also do wonders for your personal coding workflow. You’ll be able to experiment with new ideas, radically refactor existing code, and efficiently share changes with other developers ... Read more

    Free

  • Core Spring 5 Certification in Detail

    by Ivan Krizsan ...
    A walk-through of the study guide to Pivotal's Core Spring Certification for Spring Framework 5 with detailed answers and explanations. ... Read more

    $4.99 USD