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

Systems Analysis eBooks

If you like Systems Analysis eBooks, then you'll love these top picks.
Showing 1 - 24 of 1441 Results
Skip side bar filters
  • Software Architect

    by Michael Bell ...
    A strategic state-of-the-art software architecture manual for all skill levelsIn Software Architect, veteran enterprise and solution architect Michael Bell delivers a hands-on playbook of best practices for aspiring and practicing software architects, seeking to improve their software design, integration, communication, presentation, and knowledge acquisition skills. He explores the career ... Read more

    S$ 36.99 SGD

  • Learning Domain-Driven Design

    Aligning Software Architecture and Business Strategy

    by Vlad Khononov ...
    Building software is harder than ever. As a developer, you not only have to chase ever-changing technological trends but also need to understand the business domains behind the software. This practical book provides you with a set of core patterns, principles, and practices for analyzing business domains, understanding business strategy, and, most importantly, aligning software design with its ... Read more

    S$ 57.21 SGD

  • Embracing Microservices Design

    A practical guide to revealing anti-patterns and architectural pitfalls to avoid microservices fallacies

    Develop microservice-based enterprise applications with expert guidance to avoid failures and technological debt with the help of real-world examplesKey FeaturesImplement the right microservices adoption strategy to transition from monoliths to microservicesExplore real-world use cases that explain anti-patterns and alternative practices in microservices developmentDiscover proven recommendations ... Read more

    S$ 44.13 SGD or Free with Kobo Plus

  • C++ Crash Course

    A Fast-Paced Introduction

    A fast-paced, thorough introduction to modern C++ written for experienced programmers. After reading C++ Crash Course, you'll be proficient in the core language concepts, the C++ Standard Library, and the Boost Libraries.C++ is one of the most widely used languages for real-world software. In the hands of a knowledgeable programmer, C++ can produce small, efficient, and readable code that any ... Read more

    S$ 48.17 SGD

  • Networking and Kubernetes

    A Layered Approach

    Kubernetes has become an essential part of the daily work for most system, network, and cluster administrators today. But to work effectively together on a production-scale Kubernetes system, they must be able to speak the same language. This book provides a clear guide to the layers of complexity and abstraction that come with running a Kubernetes network.Authors James Strong and Vallery Lancey ... Read more

    S$ 57.21 SGD

  • Making Futures Work

    Integrating Futures Thinking for Design, Innovation, and Strategy

    by Phil Balagtas ...
    Learn how to get started with Futures Thinking. With this practical guide, Phil Balagtas, founder of the Design Futures Initiative and the global Speculative Futures network, shows you how designers and futurists have made futures work at companies such as Atari, IBM, Apple, Disney, Autodesk, Lufthansa, and McKinsey & Company.This book demystifies the process of Futures Thinking into a language ... Read more

    S$ 43.15 SGD

  • Building Machine Learning Systems with a Feature Store

    Batch, Real-Time, and LLM Systems

    by Jim Dowling ...
    Get up to speed on a new unified approach to building machine learning (ML) systems with a feature store. Using this practical book, data scientists and ML engineers will learn in detail how to develop and operate batch, real-time, and agentic ML systems.Author Jim Dowling introduces fundamental principles and practices for developing, testing, and operating ML and AI systems at scale. You'll see ... Read more

    S$ 68.22 SGD

  • Learning Modern Linux

    A Handbook for the Cloud Native Practitioner

    If you use Linux in development or operations and need a structured approach to help you dive deeper, this book is for you. Author Michael Hausenblas also provides tips and tricks for improving your workflow with this open source operating system. Whether you're a developer, software architect, or site reliability engineer, this hands-on guide focuses on ways to use Linux for your everyday needs, ... Read more

    S$ 57.21 SGD

  • The Book of Kubernetes

    A Comprehensive Guide to Container Orchestration

    by Alan Hohn ...
    This hands-on guidebook to the inner workings of containers peels back the layers to provide a deep understanding of what a container is, how containerization changes the way programs run, and how Kubernetes provides computing, networking, and storage.Containers ensure that software runs reliably no matter where it’s deployed, and Kubernetes lets you manage all of your containers from a single ... Read more

    S$ 48.17 SGD

  • Software Architecture: The Hard Parts

    Modern Trade-Off Analyses for Distributed Architectures

    There are no easy decisions in software architecture. Instead, there are many hard parts--difficult problems or issues with no best practices--that force you to choose among various compromises. With this book, you'll learn how to think critically about the trade-offs involved with distributed architectures.Architecture veterans and practicing consultants Neal Ford, Mark Richards, Pramod Sadalage, ... Read more

    S$ 68.22 SGD

  • Domain-Driven Design

    Tackling Complexity in the Heart of Software

    by Eric Evans ...
    Domain-Driven Design fills that need. This is not a book about specific technologies. It offers readers a systematic approach to domain-driven design, presenting an extensive set of design best practices, experience-based techniques, and fundamental principles that facilitate the development of software projects facing complex domains. Intertwining design and development practice, this book ... Read more

    S$ 90.35 SGD

  • Software Engineering at Google

    Lessons Learned from Programming Over Time

    Today, software engineers need to know not only how to program effectively but also how to develop proper engineering practices to make their codebase sustainable and healthy. This book emphasizes this difference between programming and software engineering.How can software engineers manage a living codebase that evolves and responds to changing requirements and demands over the length of its life ... Read more

    S$ 57.21 SGD

  • Tidy First?

    A Personal Exercise in Empirical Software Design

    by Kent Beck ...
    Tidying up messy software is a must. And that means breaking up the code to make it more readable, and using guard clauses and helping functions to make it understandable. In this practical guide, author Kent Beck, creator of Extreme Programming and pioneer of software patterns, suggests when and where you might apply tidyings in your code.Instead of trying to master tidying all at once, this book ... Read more

    S$ 34.11 SGD

  • Algorithms

    Essential Information about Algorithms and Data StructuresA Classic ReferenceThe latest version of Sedgewick’s best-selling series, reflecting an indispensable body of knowledge developed over the past several decades.Broad CoverageFull treatment of data structures and algorithms for sorting, searching, graph processing, and string processing, including fifty algorithms every programmer should ... Read more

    S$ 91.55 SGD

  • C++ Software Design

    Design Principles and Patterns for High-Quality Software

    Good software design is essential for the success of your project, but designing software is hard to do. You need to have a deep understanding of the consequences of design decisions and a good overview of available design alternatives. With this book, experienced C++ developers will get a thorough, practical, and unparalleled overview of software design with this modern language.C++ trainer and ... Read more

    S$ 68.22 SGD

  • 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

    S$ 51.22 SGD

  • Domain-Driven Design in PHP

    Real examples written in PHP showcasing DDD Architectural Styles, Tactical Design, and Bounded Context IntegrationAbout This BookFocuses on practical code rather than theoryFull of real-world examples that you can apply to your own projectsShows how to build PHP apps using DDD principlesWho This Book Is ForThis book is for PHP developers who want to apply a DDD mindset to their code. You should ... Read more

    S$ 50.24 SGD or Free with Kobo Plus

  • Building Evolutionary Architectures

    Automated Software Governance

    The software development ecosystem is constantly changing, providing a constant stream of new tools, frameworks, techniques, and paradigms. Over the past few years, incremental developments in core engineering practices for software development have created the foundations for rethinking how architecture changes over time, along with ways to protect important architectural characteristics as it ... Read more

    S$ 68.22 SGD

  • Crisis Engineering

    Time-Tested Tools for Turning Chaos into Clarity

    Learn how to successfully emerge from complex crisis conditions with this practical, comprehensive guide."A book I wish I’d had in difficult times.” —General Stanley McChrystal, US Army (Ret) & Co-Founder and CEO, McChrystal GroupWhen the system breaks, what do you do? You're in the middle of a meltdown. The platform is down, the phones are ringing, the headlines are brutal, and your team is ... Read more

    S$ 14.81 SGD

  • Software Design for Flexibility

    How to Avoid Programming Yourself into a Corner

    Strategies for building large systems that can be easily adapted for new situations with only minor programming modifications.Time pressures encourage programmers to write code that works well for a narrow purpose, with no room to grow. But the best systems are evolvable; they can be adapted for new situations by adding code, rather than changing the existing code. The authors describe techniques ... Read more

    S$ 55.25 SGD

  • Becoming SRE

    First Steps Toward Reliability for You and Your Organization

    Do you wish the existing books on site reliability engineering started at the beginning? Do you wish someone would walk you through how to become an SRE, how to think like an SRE, or how to build and grow a successful SRE function in your organization?Becoming SRE addresses all of these needs and more with three interconnected sections: the essential groundwork for understanding SRE and SRE ... Read more

    S$ 40.21 SGD

  • Beyond Effective Go

    Part 1 - Achieving High-Performance Code

    Series Book 1 - Beyond Effective Go
    Are you an experienced Go developer that wants to be more productive? Do you want to write cleaner, faster, and easier to maintain code?Then the Beyond Effective Go book series is for you.This series is aimed at competent Gophers. It does not mess around with the basics but instead dives right into the daily problems that professional programmers face. Chiefly, how to write fast, robust ... Read more

    S$ 33.13 SGD

  • Production Kubernetes

    Kubernetes has become the dominant container orchestrator, but many organizations that have recently adopted this system are still struggling to run actual production workloads. In this practical book, four software engineers from VMware bring their shared experiences running Kubernetes in production and provide insight on key challenges and best practices.The brilliance of Kubernetes is how ... Read more

    S$ 68.22 SGD

  • Mastering API Architecture

    Design, Operate, and Evolve API-Based Systems

    Most organizations with a web presence build and operate APIs; the doorway for customers to interact with the company's services. Designing, building, and managing these critical programs affect everyone in the organization, from engineers and product owners to C-suite executives. But the real challenge for developers and solution architects is creating an API platform from the ground up.With this ... Read more

    S$ 57.21 SGD