Showing results for "PostgreSQL" in All Categories
-
-
Designing Data-Intensive Applications
- The Big Ideas Behind Reliable, Scalable, and Maintainable Systems
- By: Martin Kleppmann
- Narrated by: Benjamin Lange
- Length: 20 hrs and 56 mins
- Unabridged
-
Overall
-
Performance
-
Story
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.
-
-
Must read for senior+ software engineers
- By Navid v on 05-29-21
-
Designing Data-Intensive Applications
- The Big Ideas Behind Reliable, Scalable, and Maintainable Systems
- Narrated by: Benjamin Lange
- Length: 20 hrs and 56 mins
- Release date: 02-05-21
- Language: English
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to Cart failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from wishlist failed.
Please try again laterAdding to library failed
Please try againFollow podcast failed
Please try againUnfollow podcast failed
Please try againRegular price: $30.09
-
-
-
SQL for Beginners
- Learn the Structured Query Language for the Most Popular Databases including Microsoft SQL Server, MySQL, MariaDB, PostgreSQL, and Oracle
- By: Preston Prescott
- Narrated by: Elaine Kellner
- Length: 1 hr and 27 mins
- Unabridged
-
Overall
-
Performance
-
Story
Knowing how to craft SQL queries and navigate your way around a database is an essential skill if are a Database Administrator, System Administrator, or Programmer. This book guides you step-by-step by teaching you how to create databases, populate those databases with data, extract just the data you need, and much more.
-
-
No accompanying material included
- By Amazon Kunde on 03-03-17
-
SQL for Beginners
- Learn the Structured Query Language for the Most Popular Databases including Microsoft SQL Server, MySQL, MariaDB, PostgreSQL, and Oracle
- Narrated by: Elaine Kellner
- Length: 1 hr and 27 mins
- Release date: 05-14-15
- Language: English
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to Cart failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from wishlist failed.
Please try again laterAdding to library failed
Please try againFollow podcast failed
Please try againUnfollow podcast failed
Please try againRegular price: $6.95
-
-
-
Ansible For PostgreSQL by Examples
- 10+ Examples To Automate Your PostgreSQL database
- By: Luca Berton
- Narrated by: Virtual Voice
- Length: 11 hrs and 44 mins
- Unabridged
-
Overall
-
Performance
-
Story
Learn the Ansible automation technology with some real-life examples. Every successful IT department needs automation nowadays for bare metal servers, virtual machines, could, containers, and edge computing. Automate your IT journey with Ansible automation technology. I'm going to teach you example by example how to accomplish the most common Dabatse Administrator tasks. Each of the lessons summarizes a module: from the most important parameter to some live demo of code and real-life usage. Each code is battle proved in the real life. Console interaction and verification are included in ...
-
Ansible For PostgreSQL by Examples
- 10+ Examples To Automate Your PostgreSQL database
- Narrated by: Virtual Voice
- Length: 11 hrs and 44 mins
- Release date: 03-28-25
- Language: English
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to Cart failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from wishlist failed.
Please try again laterAdding to library failed
Please try againFollow podcast failed
Please try againUnfollow podcast failed
Please try againRegular price: $9.99
-
-
-
Learning SQL in PostgreSQL for Beginners
- By: Djoni Darmawikarta
- Narrated by: Virtual Voice
- Length: 1 hr and 41 mins
- Unabridged
-
Overall
-
Performance
-
Story
Most real-world applications store their data in databases. Most of their databases are relational. PostgreSQL is one of the most-used relational databases. It is an open source software that you can download from https://www.postgresql.org To access data in a relational database we use SQL (Structured Query Language). If you are new to SQL, and want to use SQL in PostgreSQL, this is the book of choice. It is a practical book, teaching you SQL step-by-step using examples. If you take a glance at the table of contents, you will appreciate the comprehensive coverage of the book. When you ...
-
-
Overall Performance
- By Kindle Customer on 05-04-24
-
Learning SQL in PostgreSQL for Beginners
- Narrated by: Virtual Voice
- Length: 1 hr and 41 mins
- Release date: 04-17-24
- Language: English
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to Cart failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from wishlist failed.
Please try again laterAdding to library failed
Please try againFollow podcast failed
Please try againUnfollow podcast failed
Please try againRegular price: $7.00
-
-
-
PostgreSQL: Cubes for OLAP A Tutorial for Beginners
- By: Djoni Darmawikarta
- Narrated by: Virtual Voice
- Length: 19 mins
- Unabridged
-
Overall
-
Performance
-
Story
PostgreSQL is an open relational database. In PostgreSQL you can have a query with CUBE clause. A cube is an aggregated row. A query with a CUBE clause returns (generates) a complete set of cubes; complete in the sense that the cubes generated cover all the possible combinations of all columns specified (listed) under the WITH clause. In this book you will learn the WITH clause and usages of cubes, known as OLAP queries.
-
PostgreSQL: Cubes for OLAP A Tutorial for Beginners
- Narrated by: Virtual Voice
- Length: 19 mins
- Release date: 04-17-24
- Language: English
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to Cart failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from wishlist failed.
Please try again laterAdding to library failed
Please try againFollow podcast failed
Please try againUnfollow podcast failed
Please try againRegular price: $4.00
-
-
-
Composite Type in PostgreSQL Database
- By: Djoni Darmawikarta
- Narrated by: Virtual Voice
- Length: 21 mins
- Unabridged
-
Overall
-
Performance
-
Story
A composite type is a collection of columns. In postgreSQL database you create a composite type using a CREATE TYPE statement. Once created, you can use a composite type the same way as a primitive datatype, for example, as the datatype of a column. In this practical book you will learn how to create, use, and maintain composite type, by examples.
-
Composite Type in PostgreSQL Database
- Narrated by: Virtual Voice
- Length: 21 mins
- Release date: 04-17-24
- Language: English
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to Cart failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from wishlist failed.
Please try again laterAdding to library failed
Please try againFollow podcast failed
Please try againUnfollow podcast failed
Please try againRegular price: $4.00
-
-
-
SQL QuickStart Guide
- The Simplified Beginner's Guide to Managing, Analyzing, and Manipulating Data With SQL
- By: Walter Shields
- Narrated by: Russell Newton
- Length: 4 hrs and 9 mins
- Unabridged
-
Overall
-
Performance
-
Story
Structured query language, or SQL (pronounced "sequel" by many), is the most widely used programming language in database management and is the standard language for relational database management systems (RDBMS). SQL programming allows users to return, analyze, create, manage, and delete data within a database - all within a few commands.
-
-
Learn SQL
- By Nicole MommaKauk on 02-16-16
-
SQL QuickStart Guide
- The Simplified Beginner's Guide to Managing, Analyzing, and Manipulating Data With SQL
- Narrated by: Russell Newton
- Length: 4 hrs and 9 mins
- Release date: 11-25-15
- Language: English
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to Cart failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from wishlist failed.
Please try again laterAdding to library failed
Please try againFollow podcast failed
Please try againUnfollow podcast failed
Please try againRegular price: $6.95
-
Related to your search
-
JavaScript (7th Edition)
- The Definitive Guide: Master the World's Most-Used Programming Language
- By: David Flanagan
- Narrated by: Gabriel Vaughan
- Length: 25 hrs and 27 mins
- Unabridged
-
Overall
-
Performance
-
Story
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.
By: David Flanagan
-
Grokking Simplicity: Taming Complex Software with Functional Thinking
- By: Eric Normand
- Narrated by: Mark Thomas
- Length: 12 hrs and 4 mins
- Unabridged
-
Overall
-
Performance
-
Story
Grokking Simplicity is a friendly, practical guide that will change the way you approach software design and development. Distributed across servers, difficult to test, and resistant to modification - modern software is complex. Grokking Simplicity is a friendly, practical guide that will change the way you approach software design and development. It introduces a unique approach to functional programming that explains why certain features of software are prone to complexity, and teaches you the functional techniques you can use to simplify these systems.
-
-
Good book but not for audio format
- By Daniel Underwood on 07-22-23
By: Eric Normand
-
Learning SQL (3rd Edition)
- Generate, Manipulate, and Retrieve Data
- By: Alan Beaulieu
- Narrated by: Mike Chamberlain
- Length: 7 hrs and 29 mins
- Unabridged
-
Overall
-
Performance
-
Story
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.
-
-
Will return…poor adaptation to audio book.
- By Ken on 10-12-23
By: Alan Beaulieu
-
Terraform: Up and Running (3rd Edition)
- Writing Infrastructure as Code
- By: Yevgeniy Brikman
- Narrated by: Daniel Henning
- Length: 13 hrs and 56 mins
- Unabridged
-
Overall
-
Performance
-
Story
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.
By: Yevgeniy Brikman
-
JavaScript (7th Edition)
- The Definitive Guide: Master the World's Most-Used Programming Language
- By: David Flanagan
- Narrated by: Gabriel Vaughan
- Length: 25 hrs and 27 mins
- Unabridged
-
Overall
-
Performance
-
Story
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.
By: David Flanagan
-
Grokking Simplicity: Taming Complex Software with Functional Thinking
- By: Eric Normand
- Narrated by: Mark Thomas
- Length: 12 hrs and 4 mins
- Unabridged
-
Overall
-
Performance
-
Story
Grokking Simplicity is a friendly, practical guide that will change the way you approach software design and development. Distributed across servers, difficult to test, and resistant to modification - modern software is complex. Grokking Simplicity is a friendly, practical guide that will change the way you approach software design and development. It introduces a unique approach to functional programming that explains why certain features of software are prone to complexity, and teaches you the functional techniques you can use to simplify these systems.
-
-
Good book but not for audio format
- By Daniel Underwood on 07-22-23
By: Eric Normand
-
Learning SQL (3rd Edition)
- Generate, Manipulate, and Retrieve Data
- By: Alan Beaulieu
- Narrated by: Mike Chamberlain
- Length: 7 hrs and 29 mins
- Unabridged
-
Overall
-
Performance
-
Story
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.
-
-
Will return…poor adaptation to audio book.
- By Ken on 10-12-23
By: Alan Beaulieu
-
Terraform: Up and Running (3rd Edition)
- Writing Infrastructure as Code
- By: Yevgeniy Brikman
- Narrated by: Daniel Henning
- Length: 13 hrs and 56 mins
- Unabridged
-
Overall
-
Performance
-
Story
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.
By: Yevgeniy Brikman
-
Site Reliability Engineering
- How Google Runs Production Systems
- By: Betsy Beyer, Chris Jones, Jennifer Petoff, and others
- Narrated by: Liz Porter
- Length: 20 hrs and 8 mins
- Unabridged
-
Overall
-
Performance
-
Story
In this collection of essays and articles, key members of Google’s Site Reliability Team explain how and why their commitment to the entire lifecycle has enabled the company to successfully build, deploy, monitor, and maintain some of the largest software systems in the world. You’ll learn the principles and practices that enable Google engineers to make systems more scalable, reliable, and efficient - lessons directly applicable to your organization.
-
-
Google propaganda
- By Andreas Andersen on 03-30-22
By: Betsy Beyer, and others
-
User Story Mapping
- Discover the Whole Story, Build the Right Product
- By: Jeff Patton, Peter Economy - foreword
- Narrated by: Roy McCrerey
- Length: 8 hrs and 19 mins
- Unabridged
-
Overall
-
Performance
-
Story
User story mapping is a valuable tool for software development, once you understand why and how to use it. This insightful book examines how this often misunderstood technique can help your team stay focused on users and their needs without getting lost in the enthusiasm for individual product features. Author Jeff Patton shows you how changeable story maps enable your team to hold better conversations about the project throughout the development process. Your team will learn to come away with a shared understanding of what you’re attempting to build and why.
-
-
Straw man arguments and handwaving
- By Amazon Customer on 01-02-22
By: Jeff Patton, and others
-
The Mythical Man-Month: Essays on Software Engineering, Anniversary Edition
- By: Frederick P. Brooks Jr.
- Narrated by: Michael Rutland
- Length: 8 hrs and 11 mins
- Unabridged
-
Overall
-
Performance
-
Story
Few books on software project management have been as influential and timeless as The Mythical Man-Month. With a blend of software engineering facts and thought-provoking opinions, Fred Brooks offers insight for anyone managing complex projects. These essays draw from his experience as project manager for the IBM System/360 computer family and then for OS/360, its massive software system.
-
-
A dated classic that is hard to get through
- By Donald on 12-26-24
-
Clean Architecture
- A Craftsman's Guide to Software Structure and Design
- By: Robert C. Martin
- Narrated by: Theodore O'Brien
- Length: 8 hrs and 24 mins
- Unabridged
-
Overall
-
Performance
-
Story
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.
-
-
good book, missing accompanying pdf
- By ^-^ on 03-29-23
By: Robert C. Martin
-
The Art of Statistics
- How to Learn from Data
- By: David Spiegelhalter
- Narrated by: Jonathan Davis
- Length: 9 hrs and 1 min
- Unabridged
-
Overall
-
Performance
-
Story
Statistics are everywhere, as integral to science as they are to business, and in the popular media hundreds of times a day. In this age of big data, a basic grasp of statistical literacy is more important than ever if we want to separate the fact from the fiction, the ostentatious embellishments from the raw evidence - and even more so if we hope to participate in the future, rather than being simple bystanders.
-
-
very good statistics overview
- By Tom on 11-29-19
-
The DevOps Handbook, Second Edition
- How to Create World-Class Agility, Reliability, & Security in Technology Organizations
- By: Gene Kim, Jez Humble, Patrick Debois, and others
- Narrated by: Ron Butler
- Length: 15 hrs and 51 mins
- Unabridged
-
Overall
-
Performance
-
Story
This award-winning and best-selling business handbook for digital transformation is now fully updated and expanded with the latest research and new case studies! Over the last five years, The DevOps Handbook has been the definitive guide for taking the successes laid out in the best-selling The Phoenix Project and applying them in any organization. Now, with this fully updated and expanded edition, it’s time to take DevOps out of the IT department and apply it across the full business.
-
-
Atrocious
- By Anonymous User on 05-25-22
By: Gene Kim, and others
-
Azure OpenAI Service for Cloud Native Applications
- Designing, Planning, and Implementing Generative AI Solutions
- By: Adrian Gonzalez Sanchez
- Narrated by: Matt Godfrey
- Length: 7 hrs and 57 mins
- Unabridged
-
Overall
-
Performance
-
Story
Get the details, examples, and best practices you need to build generative AI applications, services, and solutions using the power of Azure OpenAI Service. Microsoft AI specialist Adrián González Sánchez examines the integration and utilization of Azure OpenAI Service within the Microsoft Azure cloud computing platform.
-
Born to Run 2
- The Ultimate Training Guide
- By: Christopher McDougall, Eric Orton
- Narrated by: Mark Arnold
- Length: 9 hrs and 28 mins
- Unabridged
-
Overall
-
Performance
-
Story
From the best-selling author and renowned coach duo from Born to Run, a practical guide to running for everyone from amateurs to seasoned runners, about how to eat, race, and train like the world's best. Whether you're ramping up for a race or recuperating from an injury, Born to Run 2 is a holistic program for runners of every stripe that centers on seven key themes: food, fitness, form, footwear, focus, fun, and family.
-
-
Not even close to the 1st book
- By Langer on 03-01-23
By: Christopher McDougall, and others
-
Thirteen Reasons Why
- By: Jay Asher
- Narrated by: Debra Wiseman, Joel Johnstone
- Length: 6 hrs and 24 mins
- Unabridged
-
Overall
-
Performance
-
Story
Clay Jensen returns home from school to find a strange package with his name on it lying on his porch. Inside he discovers several cassette tapes recorded by Hannah Baker, his classmate and crush, who committed suicide two weeks earlier. Hannah's voice explains that there are 13 reasons she decided to end her life. Clay is one of them. If he listens, he'll find out why.
-
-
An Ideal Audio Book
- By Diana on 01-10-11
By: Jay Asher
-
Technical Writing Process
- The simple, five-step guide that anyone can use to create technical documents such as user guides, manuals, and procedures
- By: Kieran Morgan
- Narrated by: Virtual Voice
- Length: 5 hrs and 12 mins
- Unabridged
-
Overall
-
Performance
-
Story
The Technical Writing Process is a simple, five-step process that can be used to create almost any piece of technical documentation such as a user guide, manual or procedure. It's suitable for a wide range of audiences: aspiring technical writers and students of technical writing, non-writers who find themselves assigned with the task of creating technical documentation, established writers who want to bring more structure to their work, and anyone managing a documentation project.
By: Kieran Morgan
-
How to Take Smart Notes
- One Simple Technique to Boost Writing, Learning and Thinking
- By: Sönke Ahrens
- Narrated by: Nigel Fyfe
- Length: 6 hrs and 14 mins
- Unabridged
-
Overall
-
Performance
-
Story
The key to good and efficient writing lies in the intelligent organization of ideas and notes. This audiobook helps students, academics, and other knowledge workers to get more done, write intelligent texts, and learn for the long run. It teaches you how to take smart notes and ensure they bring you and your projects forward.
-
-
The best book I’ve read on learning
- By Nick Miller on 04-18-25
By: Sönke Ahrens
-
The Pragmatic Programmer: 20th Anniversary Edition, 2nd Edition
- Your Journey to Mastery
- By: David Thomas, Andrew Hunt
- Narrated by: Anna Katarina
- Length: 9 hrs and 55 mins
- Unabridged
-
Overall
-
Performance
-
Story
Dave Thomas and Andy Hunt wrote the first edition of this influential book in 1999 to help their clients create better software and rediscover the joy of coding. These lessons have helped a generation of programmers examine the very essence of software development. Now, 20 years later, this new edition re-examines what it means to be a modern programmer. Topics range from personal responsibility and career development to architectural techniques for keeping your code flexible and easy to adapt and reuse.
-
-
An excellent and entertaining technical book
- By Amazon Customer on 01-21-20
By: David Thomas, and others
-
The Midnight Library
- A GMA Book Club Pick (A Novel)
- By: Matt Haig
- Narrated by: Carey Mulligan
- Length: 8 hrs and 50 mins
- Unabridged
-
Overall
-
Performance
-
Story
Somewhere out beyond the edge of the universe there is a library that contains an infinite number of books, each one the story of another reality. One tells the story of your life as it is, along with another book for the other life you could have lived if you had made a different choice at any point in your life. While we all wonder how our lives might have been, what if you had the chance to go to the library and see for yourself? Would any of these other lives truly be better? In The Midnight Library, Nora Seed finds herself faced with this decision.
-
-
Exceptional.
- By Richard B. on 10-05-20
By: Matt Haig
-
Sands of Dune
- Novellas from the Worlds of Dune
- By: Brian Herbert, Kevin J. Anderson
- Narrated by: Scott Brick
- Length: 5 hrs and 43 mins
- Unabridged
-
Overall
-
Performance
-
Story
The world of Dune has shaped an entire generation of science fiction. From the sand blasted world of Arrakis, to the splendor of the imperial homeworld of Kaitain, readers and listeners have lived in a universe of treachery and wonder. Now, these stories expand on the Dune universe, telling of the lost years of Gurney Halleck as he works with smugglers on Arrakis in a deadly gambit for revenge; inside the ranks of the Sardaukar as the child of a betrayed nobleman becomes one of the Emperor’s most ruthless fighters.
-
-
Solid, but plain.
- By wyatt on 07-16-22
By: Brian Herbert, and others
-
Talking to My Angels
- By: Melissa Etheridge
- Narrated by: Melissa Etheridge
- Length: 6 hrs and 36 mins
- Unabridged
-
Overall
-
Performance
-
Story
Over the past twenty years, Melissa Etheridge has been blessed with success, love, joy, contentment, freedom, and release. She became a mother again, recorded eleven albums, toured the world, performed at the Grammy Awards, won an Oscar, discovered her one true love, and underwent a profound spiritual awakening. She also experienced illness, incomparable loss, heartache, guilt, shame, and devastating grief. Yet through it all, Melissa found the strength and courage to carry on. Talking to My Angels is a profoundly honest look into her inner life as a woman, an artist, a mother, and a survivor.
-
-
just in time
- By horsecrazy on 09-15-23
-
Our Fault
- Culpable, Book 3
- By: Mercedes Ron
- Narrated by: Hugo Locke, Hannah Carmona
- Length: 13 hrs and 8 mins
- Unabridged
-
Overall
-
Performance
-
Story
Nick and Noah's rocky relationship is struggling through its worst moment, and it seems that nothing can go back to the way it was before. They will have to surmount a new and frightening set of challenges to finally understand if they are really made for each other or if being apart is their only chance to be happy. Love is not always enough, and forgiveness sometimes doesn't fix what's been broken. But can you forget such a strong connection? How can memories tattooed on the heart be erased? Will they be able to leave the past behind and start over?
-
-
Conclusion of Nick and Noah
- By ➷➹➸❥HFB🔹🔹🔹 on 02-16-24
By: Mercedes Ron
Most popular in Software Development
-
Fundamentals of Software Architecture
- An Engineering Approach
- By: Mark Richards, Neal Ford
- Narrated by: Benjamin Lange
- Length: 13 hrs and 10 mins
- Unabridged
-
Overall
-
Performance
-
Story
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.
-
-
Helpful but business-centric
- By A.N. on 03-25-21
By: Mark Richards, and others
-
The Pragmatic Programmer: 20th Anniversary Edition, 2nd Edition
- Your Journey to Mastery
- By: David Thomas, Andrew Hunt
- Narrated by: Anna Katarina
- Length: 9 hrs and 55 mins
- Unabridged
-
Overall
-
Performance
-
Story
Dave Thomas and Andy Hunt wrote the first edition of this influential book in 1999 to help their clients create better software and rediscover the joy of coding. These lessons have helped a generation of programmers examine the very essence of software development. Now, 20 years later, this new edition re-examines what it means to be a modern programmer. Topics range from personal responsibility and career development to architectural techniques for keeping your code flexible and easy to adapt and reuse.
-
-
An excellent and entertaining technical book
- By Amazon Customer on 01-21-20
By: David Thomas, and others
-
Play Nice
- The Rise, Fall, and Future of Blizzard Entertainment
- By: Jason Schreier
- Narrated by: Ray Chase
- Length: 9 hrs and 16 mins
- Unabridged
-
Overall
-
Performance
-
Story
For video game fans, the name Blizzard Entertainment was once synonymous with perfection. The renowned company behind classics like Diablo and World of Warcraft was known to celebrate the joy of gaming over all else. What was once two UCLA students' simple mission—to make games they wanted to play—launched an empire with thousands of employees, millions of fans, and billions of dollars. But when Blizzard cancelled a buzzy project in 2013, it gave Bobby Kotick, the infamous CEO of corporate parent Activision, the excuse he needed to start cracking down on Blizzard's proud autonomy.
-
-
Just ok
- By TH on 11-17-24
By: Jason Schreier
-
Staff Engineer
- Leadership Beyond the Management Track
- By: Will Larson
- Narrated by: Shaula Evans
- Length: 8 hrs and 52 mins
- Unabridged
-
Overall
-
Performance
-
Story
At most technology companies, you'll reach Senior software engineer, the career level for software engineers, in five to eight years. At the career level, your company's career ladder won't require that you work towards the next promotion; being promoted further is an exception rather than expected. This is also when many engineers are first given an opportunity to move into engineering management.
-
-
Great content but some audio issues
- By David M. Tang on 07-08-21
By: Will Larson
-
Fundamentals of Software Architecture
- An Engineering Approach
- By: Mark Richards, Neal Ford
- Narrated by: Benjamin Lange
- Length: 13 hrs and 10 mins
- Unabridged
-
Overall
-
Performance
-
Story
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.
-
-
Helpful but business-centric
- By A.N. on 03-25-21
By: Mark Richards, and others
-
The Pragmatic Programmer: 20th Anniversary Edition, 2nd Edition
- Your Journey to Mastery
- By: David Thomas, Andrew Hunt
- Narrated by: Anna Katarina
- Length: 9 hrs and 55 mins
- Unabridged
-
Overall
-
Performance
-
Story
Dave Thomas and Andy Hunt wrote the first edition of this influential book in 1999 to help their clients create better software and rediscover the joy of coding. These lessons have helped a generation of programmers examine the very essence of software development. Now, 20 years later, this new edition re-examines what it means to be a modern programmer. Topics range from personal responsibility and career development to architectural techniques for keeping your code flexible and easy to adapt and reuse.
-
-
An excellent and entertaining technical book
- By Amazon Customer on 01-21-20
By: David Thomas, and others
-
Play Nice
- The Rise, Fall, and Future of Blizzard Entertainment
- By: Jason Schreier
- Narrated by: Ray Chase
- Length: 9 hrs and 16 mins
- Unabridged
-
Overall
-
Performance
-
Story
For video game fans, the name Blizzard Entertainment was once synonymous with perfection. The renowned company behind classics like Diablo and World of Warcraft was known to celebrate the joy of gaming over all else. What was once two UCLA students' simple mission—to make games they wanted to play—launched an empire with thousands of employees, millions of fans, and billions of dollars. But when Blizzard cancelled a buzzy project in 2013, it gave Bobby Kotick, the infamous CEO of corporate parent Activision, the excuse he needed to start cracking down on Blizzard's proud autonomy.
-
-
Just ok
- By TH on 11-17-24
By: Jason Schreier
-
Staff Engineer
- Leadership Beyond the Management Track
- By: Will Larson
- Narrated by: Shaula Evans
- Length: 8 hrs and 52 mins
- Unabridged
-
Overall
-
Performance
-
Story
At most technology companies, you'll reach Senior software engineer, the career level for software engineers, in five to eight years. At the career level, your company's career ladder won't require that you work towards the next promotion; being promoted further is an exception rather than expected. This is also when many engineers are first given an opportunity to move into engineering management.
-
-
Great content but some audio issues
- By David M. Tang on 07-08-21
By: Will Larson
-
Doom Guy
- Life in First Person
- By: John Romero
- Narrated by: John Romero
- Length: 17 hrs and 4 mins
- Unabridged
-
Overall
-
Performance
-
Story
Doom Guy: Life in First Person is the long-awaited autobiography of gaming’s original rock star and the cocreator of DOOM, Quake, and Wolfenstein—some of the most recognizable and important titles in video game history. Credited with the invention of the first-person shooter, a genre that continues to dominate the market today, he is gaming royalty. Told in remarkable detail, a byproduct of his hyperthymesia, Romero recounts his storied career.
-
-
Intimate stories of gaming history in First Person
- By Emyli on 07-28-23
By: John Romero
-
Modern Software Engineering
- Doing What Works to Build Better Software Faster
- By: David Farley
- Narrated by: Amy Gordon
- Length: 9 hrs and 37 mins
- Unabridged
-
Overall
-
Performance
-
Story
In Modern Software Engineering, continuous delivery pioneer David Farley helps software professionals think about their work more effectively, manage it more successfully, and genuinely improve the quality of their applications, their lives, and the lives of their colleagues.
-
-
Could have been a 1-page bulleted list
- By Elle7se on 12-30-22
By: David Farley
-
Software Engineering at Google
- Lessons Learned from Programming Over Time
- By: Titus Winters, Tom Manshreck, Hyrum Wright
- Narrated by: Mark Sando
- Length: 23 hrs and 36 mins
- Unabridged
-
Overall
-
Performance
-
Story
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.
-
-
not useful
- By Andreas Andersen on 07-21-21
By: Titus Winters, and others
-
Hackers: Heroes of the Computer Revolution
- 25th Anniversary Edition
- By: Steven Levy
- Narrated by: Mike Chamberlain
- Length: 20 hrs and 23 mins
- Unabridged
-
Overall
-
Performance
-
Story
Steven Levy's classic book traces the exploits of the computer revolution's original hackers - those brilliant and eccentric nerds from the late 1950s through the early '80s who took risks, bent the rules, and pushed the world in a radical new direction. With updated material from noteworthy hackers such as Bill Gates, Mark Zuckerberg, Richard Stallman, and Steve Wozniak, Hackers is a fascinating story that begins in early computer research labs and leads to the first home computers.
-
-
Remember Why You Got Into Computing
- By Dan Collins on 07-01-16
By: Steven Levy
-
Clean Code
- A Handbook of Agile Software Craftsmanship
- By: Robert C. Martin
- Narrated by: Theodore O'Brien
- Length: 5 hrs and 49 mins
- Unabridged
-
Overall
-
Performance
-
Story
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.
-
-
Quick fix needed
- By R L on 05-06-21
By: Robert C. Martin
-
Accelerate: Building and Scaling High Performing Technology Organizations
- By: Nicole Forsgren PhD, Jez Humble, Gene Kim
- Narrated by: Nicole Forsgren
- Length: 4 hrs and 58 mins
- Unabridged
-
Overall
-
Performance
-
Story
How can we apply technology to drive business value? For years we've been told that the performance of software delivery teams doesn't matter - that it can't provide a competitive advantage to our companies. Through four years of groundbreaking research to include data collected from the State of DevOps reports conducted with Puppet, Dr. Nicole Forsgren, Jez Humble, and Gene Kim set out to find a way to measure software delivery performance - and what drives it - using rigorous statistical methods.
-
-
Only if you have nothing else to do
- By Gvido on 07-24-18
By: Nicole Forsgren PhD, and others
-
Grokking Algorithms
- By: Aditya Bhargava
- Narrated by: Derek Lettman
- Length: 3 hrs and 46 mins
- Unabridged
-
Overall
-
Performance
-
Story
This friendly guide teaches you how to apply common algorithms to the practical problems you face every day as a programmer. You'll start with sorting and searching and, as you build up your skills in thinking algorithmically, you'll tackle more complex concerns such as data compression and artificial intelligence. This accesible introduction is suitable for self-taught programmers, engineers, or anyone who wants to brush up on algorithms. Each carefully presented example includes helpful diagrams and fully annotated code samples in Python.
-
-
the book is not good in audio format
- By Anonymous User on 01-09-20
By: Aditya Bhargava
-
Building Microservices
- Designing Fine-Grained Systems
- By: Sam Newman
- Narrated by: Theodore O'Brien
- Length: 21 hrs and 12 mins
- Unabridged
-
Overall
-
Performance
-
Story
As organizations shift from monolithic applications to smaller, self-contained microservices, distributed systems have become more fine-grained. But developing these new systems brings its own host of problems. This expanded second edition takes a holistic view of topics that you need to consider when building, managing, and scaling microservices architectures. Through clear examples and practical advice, author Sam Newman gives everyone from architects and developers to testers and IT operators a firm grounding in the concepts.
-
-
Easy to Understand
- By Anonymous User on 04-27-22
By: Sam Newman
-
Start Small, Stay Small
- A Developer's Guide to Launching a Startup
- By: Rob Walling
- Narrated by: Rob Walling
- Length: 4 hrs and 31 mins
- Unabridged
-
Overall
-
Performance
-
Story
Start Small, Stay Small is a step-by-step guide to launching a self-funded start-up. If you're a desktop, mobile, or web developer, this audiobook is your blueprint to getting your start-up off the ground with no outside investment.
-
-
Can't get past the vocal fry
- By Mahesh on 07-31-21
By: Rob Walling
-
Press Reset
- Ruin and Recovery in the Video Game Industry
- By: Jason Schreier
- Narrated by: Ray Chase
- Length: 8 hrs and 14 mins
- Unabridged
-
Overall
-
Performance
-
Story
Jason Schreier's groundbreaking reporting has earned him a place among the preeminent investigative journalists covering the world of video games. In his eagerly anticipated, deeply researched new book, Schreier trains his investigative eye on the volatility of the video game industry and the resilience of the people who work in it.
-
-
Audio Quality is Inconsistent
- By Amazon Customer on 09-14-21
By: Jason Schreier
-
User Story Mapping
- Discover the Whole Story, Build the Right Product
- By: Jeff Patton, Peter Economy - foreword
- Narrated by: Roy McCrerey
- Length: 8 hrs and 19 mins
- Unabridged
-
Overall
-
Performance
-
Story
User story mapping is a valuable tool for software development, once you understand why and how to use it. This insightful book examines how this often misunderstood technique can help your team stay focused on users and their needs without getting lost in the enthusiasm for individual product features. Author Jeff Patton shows you how changeable story maps enable your team to hold better conversations about the project throughout the development process. Your team will learn to come away with a shared understanding of what you’re attempting to build and why.
-
-
Straw man arguments and handwaving
- By Amazon Customer on 01-02-22
By: Jeff Patton, and others
-
Software Architecture: The Hard Parts
- Modern Trade-Off Analyses for Distributed Architectures
- By: Neal Ford, Mark Richards, Pramod Sadalage, and others
- Narrated by: Dena Dahilig
- Length: 12 hrs and 53 mins
- Unabridged
-
Overall
-
Performance
-
Story
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.
-
-
Great content. Terrible narration.
- By Alex on 12-16-23
By: Neal Ford, and others
-
The Mythical Man-Month: Essays on Software Engineering, Anniversary Edition
- By: Frederick P. Brooks Jr.
- Narrated by: Michael Rutland
- Length: 8 hrs and 11 mins
- Unabridged
-
Overall
-
Performance
-
Story
Few books on software project management have been as influential and timeless as The Mythical Man-Month. With a blend of software engineering facts and thought-provoking opinions, Fred Brooks offers insight for anyone managing complex projects. These essays draw from his experience as project manager for the IBM System/360 computer family and then for OS/360, its massive software system.
-
-
A dated classic that is hard to get through
- By Donald on 12-26-24
-
The Complete Software Developer's Career Guide
- How to Learn Programming Languages Quickly, Ace Your Programming Interview, and Land Your Software Developer Dream Job
- By: John Sonmez
- Narrated by: John Sonmez
- Length: 20 hrs and 4 mins
- Unabridged
-
Overall
-
Performance
-
Story
Technical knowledge alone isn't enough - increase your software development income by leveling up your soft skills Early in his software developer career, John Sonmez discovered that technical knowledge alone isn't enough to break through to the next income level - developers need "soft skills" like the ability to learn new technologies just in time, communicate clearly with management and consulting clients, negotiate a fair hourly rate, and unite teammates and coworkers in working toward a common goal.
-
-
The Complete Bro-grammer's Career Guide
- By Leels on 09-18-19
By: John Sonmez
-
Hello World
- Being Human in the Age of Algorithms
- By: Hannah Fry
- Narrated by: Hannah Fry
- Length: 6 hrs and 51 mins
- Unabridged
-
Overall
-
Performance
-
Story
Hello World takes us on a tour through the good, the bad, and the downright ugly of the algorithms that surround us on a daily basis. Mathematician Hannah Fry reveals their inner workings, showing us how algorithms are written and implemented, and demonstrates the ways in which human bias can literally be written into the code. By weaving in relatable, real world stories with accessible explanations of the underlying mathematics that power algorithms, Hello World helps us to determine their power, expose their limitations, and examine whether they really are improvements.
-
-
Disappointing and meandering book
- By Sc on 02-10-20
By: Hannah Fry
-
Abyssal Archive
- The Mythology of Dark Souls
- By: Lokey
- Narrated by: VaatiVidya
- Length: 19 hrs and 1 min
- Unabridged
-
Overall
-
Performance
-
Story
Abyssal Archive features the most comprehensive fan analysis of the Dark Souls mythos ever undertaken. We set out to pay tribute to Miyazaki's legendary game by crafting something that embodies the same care and attention to detail that makes Dark Souls itself such a peerless work of art.
-
-
Dark souls lore condensed
- By Ryan Foster on 05-23-24
By: Lokey
-
Creative Selection
- Inside Apple's Design Process During the Golden Age of Steve Jobs
- By: Ken Kocienda
- Narrated by: Ken Kocienda
- Length: 7 hrs and 28 mins
- Unabridged
-
Overall
-
Performance
-
Story
Creative Selection recounts the life of one of the few who worked behind the scenes, a highly respected software engineer who worked in the final years of the Steve Jobs era - the Golden Age of Apple. Ken Kocienda offers an inside look at Apple’s creative process. For 15 years, he was on the ground floor of the company as a specialist, directly responsible for experimenting with novel user interface concepts and writing powerful, easy-to-use software for products including the iPhone, the iPad, and the Safari web browser.
-
-
Just the 20%
- By matthewolf on 09-20-18
By: Ken Kocienda
-
Learn Python Quickly
- A Complete Beginner’s Guide to Learning Python, Even If You’re New to Programming: Crash Course with Hands-On Project, Book 1
- By: Code Quickly
- Narrated by: Grant Tharp
- Length: 6 hrs and 44 mins
- Unabridged
-
Overall
-
Performance
-
Story
Looking to learn Python? Python has gone to be one of the most popular programming languages in the world, and you will be one of the few people left out if you don’t add this knowledge to your arsenal. This audiobook makes learning Python simple, fast, and easy, taking away the confusion from learning a new language. It will teach you all the basics of Python, and even some of the more advanced Python concepts, taking you from beginner to intermediate Python programmer.
-
-
If you are looking to decorated in Python!
- By Jerry J. Deleon on 05-11-20
By: Code Quickly
-
Super Mario
- How Nintendo Conquered America
- By: Jeff Ryan
- Narrated by: Ray Porter
- Length: 8 hrs and 20 mins
- Unabridged
-
Overall
-
Performance
-
Story
Nintendo has continually set the standard for video game innovation in America, starting in 1981 with a plucky hero who jumped over barrels to save a girl from an ape. The saga of Mario, the portly plumber who became the most successful franchise in the history of gaming, has plot twists worthy of a video game. Jeff Ryan shares the story of how this quintessentially Japanese company found success in the American market.
-
-
Not Exciting
- By TM on 08-18-14
By: Jeff Ryan
-
Managing Humans
- Biting and Humorous Tales of a Software Engineering Manager
- By: Michael Lopp
- Narrated by: TJ Johnson
- Length: 5 hrs and 39 mins
- Unabridged
-
Overall
-
Performance
-
Story
Listen to hilarious stories with serious lessons that Michael Lopp extracts from his varied and sometimes bizarre experiences as a manager at Apple, Pinterest, Palantir, Netscape, Symantec, Slack, and Borland. Many of the stories first appeared in primitive form in Lopp’s perennially popular blog, Rands in Repose. The third edition of Managing Humans contains a whole new season of episodes from the ongoing saga of Lopp's adventures in Silicon Valley, together with classic episodes remastered for high fidelity and freshness.
-
-
Blog turned book
- By Chad on 01-18-21
By: Michael Lopp
-
Think Like a Game Designer: The Step-by-Step Guide to Unlocking Your Creative Potential
- By: Justin Gary
- Narrated by: Justin Gary
- Length: 3 hrs and 26 mins
- Unabridged
-
Overall
-
Performance
-
Story
Do you love gaming? Do you have ideas for games of your own and want to learn how to produce them professionally? Longtime game designer Justin Gary has the answers you seek. After 20 years in the gaming industry, creating such games as Solforge, Ascension, and the World of Warcraft Miniatures Game, Justin is now sharing all his secrets in Think Like a Game Designer. Best of all, Justin’s secrets are really simple, practical, and common sense steps you can take yourself.
-
-
Do you like quotes?
- By Reaver on 04-05-24
By: Justin Gary
-
Data Science for Business
- What You Need to Know About Data Mining and Data-Analytic Thinking
- By: Foster Provost, Tom Fawcett
- Narrated by: Benjamin Lange
- Length: 12 hrs and 46 mins
- Unabridged
-
Overall
-
Performance
-
Story
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.
-
-
What I Was Looking For
- By Sean on 05-20-22
By: Foster Provost, and others
-
Lean UX: Designing Great Products with Agile Teams (Second Edition)
- By: Jeff Gothelf, Josh Seiden
- Narrated by: Douglas Martin
- Length: 4 hrs and 56 mins
- Unabridged
-
Overall
-
Performance
-
Story
Lean UX has become the preferred approach to interaction design, tailor-made for today’s agile teams. In the second edition of this award-winning book, leading advocates Jeff Gothelf and Josh Seiden expand on the valuable Lean UX principles, tactics, and techniques covered in the first edition to share how product teams can easily incorporate design, experimentation, iteration, and continuous learning from real users into their Agile process.
-
-
The standard for all design teams
- By billsensei on 05-05-22
By: Jeff Gothelf, and others
-
Algorithms of Oppression
- How Search Engines Reinforce Racism
- By: Safiya Umoja Noble
- Narrated by: Shayna Small
- Length: 6 hrs and 21 mins
- Unabridged
-
Overall
-
Performance
-
Story
Run a Google search for “black girls” - what will you find? “Big Booty” and other sexually explicit terms are likely to come up as top search terms. But, if you type in “white girls”, the results are radically different. The suggested porn sites and un-moderated discussions about “why black women are so sassy” or “why black women are so angry” presents a disturbing portrait of black womanhood in modern society. In Algorithms of Oppression, Safiya Umoja Noble challenges the idea that search engines like Google offer an equal playing field for all forms of ideas, identities, and activities.
-
-
Read this book. Tell everyone you know about it.
- By Joshua Daniel-Wariya on 06-06-19