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

Computer Architecture eBooks

If you like Computer Architecture eBooks, then you'll love these top picks.
Showing 1 - 24 of 3320 Results
Skip side bar filters
  • Defense against the Black Arts

    How Hackers Do What They Do and How to Protect against It

    Exposing hacker methodology with concrete examples, this volume shows readers how to outwit computer predators. With screenshots and step by step instructions, the book discusses how to get into a Windows operating system without a username or password and how to hide an IP address to avoid detection. It explains how to find virtually anything on the Internet and explores techniques that hackers ... Read more

    Free

  • 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

    $41.99 USD

  • Raspberry Pi :Raspberry Pi Guide On Python & Projects Programming In Easy Steps

    by Jason Scotts ...
    "Raspberry Pi Programming Guide" is a text that gives the reader a bit of insight into this form of technology. It is European based and is just making a debut in North America so many are curious about it and what exactly this technology can do. The aim that the author has with this text is to highlight the main functions of Raspberry Pi and how it can be beneficial to the consumer in the long ... Read more

    $3.99 USD

  • Terraform: Up and Running

    Terraform has become a key player in the DevOps world for defining, launching, and managing infrastructure as code (IaC) across a variety of cloud and virtualization platforms, including AWS, Google Cloud, Azure, and more. This hands-on third edition, expanded and thoroughly updated for version 1.0 and beyond, shows you the fastest way to get up and running with Terraform.Gruntwork cofounder ... Read more

    $41.99 USD

  • Tidy First?

    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

    $24.99 USD

  • Active Directory

    Designing, Deploying, and Running Active Directory

    Organize your network resources by learning how to design, manage, and maintain Active Directory. Updated to cover Windows Server 2012, the fifth edition of this bestselling book gives you a thorough grounding in Microsoft’s network directory service by explaining concepts in an easy-to-understand, narrative style.You’ll negotiate a maze of technologies for deploying a scalable and reliable AD ... Read more

    $43.99 USD

  • Eleventh Hour CISSP®

    Study Guide

    Eleventh Hour CISSP: Study Guide, Third Edition provides readers with a study guide on the most current version of the Certified Information Systems Security Professional exam. This book is streamlined to include only core certification information, and is presented for ease of last-minute studying. Main objectives of the exam are covered concisely with key concepts highlighted.The CISSP ... Read more

    $28.99 USD

  • Blockchain Basics

    A Non-Technical Introduction in 25 Steps

    In 25 concise steps, you will learn the basics of blockchain technology. No mathematical formulas, program code, or computer science jargon are used. No previous knowledge in computer science, mathematics, programming, or cryptography is required. Terminology is explained through pictures, analogies, and metaphors.This book bridges the gap that exists between purely technical books about the ... Read more

    $28.99 USD

  • Building Event-Driven Microservices

    Organizations today often struggle to balance business requirements with ever-increasing volumes of data. Additionally, the demand for leveraging large-scale, real-time data is growing rapidly among the most competitive digital industries. Conventional system architectures may not be up to the task. With this practical guide, you’ll learn how to leverage large-scale data usage across the business ... Read more

    $41.99 USD

  • Game Boy Architecture

    Architecture of Consoles: A Practical Analysis, #2

    Series Book 2 - Architecture of Consoles: A Practical Analysis
    The Game Boy can be imagined as a portable version of the NES with limited power, but you'll see that it included very interesting new functionality.Architecture of Consoles: A Practical AnalysisLooking at the evolution of video game consoles is fascinating. While conventional PCs tend to evolve 'incrementally', new generations of consoles introduce completely new ways of working. What you see ... Read more

    $3.20 USD or Free with Kobo Plus

  • Become an Effective Software Engineering Manager

    Software startups make global headlines every day. As technology companies succeed and grow, so do their engineering departments. In your career, you'll may suddenly get the opportunity to lead teams: to become a manager. But this is often uncharted territory. How can you decide whether this career move is right for you? And if you do, what do you need to learn to succeed? Where do you start? How ... Read more

    $28.99 USD

  • Game Boy Advance Architecture

    Architecture of Consoles: A Practical Analysis, #7

    Series Book 7 - Architecture of Consoles: A Practical Analysis
    The internal design of the Game Boy Advance is quite impressive for a portable console that runs on two AA batteries.This console will carry on using Nintendo's signature GPU. Additionally, it will introduce a relatively new CPU from a British company that will surge in popularity in the years to come.Architecture of Consoles: A Practical AnalysisLooking at the evolution of video game consoles is ... Read more

    $3.20 USD or Free with Kobo Plus

  • Computer Organization and Design

    The Hardware/Software Interface

    Computer Organization and Design, Fourth Edition, has been updated with new exercises and improvements throughout suggested by instructors teaching from the book.It covers the revolutionary change from sequential to parallel computing, with a chapter on parallelism and sections in every chapter highlighting parallel hardware and software topics. It includes an appendix by the Chief Scientist and ... Read more

    $80.99 USD

  • Sega Saturn Architecture

    Architecture of Consoles: A Practical Analysis, #5

    Series Book 5 - Architecture of Consoles: A Practical Analysis
    Welcome to the 3D era! Well... sorta. Sega enjoyed quite a success with the Megadrive so there's no reason to force developers to write 3D games right now.Just in case developers want the extra dimension, Sega adapted some bits of the hardware to enable polygon drawing as well. Hopefully, the result didn't get out of hand!Architecture of Consoles: A Practical AnalysisLooking at the evolution of ... Read more

    $3.20 USD or Free with Kobo Plus

  • The Software Architect Elevator

    Redefining the Architect's Role in the Digital Enterprise

    by Gregor Hohpe ...
    As the digital economy changes the rules of the game for enterprises, the role of software and IT architects is also transforming. Rather than focus on technical decisions alone, architects and senior technologists need to combine organizational and technical knowledge to effect change in their company’s structure and processes. To accomplish that, they need to connect the IT engine room to the ... Read more

    $41.99 USD

  • IT Architecture For Dummies

    A solid introduction to the practices, plans, and skills required for developing a smart system architectureInformation architecture combines IT skills with business skills in order to align the IT structure of an organization with the mission, goals, and objectives of its business. This friendly introduction to IT architecture walks you through the myriad issues and complex decisions that many ... Read more

    $22.00 USD

  • Architecture Patterns with Python

    Enabling Test-Driven Development, Domain-Driven Design, and Event-Driven Microservices

    As Python continues to grow in popularity, projects are becoming larger and more complex. Many Python developers are taking an interest in high-level software design patterns such as hexagonal/clean architecture, event-driven architecture, and the strategic patterns prescribed by domain-driven design (DDD). But translating those patterns into Python isn’t always straightforward.With this hands-on ... Read more

    $41.99 USD

  • NES Architecture

    Architecture of Consoles: A Practical Analysis, #1

    Series Book 1 - Architecture of Consoles: A Practical Analysis
    At first glance, the NES appears to be just another 6502 computer, with a sophisticated case and a controller.And while this is technically true, let me show you why the CPU is not the central part of this system.Architecture of Consoles: A Practical AnalysisLooking at the evolution of video game consoles is fascinating. While conventional PCs tend to evolve 'incrementally', new generations of ... Read more

    $3.10 USD or Free with Kobo Plus

  • gRPC: Up and Running

    Building Cloud Native Applications with Go and Java for Docker and Kubernetes

    Get a comprehensive understanding of gRPC fundamentals through real-world examples. With this practical guide, you’ll learn how this high-performance interprocess communication protocol is capable of connecting polyglot services in microservices architecture, while providing a rich framework for defining service contracts and data types.Complete with hands-on examples written in Go, Java, Node, ... Read more

    $30.99 USD

  • Nintendo 3DS Architecture

    Architecture of Consoles: A Practical Analysis, #22

    Series Book 22 - Architecture of Consoles: A Practical Analysis
    As smartphones surge in adoption, the videogame market is experiencing an unusual growth led by discount App Stores and affordable development licenses. With this, one can only wonder when kids will prefer an iPhone 4 over a Nintendo DSi.In the midst of finding out the answer, Nintendo conceives a thrilling successor to its triumphant portable system. In it, users will find old, present and ... Read more

    $3.20 USD or Free with Kobo Plus

  • SNES Architecture

    Architecture of Consoles: A Practical Analysis, #4

    Series Book 4 - Architecture of Consoles: A Practical Analysis
    It seems Nintendo managed to bring the next generation of graphics and sounds without using expensive off-the-shelf components. But there's a catch: the new console was also designed with expandability in mind. In a world where CPUs are evolving faster than the speed of light, Nintendo ultimately depended on game cartridges to make its console shine.Architecture of Consoles: A Practical ... Read more

    $3.20 USD or Free with Kobo Plus

  • Cloud Native Infrastructure

    Patterns for Scalable Infrastructure and Applications in a Dynamic Environment

    Cloud native infrastructure is more than servers, network, and storage in the cloud—it is as much about operational hygiene as it is about elasticity and scalability. In this book, you’ll learn practices, patterns, and requirements for creating infrastructure that meets your needs, capable of managing the full life cycle of cloud native applications.Justin Garrison and Kris Nova reveal hard-earned ... Read more

    $24.99 USD

  • Computer Architecture

    A Quantitative Approach

    Computer Architecture: A Quantitative Approach, Sixth Edition has been considered essential reading by instructors, students and practitioners of computer design for over 20 years. The sixth edition of this classic textbook from Hennessy and Patterson, winners of the 2017 ACM A.M. Turing Award recognizing contributions of lasting and major technical importance to the computing field, is fully ... Read more

    $78.99 USD

  • Nintendo 64 Architecture

    Architecture of Consoles: A Practical Analysis, #8

    Series Book 8 - Architecture of Consoles: A Practical Analysis
    Nintendo's goal was to give players the best graphics possible, for this it will partner with one of the biggest players in computer graphics to produce the ultimate graphics chip.The result was a nice-looking console for the family... and a 500-page manual for the developer. Don't worry, I promise you this article will not be that long... Enjoy!Architecture of Consoles: A Practical ... Read more

    $3.20 USD or Free with Kobo Plus