
Software Engineering at Google
Lessons Learned from Programming Over Time
カートのアイテムが多すぎます
カートに追加できませんでした。
ウィッシュリストに追加できませんでした。
ほしい物リストの削除に失敗しました。
ポッドキャストのフォローに失敗しました
ポッドキャストのフォロー解除に失敗しました
2か月無料体験
聴き放題対象外タイトルです。プレミアムプラン登録で、非会員価格の30%OFFで購入できます。
¥6,100 で購入
-
ナレーター:
-
Mark Sando
このコンテンツについて
Newly adapted for audiobook listeners.
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? Based on their experience at Google, software engineers Titus Winters and Hyrum Wright, along with technical writer Tom Manshreck, present a candid and insightful look at how some of the world’s leading practitioners construct and maintain software. This book covers Google’s unique engineering culture, processes, and tools and how these aspects contribute to the effectiveness of an engineering organization.
You’ll explore three fundamental principles that software organizations should keep in mind when designing, architecting, writing, and maintaining code:
- How time affects the sustainability of software and how to make your code resilient over time
- How scale affects the viability of software practices within an engineering organization
- What trade-offs a typical engineer needs to make when evaluating design and development decisions
こちらもおすすめ
-
Tidy First?
- A Personal Exercise in Empirical Software Design
- 著者: Kent Beck
- ナレーター: Stephen R. Thorne
- 再生時間: 2 時間 41 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Messy code is a nuisance. "Tidying" code, to make it more readable, requires breaking it up into manageable sections. In this practical guide, author Kent Beck, creator of Extreme Programming and pioneer of software patterns, suggests when and where you might apply tidyings to improve your code while keeping the overall structure of the system in mind. Instead of trying to master tidying all at once, this book lets you try out a few examples that make sense for your problem. If you have a big function containing many lines of code, you'll learn how to logically divide it into smaller chunks.
著者: Kent Beck
-
Learning SQL (3rd Edition)
- Generate, Manipulate, and Retrieve Data
- 著者: Alan Beaulieu
- ナレーター: Mike Chamberlain
- 再生時間: 7 時間 29 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
As data floods into your company, you need to put it to work right away—and SQL is the best tool for the job. With the latest edition of this introductory guide, author Alan Beaulieu helps developers get up to speed with SQL fundamentals for writing database applications, performing administrative tasks, and generating reports. You'll find new chapters on SQL and big data, analytic functions, and working with very large databases.
著者: Alan Beaulieu
-
Database Internals
- A Deep Dive into How Distributed Data Systems Work, 1st Edition
- 著者: Alex Petrov
- ナレーター: Mike Chamberlain
- 再生時間: 12 時間 51 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
When it comes to choosing, using, and maintaining a database, understanding its internals is essential. But with so many distributed databases and tools available today, it's often difficult to understand what each one offers. With this practical guide, Alex Petrov guides developers through the concepts behind modern database and storage engine internals.
著者: Alex Petrov
-
Learning DevSecOps
- A Practical Guide to Processes and Tools
- 著者: Steve Suehring
- ナレーター: Chris Sorensen
- 再生時間: 6 時間 19 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
How do some organizations maintain 24-7 internet-scale operations? How can organizations integrate security while deploying new features? How do organizations increase security within their DevOps processes? This practical guide helps you answer those questions. Steve Suehring provides unique content to help practitioners and leadership successfully implement DevOps and DevSecOps. Learning DevSecOps emphasizes prerequisites that lead to success through best practices and then takes you through some of the tools and software used by successful DevSecOps-enabled organizations.
著者: Steve Suehring
-
The Rules of Programming
- The Missing Manual: How to Write Better Code
- 著者: Chris Zimmerman
- ナレーター: Ray Greenley
- 再生時間: 7 時間 10 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
This philosophy-of-programming guide presents a unique and entertaining take on how to think about programming. A collection of twenty-one pragmatic rules, each presented in a stand-alone chapter, captures the essential wisdom that every freshly minted programmer needs to know and provides thought-provoking insights for more seasoned programmers. Author Chris Zimmerman, cofounder of the video game studio Sucker Punch Productions, teaches basic truths of programming by wrapping them in memorable aphorisms and driving them home with examples drawn from real code.
著者: Chris Zimmerman
-
Software Architecture: The Hard Parts
- Modern Trade-Off Analyses for Distributed Architectures
- 著者: Neal Ford, Mark Richards, Pramod Sadalage, 、その他
- ナレーター: Dena Dahilig
- 再生時間: 12 時間 53 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
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, and Zhamak Dehghani discuss strategies for choosing an appropriate architecture.
著者: Neal Ford, 、その他
-
Tidy First?
- A Personal Exercise in Empirical Software Design
- 著者: Kent Beck
- ナレーター: Stephen R. Thorne
- 再生時間: 2 時間 41 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Messy code is a nuisance. "Tidying" code, to make it more readable, requires breaking it up into manageable sections. In this practical guide, author Kent Beck, creator of Extreme Programming and pioneer of software patterns, suggests when and where you might apply tidyings to improve your code while keeping the overall structure of the system in mind. Instead of trying to master tidying all at once, this book lets you try out a few examples that make sense for your problem. If you have a big function containing many lines of code, you'll learn how to logically divide it into smaller chunks.
著者: Kent Beck
-
Learning SQL (3rd Edition)
- Generate, Manipulate, and Retrieve Data
- 著者: Alan Beaulieu
- ナレーター: Mike Chamberlain
- 再生時間: 7 時間 29 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
As data floods into your company, you need to put it to work right away—and SQL is the best tool for the job. With the latest edition of this introductory guide, author Alan Beaulieu helps developers get up to speed with SQL fundamentals for writing database applications, performing administrative tasks, and generating reports. You'll find new chapters on SQL and big data, analytic functions, and working with very large databases.
著者: Alan Beaulieu
-
Database Internals
- A Deep Dive into How Distributed Data Systems Work, 1st Edition
- 著者: Alex Petrov
- ナレーター: Mike Chamberlain
- 再生時間: 12 時間 51 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
When it comes to choosing, using, and maintaining a database, understanding its internals is essential. But with so many distributed databases and tools available today, it's often difficult to understand what each one offers. With this practical guide, Alex Petrov guides developers through the concepts behind modern database and storage engine internals.
著者: Alex Petrov
-
Learning DevSecOps
- A Practical Guide to Processes and Tools
- 著者: Steve Suehring
- ナレーター: Chris Sorensen
- 再生時間: 6 時間 19 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
How do some organizations maintain 24-7 internet-scale operations? How can organizations integrate security while deploying new features? How do organizations increase security within their DevOps processes? This practical guide helps you answer those questions. Steve Suehring provides unique content to help practitioners and leadership successfully implement DevOps and DevSecOps. Learning DevSecOps emphasizes prerequisites that lead to success through best practices and then takes you through some of the tools and software used by successful DevSecOps-enabled organizations.
著者: Steve Suehring
-
The Rules of Programming
- The Missing Manual: How to Write Better Code
- 著者: Chris Zimmerman
- ナレーター: Ray Greenley
- 再生時間: 7 時間 10 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
This philosophy-of-programming guide presents a unique and entertaining take on how to think about programming. A collection of twenty-one pragmatic rules, each presented in a stand-alone chapter, captures the essential wisdom that every freshly minted programmer needs to know and provides thought-provoking insights for more seasoned programmers. Author Chris Zimmerman, cofounder of the video game studio Sucker Punch Productions, teaches basic truths of programming by wrapping them in memorable aphorisms and driving them home with examples drawn from real code.
著者: Chris Zimmerman
-
Software Architecture: The Hard Parts
- Modern Trade-Off Analyses for Distributed Architectures
- 著者: Neal Ford, Mark Richards, Pramod Sadalage, 、その他
- ナレーター: Dena Dahilig
- 再生時間: 12 時間 53 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
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, and Zhamak Dehghani discuss strategies for choosing an appropriate architecture.
著者: Neal Ford, 、その他
-
Zero Trust Networks (2nd Edition)
- Building Secure Systems in Untrusted Networks
- 著者: Razi Rais, Christina Morillo, Evan Gilman, 、その他
- ナレーター: Mike Chamberlain
- 再生時間: 12 時間 5 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
In this updated edition, the authors show you how zero trust lets you focus on building strong authentication, authorization, and encryption throughout, while providing compartmentalized access and better operational agility. You'll learn the architecture of a zero trust network, including how to build one using currently available technology.
著者: Razi Rais, 、その他
-
Algorithms to Live By
- The Computer Science of Human Decisions
- 著者: Brian Christian, Tom Griffiths
- ナレーター: Brian Christian
- 再生時間: 11 時間 50 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
From finding a spouse to finding a parking spot, from organizing one's inbox to understanding the workings of human memory, Algorithms to Live By transforms the wisdom of computer science into strategies for human living.
著者: Brian Christian, 、その他
-
Think Bigger
- How to Innovate
- 著者: Sheena Iyengar
- ナレーター: Orlagh Cassidy
- 再生時間: 6 時間 44 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Iyengar provides essential tools to spark creative thinking and help us make our most meaningful choices. She draws from recent advances in neuro- and cognitive sciences to give listeners a set of practical steps for coming up with powerful new ideas. Think Bigger offers an innovative evidence-backed method for generating big ideas that Iyengar and her team of researchers developed and refined over the last decade.
著者: Sheena Iyengar
-
Fundamentals of Data Engineering
- Plan and Build Robust Data Systems
- 著者: Joe Reis, Matt Housley
- ナレーター: Adam Verner
- 再生時間: 17 時間 31 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Data engineering has grown rapidly in the past decade, leaving many software engineers, data scientists, and analysts looking for a comprehensive view of this practice. With this practical book, you'll learn how to plan and build systems to serve the needs of your organization and customers by evaluating the best technologies available through the framework of the data engineering lifecycle.
著者: Joe Reis, 、その他
-
JavaScript (7th Edition)
- The Definitive Guide: Master the World's Most-Used Programming Language
- 著者: David Flanagan
- ナレーター: Gabriel Vaughan
- 再生時間: 25 時間 27 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
This book is for programmers who want to learn JavaScript and for web developers who want to take their understanding and mastery to the next level. It begins by explaining the JavaScript language itself, in detail, from the bottom up. It then builds on that foundation to cover the web platform and Node.js.
著者: David Flanagan
-
AWS Certified Cloud Practitioner Study Guide with 500 Practice Test Questions: Foundational (CLF-C02) Exam, 2nd Edition
- 著者: Ben Piper, David Clifton
- ナレーター: Ray Greenley
- 再生時間: 10 時間 49 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
In the newly revised second edition of AWS Certified Cloud Practitioner Study Guide: Foundational (CLF-C02) Exam, a team of veteran IT professionals and educators delivers an up-to-date and easy-to-follow introduction to Amazon's industry-leading cloud technology and the introductory certification exam that demonstrates your understanding of it. The AWS Certified AWS Certified Cloud Practitioner Study Guide is an essential resource for any IT professional that works directly with Amazon Web Services, as well as students in IT fields.
著者: Ben Piper, 、その他
-
The McKinsey Way
- 著者: Ethan M. Rasiel
- ナレーター: Michael Butler Murray
- 再生時間: 4 時間 19 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
When Fortune 100 corporations are stymied, it's the "McKinsey-ites" whom they call for help. Former McKinsey associate Ethan Rasiel lifts the veil to show you how the secretive McKinsey works its magic, and helps you emulate the firm's well-honed practices in problem solving, communication, and management. Both a behind-the-scenes look at one of the most admired and secretive companies in the business world and a toolkit of problem-solving techniques without peer, The McKinsey Way empowers every business decision maker to become a better strategic player in any organization.
著者: Ethan M. Rasiel
-
Security Chaos Engineering
- Sustaining Resilience in Software and Systems
- 著者: Kelly Shortridge, Aaron Rinehart - contributor
- ナレーター: April Doty
- 再生時間: 18 時間 36 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
In this comprehensive guide, authors Kelly Shortridge and Aaron Rinehart help you navigate the challenges of sustaining resilience in complex software systems by using the principles and practices of security chaos engineering. By preparing for adverse events, you can ensure they don't disrupt your ability to innovate, move quickly, and achieve your engineering and business goals.
著者: Kelly Shortridge, 、その他
-
Finding Flow
- The Psychology of Engagement with Everyday Life
- 著者: Mihaly Csikszentmihalyi
- ナレーター: Sean Pratt
- 再生時間: 5 時間 6 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Based on a far-reaching study of thousands of individuals, Finding Flow contends that we often walk through our days unaware of and out of touch with our emotional lives. Our inattention makes us constantly bounce between two extremes: During much of the day, we live filled with the anxiety and pressures of our work and obligations, and during our leisure moments, we tend to live in passive boredom.
-
Generative Deep Learning (2nd Edition)
- Teaching Machines to Paint, Write, Compose, and Play
- 著者: David Foster
- ナレーター: Mike Cooper
- 再生時間: 9 時間 6 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Generative AI is the hottest topic in tech. This practical book teaches machine learning engineers and data scientists how to use TensorFlow and Keras to create impressive generative deep learning models from scratch, including variational autoencoders (VAEs), generative adversarial networks (GANs), Transformers, normalizing flows, energy-based models, and denoising diffusion models.
著者: David Foster
-
Nudge: The Final Edition
- Improving Decisions About Money, Health, and the Environment
- 著者: Richard H. Thaler, Cass R. Sunstein
- ナレーター: Sean Pratt
- 再生時間: 11 時間 33 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Since the original publication of Nudge more than a decade ago, the title has entered the vocabulary of businesspeople, policy makers, engaged citizens, and consumers everywhere. The book has given rise to more than 200 "nudge units" in governments around the world and countless groups of behavioral scientists in every part of the economy. It has taught us how to use thoughtful "choice architecture" - a concept the authors invented - to help us make better decisions for ourselves, our families, and our society.
著者: Richard H. Thaler, 、その他
-
Fertility Technology
- MIT Press Essential Knowledge Series
- 著者: Donna J. Drucker
- ナレーター: Christa Lewis
- 再生時間: 5 時間 20 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
In the late 1850s, a physician in New York City used a syringe and glass tube to inject half a drop of sperm into a woman's uterus, marking the first recorded instance of artificial insemination. From that day forward, doctors and scientists have turned to technology in ever more innovative ways to facilitate conception. Fertility Technology surveys this history in all its medical, practical, and ethical complexity, and offers a look at state-of-the-art fertility technology in various social and political contexts around the world.
著者: Donna J. Drucker
-
Blue Ocean Strategy
- How to Create Uncontested Market Space and Make the Competition Irrelevant
- 著者: W. Chan Kim, Renee Mauborgne
- ナレーター: Grover Gardner
- 再生時間: 6 時間 27 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
In an audiobook that challenges everything you thought you knew, W. Chan Kim and Renee Mauborgne assert that tomorrow's leading companies will succeed, not by battling their rivals for market share in the bloody "red ocean" of a shrinking profit pool, but by creating "blue oceans" of untapped new market spaces ripe for growth.
著者: W. Chan Kim, 、その他
-
Learning Systems Thinking
- Essential Non-Linear Skills and Practices for Software Professionals
- 著者: Diana Montalion
- ナレーター: Wendy Tremont King
- 再生時間: 11 時間 16 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
A decade ago, developers built information-sharing software by writing a lot of custom code in a single code base, then adding layers of caching. Now we build information systems: interdependent software and services, data platforms, and event streams. Many of our software-to-systems initiatives fail, though, and when they do, we double down on traditional linear approaches. But linear thinking cannot resolve systems challenges. We need to shift to systems thinking.
著者: Diana Montalion
-
Deep Learning
- MIT Press Essential Knowledge Series
- 著者: John D. Kelleher
- ナレーター: Joel Richards
- 再生時間: 5 時間 49 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
In this volume in the MIT Press Essential Knowledge series, computer scientist John Kelleher offers an accessible and concise but comprehensive introduction to the fundamental technology at the heart of the artificial intelligence revolution. Kelleher explains some of the basic concepts in deep learning, presents a history of advances in the field, and discusses the current state of the art.
著者: John D. Kelleher
-
Quantum Physics for Beginners
- Simple Illustrated Guide to Discover with Practical Explanations the Paradoxes of the Life and Universe Reconsidering Reality
- 著者: Dean Sommers
- ナレーター: Derik Hendrickson
- 再生時間: 3 時間 27 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Are you fascinated by the laws of nature, quantum physics, and its basic concepts that seem meaningless? Quantum mechanics is a field that attempts to understand the behavior of subatomic objects using mathematical notions. The book explains uncertainty and time dependence by further elaborating on the principles of quantum states. It also describes the entanglement of particle and wave states, thereby offering interested listeners the possibility of understanding physics at a slower tempo.
著者: Dean Sommers
-
Rewired
- The McKinsey Guide to Outcompeting in the Age of Digital and AI
- 著者: Eric Lamarre, Kate Smaje, Rodney Zemmel
- ナレーター: George Newbern
- 再生時間: 7 時間 19 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Many companies are stuck with digital transformations that are not moving the needle. There are no quick fixes but there is a playbook. The answer is in rewiring your business so hundreds, thousands, of teams can harness technology to continuously create great customer experiences, lower unit costs, and generate value. It's the capabilities of the organization that win the race. McKinsey Digital's top leaders Eric Lamarre, Kate Smaje, and Rodney W. Zemmel provide proven how-to details on what it takes in six comprehensive sections.
著者: Eric Lamarre, 、その他
-
The Boston Consulting Group on Strategy
- Classic Concepts and New Perspectives, 2nd Edition
- 著者: Carl W. Stern - editor, Michael S. Deimler - editor
- ナレーター: Melissa Hughes
- 再生時間: 17 時間 12 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
For more than 40 years, The Boston Consulting Group has been shaping strategic thinking in business. The Boston Consulting Group on Strategy offers a broad and up-to-date selection of the firm's best ideas on strategy with fresh ideas, insights, and practical lessons for managers, executives, and entrepreneurs in every industry. Here's a sampling of the provocative thinking you'll find inside.
著者: Carl W. Stern - editor, 、その他
-
Introducing Python (2nd Edition)
- Modern Computing in Simple Packages
- 著者: Bill Lubanovic
- ナレーター: Derek Dysart
- 再生時間: 13 時間 3 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Easy to understand and engaging, this updated edition of Introducing Python is ideal for beginning programmers as well as those new to the language. Author Bill Lubanovic takes you from the basics to more involved and varied topics, mixing tutorials with cookbook-style code recipes to explain concepts in Python 3. End-of-chapter exercises help you practice what you've learned.
著者: Bill Lubanovic
-
Digital Transformation
- Survive and Thrive in an Era of Mass Extinction
- 著者: Thomas M. Siebel
- ナレーター: Thomas M. Siebel
- 再生時間: 9 時間 8 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
The confluence of four technologies - elastic cloud computing, big data, artificial intelligence, and the internet of things - writes Siebel, is fundamentally changing how business and government will operate in the 21st century. Siebel masterfully guides listeners through a fascinating discussion of the game-changing technologies driving digital transformation and provides a roadmap to seize them as a strategic opportunity.
著者: Thomas M. Siebel
-
The Book of Why
- The New Science of Cause and Effect
- 著者: Judea Pearl, Dana Mackenzie
- ナレーター: Mel Foster
- 再生時間: 15 時間 14 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
"Correlation does not imply causation". This mantra has been invoked by scientists for decades and has led to a virtual prohibition on causal talk. But today, that taboo is dead. The causal revolution, sparked by Judea Pearl and his colleagues, has cut through a century of confusion and placed causality - the study of cause and effect - on a firm scientific basis.
著者: Judea Pearl, 、その他
-
The Fearless Organization
- Creating Psychological Safety in the Workplace for Learning, Innovation, and Growth
- 著者: Amy C. Edmondson
- ナレーター: Jennifer Jill Araya
- 再生時間: 6 時間 43 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
The Fearless Organization offers practical guidance for teams and organizations who are serious about success in the modern economy. With so much riding on innovation, creativity, and spark, it is essential to attract and retain quality talent, but what good does this talent do if no one is able to speak their mind? The traditional culture of "fitting in" and "going along" spells doom in the knowledge economy. Success requires a continuous influx of new ideas, new challenges, and critical thought, and the interpersonal climate must not suppress, silence, ridicule, or intimidate.
著者: Amy C. Edmondson
-
AI and Machine Learning for Coders
- A Programmer's Guide to Artificial Intelligence
- 著者: Laurence Moroney
- ナレーター: Timothy Howard Jackson
- 再生時間: 9 時間 17 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
If you're looking to make a career move from programmer to AI specialist, this is the ideal place to start. Based on Laurence Moroney's extremely successful AI courses, this introductory book provides a hands-on, code-first approach to help you build confidence while you learn key topics.
著者: Laurence Moroney
-
The Fast Forward MBA in Project Management, 5th Edition
- The Comprehensive, Easy to Read Handbook for Beginners and Pros
- 著者: Eric Verzuh
- ナレーター: Mike Chamberlain
- 再生時間: 18 時間 4 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
The Fast Forward MBA in Project Management, 5th Edition: The Comprehensive, Easy to Read Handbook for Beginners and Pros is a comprehensive guide to real-world project management methods, tools, and techniques. Practical, easy-to-use, and deeply thorough, this book gives you the answers you need now. You'll find cutting-edge ideas and hard-won wisdom of one of the field's leading experts, delivered in short, lively segments that address common management issues.
著者: Eric Verzuh