Showing titles in Programming & Software Development
-
-
AWS Lambda: A Hands-on, in Depth Guide to Serverless Microservices
- By: Jason Clothier
- Narrated by: Michael Murphy
- Length: 3 hrs and 51 mins
- Unabridged
-
Overall
-
Performance
-
Story
AWS Lambda: A Guide to Serverless Microservices takes a comprehensive look at developing "serverless" workloads using the new Amazon Web Services Lambda service. This audiobook is meant to provide you with a broad overview of AWS Lambda, its features, a hands-on and in-depth guide to serverless microservices, and a slew of recommendations.
-
AWS Lambda: A Hands-on, in Depth Guide to Serverless Microservices
- Narrated by: Michael Murphy
- Length: 3 hrs and 51 mins
- Release date: 01-11-2018
- Language: English
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to basket failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from Wish List failed.
Please try again laterFollow podcast failed
Unfollow podcast failed
$16.99 or free with 30-day trial
-
-
-
Spelunky
- By: Derek Yu
- Narrated by: Austin Ku
- Length: 4 hrs and 39 mins
- Unabridged
-
Overall
-
Performance
-
Story
When Derek Yu released Spelunky for free in 2008, his roguelike-inspired platformer took the indie game community by storm with its combination of classic platform mechanics, extreme difficulty, and random level generation. Four years later, Spelunky's HD remake went on to become PC Gamer's Game of the Year and earn perfect scores from Polygon and Eurogamer. But how is a "perfect" game made?
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to basket failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from Wish List failed.
Please try again laterFollow podcast failed
Unfollow podcast failed
$12.99 or free with 30-day trial
-
-
-
Data-Oriented Programming
- Reduce Software Complexity
- By: Yehonathan Sharvit
- Narrated by: Julie Brierley
- Length: 9 hrs and 42 mins
- Unabridged
-
Overall
-
Performance
-
Story
Data-Oriented Programming is a one-of-a-kind guide that introduces the data-oriented paradigm. This groundbreaking approach represents data with generic immutable data structures. It simplifies state management, eases concurrency, and does away with the common problems you’ll find in object-oriented code. The book presents powerful new ideas through conversations, code snippets, and diagrams that help you quickly grok what’s great about DOP.
-
Data-Oriented Programming
- Reduce Software Complexity
- Narrated by: Julie Brierley
- Length: 9 hrs and 42 mins
- Release date: 20-10-2022
- Language: English
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to basket failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from Wish List failed.
Please try again laterFollow podcast failed
Unfollow podcast failed
$26.99 or free with 30-day trial
-
-
-
Programming for Beginners: 2 Book in 1
- Linux for Beginners, SQL for Beginners
- By: Matthew Python
- Narrated by: Charles Young
- Length: 6 hrs and 57 mins
- Unabridged
-
Overall
-
Performance
-
Story
Linux is quite synonymous with the cloud. If you intend to work on cloud-based projects, it is always good to learn Linux, especially the essentials. SQL is one of the most famous database query languages that have taken over almost three-fourths of the internet. Learning SQL is a must for any developer nowadays, and with the help of a good book, one can understand the basics very well.
-
Programming for Beginners: 2 Book in 1
- Linux for Beginners, SQL for Beginners
- Narrated by: Charles Young
- Series: Programming for Beginners, Book 1-2
- Length: 6 hrs and 57 mins
- Release date: 09-11-2020
- Language: English
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to basket failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from Wish List failed.
Please try again laterFollow podcast failed
Unfollow podcast failed
$22.99 or free with 30-day trial
-
-
-
Hacking: The Complete Beginner's Guide to Computer Hacking
- How to Hack Networks and Computer Systems, Information Gathering, Password Cracking
- By: Jack Jones
- Narrated by: Graeme Daniels
- Length: 1 hr and 7 mins
- Unabridged
-
Overall
-
Performance
-
Story
What do you know about hacking a computer system? If you are like most of us, you can't even get into your own computer if you've forgotten the password. The good news is that hacking is actually a lot easier than you think, and anyone can learn how to do it. As long as you are willing to do the work and to work through the steps patiently, you will also be able to hack the systems that you want to.
-
Hacking: The Complete Beginner's Guide to Computer Hacking
- How to Hack Networks and Computer Systems, Information Gathering, Password Cracking
- Narrated by: Graeme Daniels
- Length: 1 hr and 7 mins
- Release date: 25-09-2017
- Language: English
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to basket failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from Wish List failed.
Please try again laterFollow podcast failed
Unfollow podcast failed
$9.99 or free with 30-day trial
-
-
-
Getting in Front on Data
- By: Thomas C. Redman PhD
- Narrated by: Randal Schaffer
- Length: 4 hrs and 38 mins
- Unabridged
-
Overall
-
Performance
-
Story
By now, everyone knows that bad data extorts an enormous toll, adding huge (though often hidden) costs and making it more difficult to make good decisions and leverage advanced analyses. While the problems are pervasive and insidious, they are also solvable! As Tom Redman "the Data Doc" explains in Getting in Front on Data, the secret lies in getting the right people in the right roles to "get in front" of the management and social issues that lead to bad data in the first place.
-
Getting in Front on Data
- Narrated by: Randal Schaffer
- Length: 4 hrs and 38 mins
- Release date: 31-10-2016
- Language: English
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to basket failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from Wish List failed.
Please try again laterFollow podcast failed
Unfollow podcast failed
$16.99 or free with 30-day trial
-
-
-
Intermediate Python
- Treading on Python, Book 2
- By: Matt Harrison
- Narrated by: John Edmondson
- Length: 5 hrs and 32 mins
- Unabridged
-
Overall
-
Performance
-
Story
Python is easy to learn. You can learn the basics in a day and be productive with it, but there are more-advanced constructs that you will eventually run across if you spend enough time with it. These constructs, while not necessary per se, allow you to be more succinct, to re-use code, and to think about code in a different way. In this audiobook, you will learn how the constructs work and when to use them, receive real-life examples from the standard library, and more. Write Python like the masters.
-
Intermediate Python
- Treading on Python, Book 2
- Narrated by: John Edmondson
- Length: 5 hrs and 32 mins
- Release date: 18-05-2015
- Language: English
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to basket failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from Wish List failed.
Please try again laterFollow podcast failed
Unfollow podcast failed
$22.99 or free with 30-day trial
-
-
-
Data Science Bookcamp
- Five Real-World Python Projects
- By: Leonard Apeltsin
- Narrated by: Julie Brierley
- Length: 18 hrs and 1 min
- Unabridged
-
Overall
-
Performance
-
Story
Learn data science with Python by building five real-world projects! Experiment with card game predictions, tracking disease outbreaks, and more, as you build a flexible and intuitive understanding of data science. In Data Science Bookcamp, you’ll test and build your knowledge of Python with the kind of open-ended problems that professional data scientists work on every day. Downloadable data sets and thoroughly-explained solutions help you lock in what you’ve learned, building your confidence and making you ready for an exciting new data science career.
-
Data Science Bookcamp
- Five Real-World Python Projects
- Narrated by: Julie Brierley
- Length: 18 hrs and 1 min
- Release date: 28-01-2022
- Language: English
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to basket failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from Wish List failed.
Please try again laterFollow podcast failed
Unfollow podcast failed
$33.99 or free with 30-day trial
-
-
-
Reactive Design Patterns
- By: Dr. Roland Kuhn, Brian Hanafee, Jamie Allen
- Narrated by: Mark Thomas
- Length: 13 hrs and 14 mins
- Unabridged
-
Overall
-
Performance
-
Story
Reactive Design Patterns is a clearly written guide for building message-driven distributed systems that are resilient, responsive, and elastic. In this book you'll find patterns for messaging, flow control, resource management, and concurrency, along with practical issues like test-friendly designs. All patterns include concrete examples using Scala and Akka.
-
Reactive Design Patterns
- Narrated by: Mark Thomas
- Length: 13 hrs and 14 mins
- Release date: 26-11-2018
- Language: English
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to basket failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from Wish List failed.
Please try again laterFollow podcast failed
Unfollow podcast failed
$27.99 or free with 30-day trial
-
-
-
Security Chaos Engineering
- Sustaining Resilience in Software and Systems
- By: Kelly Shortridge, Aaron Rinehart - contributor
- Narrated by: April Doty
- Length: 18 hrs and 36 mins
- Unabridged
-
Overall
-
Performance
-
Story
In this comprehensive guide, authors Kelly Shortridge and Aaron Rinehart help you navigate the challenges of sustaining resilience in complex software systems by using the principles and practices of security chaos engineering. By preparing for adverse events, you can ensure they don't disrupt your ability to innovate, move quickly, and achieve your engineering and business goals.
-
Security Chaos Engineering
- Sustaining Resilience in Software and Systems
- Narrated by: April Doty
- Length: 18 hrs and 36 mins
- Release date: 28-11-2023
- Language: English
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to basket failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from Wish List failed.
Please try again laterFollow podcast failed
Unfollow podcast failed
$33.99 or free with 30-day trial
-
-
-
SEO Mastery for 2025
- Your Ultimate Guide to Search Engine Optimization, Dominating the Rankings and Growing Organic Traffic (Online Business Startup Toolkit, Book 2)
- By: Russell Scott
- Narrated by: Thomas Cassidy
- Length: 7 hrs and 47 mins
- Unabridged
-
Overall
-
Performance
-
Story
With "SEO Mastery for 2025: Your Ultimate Guide to Search Engine Optimization," you may discover the keys to taking the lead in search engine rankings and dramatically increasing your organic traffic. In the realm of digital marketing, where visibility is critical, this in-depth guide is your passport to understanding the always changing field of SEO. This book simplifies complicated ideas into doable tactics that will keep you ahead of the curve in 2025 and beyond, regardless of experience level in marketing.
-
SEO Mastery for 2025
- Your Ultimate Guide to Search Engine Optimization, Dominating the Rankings and Growing Organic Traffic (Online Business Startup Toolkit, Book 2)
- Narrated by: Thomas Cassidy
- Series: Online Business Startup Toolkit, Book 2
- Length: 7 hrs and 47 mins
- Release date: 07-02-2025
- Language: English
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to basket failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from Wish List failed.
Please try again laterFollow podcast failed
Unfollow podcast failed
$26.99 or free with 30-day trial
-
-
-
Godot from Zero to Proficiency (Proficient)
- A Step-by-Step Guide to Creating Your First RPG
- By: Patrick Felicia
- Narrated by: Brad Derry
- Length: 7 hrs and 12 mins
- Unabridged
-
Overall
-
Performance
-
Story
This book is your ultimate guide to mastering Godot game development. No prior experience needed! Dive into the exciting world of Godot and learn step-by-step how to design captivating 2D and 3D environments, program engaging gameplay mechanics, and create stunning visual effects. Imagine building your dream games and impressing friends and potential employers with your skills.
-
Godot from Zero to Proficiency (Proficient)
- A Step-by-Step Guide to Creating Your First RPG
- Narrated by: Brad Derry
- Series: Godot from Zero to Proficiency, Book 5
- Length: 7 hrs and 12 mins
- Release date: 04-02-2025
- Language: English
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to basket failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from Wish List failed.
Please try again laterFollow podcast failed
Unfollow podcast failed
$22.99 or free with 30-day trial
-
-
-
The Art of AI Software Development & Work
- Planning, Coding, & Staying Sane for Your Software Career
- By: Tom Henricksen
- Narrated by: Tom Henricksen
- Length: 17 mins
- Unabridged
-
Overall
-
Performance
-
Story
The AI revolution is happening now. Software developers who embrace AI will be best positioned to thrive in the future. This concise book provides a crucial foundation in the core concepts driving this transformative technology, including: Machine Learning: How algorithms learn from data to make predictions.
-
The Art of AI Software Development & Work
- Planning, Coding, & Staying Sane for Your Software Career
- Narrated by: Tom Henricksen
- Length: 17 mins
- Release date: 28-01-2025
- Language: English
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to basket failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from Wish List failed.
Please try again laterFollow podcast failed
Unfollow podcast failed
$5.99 or free with 30-day trial
-
-
-
Flying? No Fear!
- Conquer Your Fear of Flying
- By: Adrian Akers-Douglas, Dr. George Georgiou
- Narrated by: uncredited
- Length: 2 hrs and 2 mins
- Unabridged
-
Overall
-
Performance
-
Story
Written by an airline pilot and a clinical psychologist, this combination of practical explanation and self-help techniques is the definitive guide to help nervous passengers overcome their fear of flying. Lighthearted, unpatronising and informative.
-
-
Don't know if I'm cited by very relaxing
- By Kai1 on 27-10-2016
-
Flying? No Fear!
- Conquer Your Fear of Flying
- Narrated by: uncredited
- Length: 2 hrs and 2 mins
- Release date: 20-02-2008
- Language: English
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to basket failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from Wish List failed.
Please try again laterFollow podcast failed
Unfollow podcast failed
$10.99 or free with 30-day trial
-
-
-
Hacking: The Ultimate Beginners Guide
- By: Max Green
- Narrated by: Anna Castiglioni
- Length: 59 mins
- Unabridged
-
Overall
-
Performance
-
Story
Have you always wanted to hack? Well, this book contains tons of tips and strategies on how to hack. The whole idea of "hacking" may seem hard, but in this step-by-step guide, you'll learn everything you need to know about hacking. Even if you aren't a beginner, this book contains tons of new information on hacking. Listen to become a hacking master today!
-
Hacking: The Ultimate Beginners Guide
- Narrated by: Anna Castiglioni
- Length: 59 mins
- Release date: 21-12-2015
- Language: English
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to basket failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from Wish List failed.
Please try again laterFollow podcast failed
Unfollow podcast failed
$5.99 or free with 30-day trial
-
-
-
Engineering Resilient Systems on AWS
- Design, Build, and Test for Resilience
- By: Nate Bachmeier, Kevin Schwarz, Jennifer Moran
- Narrated by: Brandon Pollock
- Length: 11 hrs and 17 mins
- Unabridged
-
Overall
-
Performance
-
Story
To ensure that applications are reliable and always available, more businesses today are moving applications to AWS. But many companies still struggle to design and build these cloud applications effectively. With this practical guide, software, DevOps, and cloud engineers will learn how to implement resilient designs and configurations in the cloud using hands-on independent labs.
-
Engineering Resilient Systems on AWS
- Design, Build, and Test for Resilience
- Narrated by: Brandon Pollock
- Length: 11 hrs and 17 mins
- Release date: 02-09-2025
- Language: English
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to basket failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from Wish List failed.
Please try again laterFollow podcast failed
Unfollow podcast failed
$24.99 or free with 30-day trial
-
-
-
The Secret Science of Games
- By: John Hopson
- Narrated by: Matt Hicks
- Length: 5 hrs and 9 mins
- Unabridged
-
Overall
-
Performance
-
Story
The Secret Science of Games is an accessible and entertaining guide to the hidden role of science in making games more fun. User experience (UX) research is a vital part of the story of how video games have become a cultural juggernaut, but game developers generally don’t speak publicly about how data shapes game design and game development.
-
The Secret Science of Games
- Narrated by: Matt Hicks
- Length: 5 hrs and 9 mins
- Release date: 28-04-2023
- Language: English
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to basket failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from Wish List failed.
Please try again laterFollow podcast failed
Unfollow podcast failed
$22.99 or free with 30-day trial
-
-
-
C# in Depth, 3rd Edition
- By: Jon Skeet
- Narrated by: Ezra Simeloff
- Length: 21 hrs and 28 mins
- Unabridged
-
Overall
-
Performance
-
Story
C# in Depth, Third Edition updates the best-selling second edition to cover the features of C# 5, including the challenges of writing maintainable asynchronous code. It preserves the uniquely insightful look into the tricky areas and dusty corners of C# that only expert Jon Skeet can provide.
-
C# in Depth, 3rd Edition
- Narrated by: Ezra Simeloff
- Length: 21 hrs and 28 mins
- Release date: 03-12-2018
- Language: English
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to basket failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from Wish List failed.
Please try again laterFollow podcast failed
Unfollow podcast failed
$33.99 or free with 30-day trial
-
-
-
The Art of Immersion
- How the Digital Generation Is Remaking Hollywood, Madison Avenue, and the Way We Tell Stories
- By: Frank Rose
- Narrated by: William Dufris
- Length: 10 hrs and 25 mins
- Unabridged
-
Overall
-
Performance
-
Story
A field guide to the visionaries and the fans who are reinventing the art of storytelling. Not long ago we were spectators, passive consumers of mass media. Now, on YouTube and blogs and Facebook and Twitter, we are media. And while we watch more television than ever before, how we watch it is changing in ways we have barely slowed down to register. No longer content in our traditional role as couch potatoes, we approach media as experiences to immerse ourselves in at will.
-
The Art of Immersion
- How the Digital Generation Is Remaking Hollywood, Madison Avenue, and the Way We Tell Stories
- Narrated by: William Dufris
- Length: 10 hrs and 25 mins
- Release date: 02-12-2011
- Language: English
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to basket failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from Wish List failed.
Please try again laterFollow podcast failed
Unfollow podcast failed
$27.99 or free with 30-day trial
-
-
-
Measuring Continuous Delivery
- By: Steve Smith
- Narrated by: James Cooper
- Length: 3 hrs and 44 mins
- Unabridged
-
Overall
-
Performance
-
Story
Continuous Delivery is a set of holistic principles and practices to reduce time to market and provide an organization with a strategic competitive advantage, but adoption is invariably a challenging and time-consuming journey. Before adoption, the current time to market and desired time to market are often unknown, which makes alignment and collaboration between individuals, teams, and departments difficult. During adoption practices, techniques, and tools are often introduced without acceptance criteria, with makes it hard to assess and learn from the impact of changes.
-
-
Not suitable as an audiobook
- By Marshall Cowan on 23-05-2022
-
Measuring Continuous Delivery
- Narrated by: James Cooper
- Length: 3 hrs and 44 mins
- Release date: 22-12-2020
- Language: English
Failed to add items
Sorry, we are unable to add the item because your shopping cart is already at capacity.Add to basket failed.
Please try again laterAdd to Wish List failed.
Please try again laterRemove from Wish List failed.
Please try again laterFollow podcast failed
Unfollow podcast failed
$16.99 or free with 30-day trial
-