The Rules of Programming
The Missing Manual: How to Write Better Code
カートのアイテムが多すぎます
カートに追加できませんでした。
ウィッシュリストに追加できませんでした。
ほしい物リストの削除に失敗しました。
ポッドキャストのフォローに失敗しました
ポッドキャストのフォロー解除に失敗しました
Audibleプレミアムプラン30日間無料体験
¥2,600 で購入
-
ナレーター:
-
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 分
- 完全版
-
総合評価5 out of 5 stars 2
-
ナレーション5 out of 5 stars 1
-
ストーリー5 out of 5 stars 1
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
-
Clean Code
- A Handbook of Agile Software Craftsmanship
- 著者: Robert C. Martin
- ナレーター: Theodore O'Brien
- 再生時間: 5 時間 49 分
- 完全版
-
総合評価4.5 out of 5 stars 5
-
ナレーション5 out of 5 stars 4
-
ストーリー4.5 out of 5 stars 4
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
-
Designing Data-Intensive Applications
- The Big Ideas Behind Reliable, Scalable, and Maintainable Systems
- 著者: Martin Kleppmann
- ナレーター: Benjamin Lange
- 再生時間: 20 時間 56 分
- 完全版
-
総合評価5 out of 5 stars 3
-
ナレーション5 out of 5 stars 2
-
ストーリー5 out of 5 stars 2
Author Martin Kleppmann helps you navigate the diverse data landscape by examining the pros and cons of various technologies for processing and storing data. Software keeps changing, but the fundamental principles remain the same. With this book, software engineers and architects will learn how to apply those ideas in practice, and how to make full use of data in modern applications.
著者: Martin Kleppmann
-
Fundamentals of Software Architecture
- An Engineering Approach
- 著者: Mark Richards, Neal Ford
- ナレーター: Benjamin Lange
- 再生時間: 13 時間 10 分
- 完全版
-
総合評価5 out of 5 stars 7
-
ナレーション5 out of 5 stars 6
-
ストーリー5 out of 5 stars 6
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, 、その他
-
Introducing Python (2nd Edition)
- Modern Computing in Simple Packages
- 著者: Bill Lubanovic
- ナレーター: Derek Dysart
- 再生時間: 13 時間 3 分
- 完全版
-
総合評価5 out of 5 stars 1
-
ナレーション0 out of 5 stars 0
-
ストーリー0 out of 5 stars 0
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 分
- 完全版
-
総合評価4.5 out of 5 stars 3
-
ナレーション5 out of 5 stars 3
-
ストーリー4.5 out of 5 stars 3
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
-
Tidy First?
- A Personal Exercise in Empirical Software Design
- 著者: Kent Beck
- ナレーター: Stephen R. Thorne
- 再生時間: 2 時間 41 分
- 完全版
-
総合評価5 out of 5 stars 2
-
ナレーション5 out of 5 stars 1
-
ストーリー5 out of 5 stars 1
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
-
Clean Code
- A Handbook of Agile Software Craftsmanship
- 著者: Robert C. Martin
- ナレーター: Theodore O'Brien
- 再生時間: 5 時間 49 分
- 完全版
-
総合評価4.5 out of 5 stars 5
-
ナレーション5 out of 5 stars 4
-
ストーリー4.5 out of 5 stars 4
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
-
Designing Data-Intensive Applications
- The Big Ideas Behind Reliable, Scalable, and Maintainable Systems
- 著者: Martin Kleppmann
- ナレーター: Benjamin Lange
- 再生時間: 20 時間 56 分
- 完全版
-
総合評価5 out of 5 stars 3
-
ナレーション5 out of 5 stars 2
-
ストーリー5 out of 5 stars 2
Author Martin Kleppmann helps you navigate the diverse data landscape by examining the pros and cons of various technologies for processing and storing data. Software keeps changing, but the fundamental principles remain the same. With this book, software engineers and architects will learn how to apply those ideas in practice, and how to make full use of data in modern applications.
著者: Martin Kleppmann
-
Fundamentals of Software Architecture
- An Engineering Approach
- 著者: Mark Richards, Neal Ford
- ナレーター: Benjamin Lange
- 再生時間: 13 時間 10 分
- 完全版
-
総合評価5 out of 5 stars 7
-
ナレーション5 out of 5 stars 6
-
ストーリー5 out of 5 stars 6
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, 、その他
-
Introducing Python (2nd Edition)
- Modern Computing in Simple Packages
- 著者: Bill Lubanovic
- ナレーター: Derek Dysart
- 再生時間: 13 時間 3 分
- 完全版
-
総合評価5 out of 5 stars 1
-
ナレーション0 out of 5 stars 0
-
ストーリー0 out of 5 stars 0
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 分
- 完全版
-
総合評価4.5 out of 5 stars 3
-
ナレーション5 out of 5 stars 3
-
ストーリー4.5 out of 5 stars 3
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
-
Clean Architecture
- A Craftsman's Guide to Software Structure and Design
- 著者: Robert C. Martin
- ナレーター: Theodore O'Brien
- 再生時間: 8 時間 24 分
- 完全版
-
総合評価4 out of 5 stars 4
-
ナレーション3 out of 5 stars 2
-
ストーリー3 out of 5 stars 2
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
-
Design for How People Think
- Using Brain Science to Build Better Products
- 著者: John Whalen PhD
- ナレーター: Mitchell Dorian
- 再生時間: 4 時間 43 分
- 完全版
-
総合評価4 out of 5 stars 1
-
ナレーション4 out of 5 stars 1
-
ストーリー4 out of 5 stars 1
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
-
JavaScript (7th Edition)
- The Definitive Guide: Master the World's Most-Used Programming Language
- 著者: David Flanagan
- ナレーター: Gabriel Vaughan
- 再生時間: 25 時間 27 分
- 完全版
-
総合評価5 out of 5 stars 1
-
ナレーション0 out of 5 stars 0
-
ストーリー0 out of 5 stars 0
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
-
Software Engineering at Google
- Lessons Learned from Programming Over Time
- 著者: Titus Winters, Tom Manshreck, Hyrum Wright
- ナレーター: Mark Sando
- 再生時間: 23 時間 36 分
- 完全版
-
総合評価3.5 out of 5 stars 3
-
ナレーション1 out of 5 stars 1
-
ストーリー1 out of 5 stars 1
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, 、その他
-
A Hacker's Mind
- How the Powerful Bend Society's Rules, and How to Bend Them Back
- 著者: Bruce Schneier
- ナレーター: Dan John Miller
- 再生時間: 8 時間 3 分
- 完全版
-
総合評価5 out of 5 stars 1
-
ナレーション5 out of 5 stars 1
-
ストーリー4 out of 5 stars 1
In A Hacker’s Mind, Bruce Schneier takes hacking out of the world of computing and uses it to analyze the systems that underpin our society: from tax laws to financial markets to politics. He reveals an array of powerful actors whose hacks bend our economic, political, and legal systems to their advantage, at the expense of everyone else.
著者: Bruce Schneier
-
Algorithms to Live By
- The Computer Science of Human Decisions
- 著者: Brian Christian, Tom Griffiths
- ナレーター: Brian Christian
- 再生時間: 11 時間 50 分
- 完全版
-
総合評価3.5 out of 5 stars 4
-
ナレーション1 out of 5 stars 1
-
ストーリー1 out of 5 stars 1
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, 、その他
-
Database Internals
- A Deep Dive into How Distributed Data Systems Work, 1st Edition
- 著者: Alex Petrov
- ナレーター: Mike Chamberlain
- 再生時間: 12 時間 51 分
- 完全版
-
総合評価0 out of 5 stars 0
-
ナレーション0 out of 5 stars 0
-
ストーリー0 out of 5 stars 0
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
-
Software Architecture: The Hard Parts
- Modern Trade-Off Analyses for Distributed Architectures
- 著者: Neal Ford, Mark Richards, Pramod Sadalage, 、その他
- ナレーター: Dena Dahilig
- 再生時間: 12 時間 53 分
- 完全版
-
総合評価5 out of 5 stars 1
-
ナレーション0 out of 5 stars 0
-
ストーリー0 out of 5 stars 0
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, 、その他
-
Fundamentals of Data Engineering
- Plan and Build Robust Data Systems
- 著者: Joe Reis, Matt Housley
- ナレーター: Adam Verner
- 再生時間: 17 時間 31 分
- 完全版
-
総合評価0 out of 5 stars 0
-
ナレーション0 out of 5 stars 0
-
ストーリー0 out of 5 stars 0
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, 、その他
-
The Laws of Simplicity
- Design, Technology, Business, Life
- 著者: John Maeda
- ナレーター: Nick Podehl
- 再生時間: 2 時間 44 分
- 完全版
-
総合評価4 out of 5 stars 5
-
ナレーション4 out of 5 stars 4
-
ストーリー4 out of 5 stars 4
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.
-
3 out of 5 stars
-
単純なほうがよい
- 投稿者: Second to NUN 日付: 2025/05/15
著者: John Maeda
-
Self-Discipline
- Develop Everlasting Habits to Master Self-Control, Productivity, Mental Toughness, and a Spartan Mindset for Creating a Life of Success to Beat Addiction, Procrastination, & Laziness
- 著者: Steve G. Martin
- ナレーター: Steve G. Martin
- 再生時間: 1 時間 11 分
- 完全版
-
総合評価4.5 out of 5 stars 10
-
ナレーション5 out of 5 stars 10
-
ストーリー4.5 out of 5 stars 10
Do you struggle with self-control? Do you lack the focus to move forward in life and reach your dreams? Do you constantly envy how motivated your peers are? Self-Discipline by coach and expert Steve Martin is what you need to turn your dreams into reality! Steve knows that self-discipline helps hone your ability to resist any temptations, improve your focus, and boost concentration to get things done. If you’re ready to finally change your life and embrace self-discipline, buy this audiobook now and take your fist step toward success!
-
5 out of 5 stars
-
Self Discipline
- 投稿者: 匿名 日付: 2025/08/17
著者: Steve G. Martin
-
A Theory of Human Motivation
- 著者: Abraham H. Maslow
- ナレーター: Troy W. Hudson
- 再生時間: 59 分
- 完全版
-
総合評価4.5 out of 5 stars 4
-
ナレーション5 out of 5 stars 4
-
ストーリー4.5 out of 5 stars 3
US psychologist Abraham Maslow’s A Theory of Human Motivation is a classic of psychological research that helped change the field for good. Like many field-changing thinkers, Maslow was not just a talented researcher, he was also a creative thinker - able to see things from a new perspective and show them in a different light. He studied what he called exemplary people such as Albert Einstein, Jane Addams, Eleanor Roosevelt, and Frederick Douglass rather than mentally ill or neurotic people.
-
4 out of 5 stars
-
心理学で有名なやつ
- 投稿者: Second to NUN 日付: 2025/05/14
-
Clean Agile
- Back to Basics
- 著者: Robert C. Martin
- ナレーター: Theodore O'Brien
- 再生時間: 5 時間 53 分
- 完全版
-
総合評価4 out of 5 stars 4
-
ナレーション4 out of 5 stars 4
-
ストーリー4 out of 5 stars 4
Nearly 20 years after the Agile Manifesto was first presented, the legendary Robert C. Martin (“Uncle Bob”) reintroduces Agile values and principles for a new generation - programmers and nonprogrammers alike. Martin, author of Clean Code and other highly influential software development guides, was there at Agile’s founding. Now, in Clean Agile: Back to Basics, he strips away misunderstandings and distractions that over the years have made it harder to use Agile than was originally intended.
著者: Robert C. Martin
-
Blue Ocean Strategy
- How to Create Uncontested Market Space and Make the Competition Irrelevant
- 著者: W. Chan Kim, Renee Mauborgne
- ナレーター: Grover Gardner
- 再生時間: 6 時間 27 分
- 完全版
-
総合評価3.5 out of 5 stars 3
-
ナレーション3.5 out of 5 stars 3
-
ストーリー3.5 out of 5 stars 3
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 SQL (3rd Edition)
- Generate, Manipulate, and Retrieve Data
- 著者: Alan Beaulieu
- ナレーター: Mike Chamberlain
- 再生時間: 7 時間 29 分
- 完全版
-
総合評価0 out of 5 stars 0
-
ナレーション0 out of 5 stars 0
-
ストーリー0 out of 5 stars 0
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
-
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 時間
- 完全版
-
総合評価5 out of 5 stars 1
-
ナレーション5 out of 5 stars 1
-
ストーリー5 out of 5 stars 1
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, 、その他
-
Rising Sun
- A Novel
- 著者: Michael Crichton
- ナレーター: MacLeod Andrews
- 再生時間: 11 時間 45 分
- 完全版
-
総合評価4.5 out of 5 stars 5
-
ナレーション5 out of 5 stars 5
-
ストーリー4.5 out of 5 stars 5
A riveting thriller of corporate intrigue and cutthroat competition between American and Japanese business interests. On the forty-fifth floor of the Nakamoto tower in downtown Los Angeles - the new American headquarters of the immense Japanese conglomerate - a grand opening celebration is in full swing. On the forty-sixth floor, in an empty conference room, the corpse of a beautiful young woman is discovered.
-
4 out of 5 stars
-
良かったです
- 投稿者: コヨーテ 日付: 2022/11/15
著者: Michael Crichton
-
Laws of UX
- Using Psychology to Design Better Products & Services
- 著者: Jon Yablonski
- ナレーター: Jason Leikam
- 再生時間: 3 時間
- 完全版
-
総合評価0 out of 5 stars 0
-
ナレーション0 out of 5 stars 0
-
ストーリー0 out of 5 stars 0
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
-
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 分
- 完全版
-
総合評価4 out of 5 stars 2
-
ナレーション5 out of 5 stars 1
-
ストーリー4 out of 5 stars 1
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
-
The Cuckoo's Egg
- Tracking a Spy Through the Maze of Computer Espionage
- 著者: Cliff Stoll
- ナレーター: Will Damron
- 再生時間: 12 時間 46 分
- 完全版
-
総合評価5 out of 5 stars 1
-
ナレーション5 out of 5 stars 1
-
ストーリー5 out of 5 stars 1
Before the internet became widely known as a global tool for terrorists, one perceptive US citizen recognized its ominous potential. Armed with clear evidence of computer espionage, he began a highly personal quest to expose a hidden network of spies that threatened national security. But would the authorities back him up? Cliff Stoll's dramatic firsthand account is "a computer-age detective story, instantly fascinating [and] astonishingly gripping" - Smithsonian.
著者: Cliff Stoll
-
Fertility Technology
- MIT Press Essential Knowledge Series
- 著者: Donna J. Drucker
- ナレーター: Christa Lewis
- 再生時間: 5 時間 20 分
- 完全版
-
総合評価0 out of 5 stars 0
-
ナレーション0 out of 5 stars 0
-
ストーリー0 out of 5 stars 0
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
-
Communication Skills Training
- How to Talk to Anyone, Overcome Anxiety, Develop Charisma, and Become a People Person While Boosting Body Language, Active Listening and Empathy
- 著者: Richard Hawkins
- ナレーター: Orlena Cain
- 再生時間: 1 時間 12 分
- 完全版
-
総合評価4.5 out of 5 stars 2
-
ナレーション4 out of 5 stars 1
-
ストーリー4 out of 5 stars 1
Almost everything we want in life involves other people. Whether you want a better social life, a promotion at work, or a good romantic relationship, it all depends on the way you communicate. Lack of communication skills is exactly what ruins most peoples’ lives. Luckily, "communicating" is not only simple and straightforward but also easy to master, even if you’re shy, introverted or have social anxiety. This book will guide you on how you can quickly move through conversations, and express yourself in a manner that is conducive to relationship-building and productivity.
著者: Richard Hawkins
-
Monolith to Microservices
- Evolutionary Patterns to Transform Your Monolith
- 著者: Sam Newman
- ナレーター: Mitchell Dorian
- 再生時間: 6 時間 45 分
- 完全版
-
総合評価0 out of 5 stars 0
-
ナレーション0 out of 5 stars 0
-
ストーリー0 out of 5 stars 0
How do you detangle a monolithic system and migrate it to a microservice architecture? How do you do it while maintaining business-as-usual? As a companion to Sam Newman’s extremely popular Building Microservices, this new book details a proven method for transitioning an existing monolithic system to a microservice architecture.
著者: Sam Newman
-
Linux for Beginners
- How to Master the Linux Operating System and Command Line from Scratch
- 著者: Noah Herrmann
- ナレーター: Joshua Mount
- 再生時間: 3 時間 7 分
- 完全版
-
総合評価0 out of 5 stars 0
-
ナレーション0 out of 5 stars 0
-
ストーリー0 out of 5 stars 0
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