
The Rules of Programming
The Missing Manual: How to Write Better Code
カートのアイテムが多すぎます
カートに追加できませんでした。
ウィッシュリストに追加できませんでした。
ほしい物リストの削除に失敗しました。
ポッドキャストのフォローに失敗しました
ポッドキャストのフォロー解除に失敗しました
2か月間月額99円+ 最大700円分のAmazonギフトカードプレゼント!
-
ナレーター:
-
Ray Greenley
-
著者:
-
Chris Zimmerman
このコンテンツについて
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. This practical guide also helps managers looking for ways to train new team members.
The rules in this book include: As simple as possible, but no simpler; Let your code tell its own story; Localize complexity; Generalization takes three examples; Work backward from your result, not forward from your code; The first lesson of optimization is don't optimize; A good name is the best documentation; Bugs are contagious; Eliminate failure cases; Code that isn't running doesn't work; and Sometimes you just need to hammer the nails.
PLEASE NOTE: When you purchase this title, the accompanying PDF will be available in your Audible Library along with the audio.
©2023 Chris Zimmerman (P)2023 Ascent Audioこちらもおすすめ
-
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
-
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
-
Hackers & Painters
- Big Ideas from the Computer Age
- 著者: Paul Graham
- ナレーター: Mark Sando
- 再生時間: 7 時間 44 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
We are living in the computer age, in a world increasingly designed and engineered by computer programmers and software designers, by people who call themselves hackers. Who are these people, what motivates them, and why should you care? Consider these facts: Everything around us is turning into computers. Your typewriter is gone, replaced by a computer. Your phone has turned into a computer. So has your camera. Soon your TV will. Your car was not only designed on computers, but has more processing power in it than a room-sized mainframe did in 1970.
著者: Paul Graham
-
Fundamentals of Software Architecture
- An Engineering Approach
- 著者: Mark Richards, Neal Ford
- ナレーター: Benjamin Lange
- 再生時間: 13 時間 10 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
This book provides the first comprehensive overview of software architecture’s many aspects. Aspiring and existing architects alike will examine architectural characteristics, architectural patterns, component determination, diagramming and presenting architecture, evolutionary architecture, and many other topics. Mark Richards and Neal Ford—hands-on practitioners who have taught software architecture classes professionally for years—focus on architecture principles that apply across all technology stacks.
著者: Mark Richards, 、その他
-
Design for How People Think
- Using Brain Science to Build Better Products
- 著者: John Whalen PhD
- ナレーター: Mitchell Dorian
- 再生時間: 4 時間 43 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
User experience doesn’t happen on a screen; it happens in the mind, and the experience is multidimensional and multisensory. This practical book will help you uncover critical insights about how your customers think so you can create products or services with an exceptional experience. Corporate leaders, marketers, product owners, and designers will learn how cognitive processes from different brain regions form what we perceive as a singular experience. Author John Whalen shows you how anyone on your team can conduct "contextual interviews" to unlock insights.
著者: John Whalen PhD
-
Clean Code
- A Handbook of Agile Software Craftsmanship
- 著者: Robert C. Martin
- ナレーター: Theodore O'Brien
- 再生時間: 5 時間 49 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Noted software expert Robert C. Martin presents a revolutionary paradigm with Clean Code: A Handbook of Agile Software Craftsmanship. 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 instill within you the values of a software craftsman and make you a better programmer - but only if you work at it.
著者: Robert C. Martin
-
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
-
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
-
Hackers & Painters
- Big Ideas from the Computer Age
- 著者: Paul Graham
- ナレーター: Mark Sando
- 再生時間: 7 時間 44 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
We are living in the computer age, in a world increasingly designed and engineered by computer programmers and software designers, by people who call themselves hackers. Who are these people, what motivates them, and why should you care? Consider these facts: Everything around us is turning into computers. Your typewriter is gone, replaced by a computer. Your phone has turned into a computer. So has your camera. Soon your TV will. Your car was not only designed on computers, but has more processing power in it than a room-sized mainframe did in 1970.
著者: Paul Graham
-
Fundamentals of Software Architecture
- An Engineering Approach
- 著者: Mark Richards, Neal Ford
- ナレーター: Benjamin Lange
- 再生時間: 13 時間 10 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
This book provides the first comprehensive overview of software architecture’s many aspects. Aspiring and existing architects alike will examine architectural characteristics, architectural patterns, component determination, diagramming and presenting architecture, evolutionary architecture, and many other topics. Mark Richards and Neal Ford—hands-on practitioners who have taught software architecture classes professionally for years—focus on architecture principles that apply across all technology stacks.
著者: Mark Richards, 、その他
-
Design for How People Think
- Using Brain Science to Build Better Products
- 著者: John Whalen PhD
- ナレーター: Mitchell Dorian
- 再生時間: 4 時間 43 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
User experience doesn’t happen on a screen; it happens in the mind, and the experience is multidimensional and multisensory. This practical book will help you uncover critical insights about how your customers think so you can create products or services with an exceptional experience. Corporate leaders, marketers, product owners, and designers will learn how cognitive processes from different brain regions form what we perceive as a singular experience. Author John Whalen shows you how anyone on your team can conduct "contextual interviews" to unlock insights.
著者: John Whalen PhD
-
Clean Code
- A Handbook of Agile Software Craftsmanship
- 著者: Robert C. Martin
- ナレーター: Theodore O'Brien
- 再生時間: 5 時間 49 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Noted software expert Robert C. Martin presents a revolutionary paradigm with Clean Code: A Handbook of Agile Software Craftsmanship. 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 instill within you the values of a software craftsman and make you a better programmer - but only if you work at it.
著者: Robert C. Martin
-
Clean Architecture
- A Craftsman's Guide to Software Structure and Design
- 著者: Robert C. Martin
- ナレーター: Theodore O'Brien
- 再生時間: 8 時間 24 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Clean Architecture is an essential book for every current or aspiring software architect, systems analyst, system designer, and software manager - and for every programmer who must execute someone else’s designs.
著者: Robert C. Martin
-
The Laws of Simplicity
- Design, Technology, Business, Life
- 著者: John Maeda
- ナレーター: Nick Podehl
- 再生時間: 2 時間 44 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Finally, we are learning that simplicity equals sanity. We’re rebelling against technology that’s too complicated, DVD players with too many menus, and software accompanied by 75-megabyte “read me” manuals. The iPod’s clean gadgetry has made simplicity hip. But sometimes we find ourselves caught up in the simplicity paradox: we want something that’s simple and easy to use, but also does all the complex things we might ever want it to do.
-
-
Simplicity and simple way of life being the best
- 投稿者: シンプルイングリッシュの村上博昭 日付: 2022/11/12
著者: John Maeda
-
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, 、その他
-
Linux for Beginners
- How to Master the Linux Operating System and Command Line from Scratch
- 著者: Noah Herrmann
- ナレーター: Joshua Mount
- 再生時間: 3 時間 7 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
It's challenging to assess and understand how to learn a new skill, mainly when the subject appears vast. There can be so much data available that it is difficult to know where to begin. Even worse, you start learning and soon find there are so many definitions, commands, and complexities not clarified. This book is helpful even if you have never used Linux before but want to master it.
著者: Noah Herrmann
-
Software Engineering at Google
- Lessons Learned from Programming Over Time
- 著者: Titus Winters, Tom Manshreck, Hyrum Wright
- ナレーター: Mark Sando
- 再生時間: 23 時間 36 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
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.
著者: Titus Winters, 、その他
-
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
-
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, 、その他
-
Expert Secrets - Critical Thinking
- The Ultimate Guide to Improve Decision Making, Problem Solving, and Speed Reading Skills Through Emotional Intelligence, NLP, and How to Analyze People Techniques
- 著者: Maxwell Jensen
- ナレーター: Joseph Thorson
- 再生時間: 1 時間 21 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Expert Secrets - Critical Thinking is the ultimate guide to improving your decision-making, problem-solving, and speed-reading skills, using proven and real-world emotional intelligence, neuro-linguistic programming, and people-analyzing techniques. Author Maxwell Jensen has put together a life-changing guide filled with innovative critical-thinking tips.
著者: Maxwell Jensen
-
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
-
Python Essentials for Dummies
- 著者: John C. Shovic PhD, Alan Simpson
- ナレーター: Lee Goettl
- 再生時間: 5 時間 27 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
This portable Dummies Essentials book focuses on the key topics you need to know about the popular Python language. Great for supplementing a course, reviewing for a certification, or staying knowledgeable on the job.
著者: John C. Shovic PhD, 、その他
-
Blue Ocean Strategy
- How to Create Uncontested Market Space and Make 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, 、その他
-
Product Management in Practice (2nd Edition)
- A Practical, Tactical Guide for Your First Day and Every Day After
- 著者: Matt LeMay
- ナレーター: Matt LeMay, Sara Powell
- 再生時間: 10 時間 11 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Product management has become a critical function for modern organizations, from small startups to corporate enterprises. And yet, the day-to-day work of product management remains largely misunderstood. In theory, product managers are high-flying visionaries who build products that people love. In practice, they're hard-working facilitators who bring clarity and focus to their teams. In this thoroughly revised and expanded edition, Matt LeMay provides real-world guidance for current and aspiring product managers.
著者: Matt LeMay
-
Simple Rules
- How to Thrive in a Complex World
- 著者: Donald Sull, Kathleen M. Eisenhardt
- ナレーター: Jeff Cummings
- 再生時間: 7 時間 54 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
We struggle to manage complexity every day. We follow intricate diets to lose weight, juggle multiple remotes to operate our home entertainment systems, face proliferating data at the office, and hack through thickets of regulation at tax time. But complexity isn't destiny. Sull and Eisenhardt argue there's a better way: by developing a few simple yet effective rules, you can tackle even the most complex problems.
著者: Donald Sull, 、その他
-
Why We Love Dogs, Eat Pigs, and Wear Cows
- An Introduction to Carnism, 10th Anniversary Edition
- 著者: Melanie Joy PhD, Yuval Noah Harari - foreword
- ナレーター: Heather Wynne
- 再生時間: 5 時間
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Why We Love Dogs, Eat Pigs, and Wear Cows offers an absorbing look at what social psychologist Melanie Joy calls carnism, the belief system that conditions us to eat certain animals when we would never dream of eating others. Carnism causes extensive animal suffering and global injustice, and it drives us to act against our own interests and the interests of others without fully realizing what we are doing.
著者: Melanie Joy PhD, 、その他
-
Information Architecture
- For the Web and Beyond
- 著者: Louis Rosenfeld, Peter Morville, Jorge Arango
- ナレーター: Theodore O'Brien
- 再生時間: 11 時間
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Information architecture (IA) is far more challenging - and necessary - than ever. To guide you through this broad ecosystem, this popular guide - now in its fourth edition - provides essential concepts, methods, and techniques for digital design that have withstood the test of time. UX designers, product managers, developers, and anyone involved in digital design will learn how to create semantic structures that will help people engage with your message.
著者: Louis Rosenfeld, 、その他
-
The Deep Learning Revolution
- 著者: Terrence J. Sejnowski
- ナレーター: Shawn Compton
- 再生時間: 8 時間 5 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
The deep-learning revolution has brought us driverless cars, the greatly improved Google Translate, fluent conversations with Siri and Alexa, and enormous profits from automated trading on the New York Stock Exchange. Deep-learning networks can play poker better than professional poker players and defeat a world champion at Go. In this book, Terry Sejnowski explains how deep learning went from being an arcane academic field to a disruptive technology in the information economy.
-
The 6 Habits of Growth
- 著者: Brendon Burchard
- ナレーター: Brendon Burchard
- 再生時間: 5 時間 4 分
- オリジナル版
-
総合評価
-
ナレーション
-
ストーリー
The world’s leading high-performance coach and multiple New York Times best-selling author Brendon Burchard delivers the six habits of personal growth that will help you create the life of your dreams. Forged from Brendon Burchard’s personal experiences, data from his GrowthDay app, and his many years as a high-performance coach, The 6 Habits of Growth presents the tools you need to construct the life of your dreams.
著者: Brendon Burchard
-
100 Ways to Motivate Yourself, Third Edition
- Change Your Life Forever
- 著者: Steve Chandler
- ナレーター: Fred Stella
- 再生時間: 6 時間 43 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
With the third refreshed edition of 100 Ways to Motivate Yourself, Steve Chandler helps you create an action plan for living your vision, in business and in life. It features 100 proven methods to positively change the way you think and act - methods based on feedback from the hundreds of thousands of corporate and public seminar attendees Chandler speaks to each year. The book now also includes techniques and breakthroughs he has created for individual coaching clients.
-
-
Motivation is the key.
- 投稿者: シンプルイングリッシュの村上博昭 日付: 2022/12/04
著者: Steve Chandler
-
Laws of UX
- Using Psychology to Design Better Products & Services
- 著者: Jon Yablonski
- ナレーター: Jason Leikam
- 再生時間: 3 時間
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
This practical guide explains how you can apply key principles in psychology to build products and experiences that are more intuitive and human-centered. Author Jon Yablonski deconstructs familiar apps and experiences to provide clear examples of how UX designers can build experiences that adapt to how users perceive and process digital interfaces.
著者: Jon Yablonski
-
Understanding Software
- Max Kanat-Alexander on Simplicity, Coding, and How to Suck Less as a Programmer
- 著者: Max Kanat-Alexander
- ナレーター: Steve Menasche
- 再生時間: 6 時間 4 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
In Understanding Software, Max Kanat-Alexander, Technical Lead for Code Health at Google, shows you how to bring simplicity back to computer programming. Max explains to you why programmers suck, and how to suck less as a programmer. There's just too much complex stuff in the world. Complex stuff can't be used, and it breaks too easily. Complexity is stupid. Simplicity is smart.
-
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
-
Data Science for Business
- What You Need to Know About Data Mining and Data-Analytic Thinking
- 著者: Foster Provost, Tom Fawcett
- ナレーター: Benjamin Lange
- 再生時間: 12 時間 46 分
- 完全版
-
総合評価
-
ナレーション
-
ストーリー
Data science experts Foster Provost and Tom Fawcett, Data Science for Business introduces the fundamental principles of data science, and walks you through the "data-analytic thinking" necessary for extracting useful knowledge and business value from the data you collect. This guide also helps you understand the many data-mining techniques in use today.
著者: Foster Provost, 、その他
-
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
-
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