Showing results by publisher "Manning Publications" in Programming & Software Development
-
-
GitOps and Kubernetes: Continuous Deployment with Argo CD, Jenkins X, and Flux
- By: Billy Yuen, Alexander Matyushentsev, Todd Ekenstam, and others
- Narrated by: Julie Brierley
- Length: 8 hrs and 2 mins
- Unabridged
-
Overall
-
Performance
-
Story
GitOps and Kubernetes introduces a radical idea - managing your infrastructure with the same Git pull requests you use to manage your codebase. In this in-depth tutorial, you’ll learn to operate infrastructures based on powerful-but-complex technologies such as Kubernetes with the same Git version control tools most developers use daily. With these GitOps techniques and best practices, you’ll accelerate application development without compromising on security, easily roll back infrastructure changes, and seamlessly introduce new team members to your automation process.
-
GitOps and Kubernetes: Continuous Deployment with Argo CD, Jenkins X, and Flux
- Narrated by: Julie Brierley
- Length: 8 hrs and 2 mins
- Release date: 04-06-2021
- 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
-
-
-
The Little Elixir & OTP Guidebook
- By: Benjamin Tan Wei Hao
- Narrated by: Mark Thomas
- Length: 6 hrs and 27 mins
- Unabridged
-
Overall
-
Performance
-
Story
The Little Elixir & OTP Guidebook gets you started writing applications with Elixir and OTP. You'll begin with the immediately comfortable Elixir language syntax, along with just enough functional programming to use it effectively. Then, you'll dive straight into several lighthearted examples that teach you to take advantage of the incredible functionality built into the OTP library.
-
The Little Elixir & OTP Guidebook
- Narrated by: Mark Thomas
- Length: 6 hrs and 27 mins
- Release date: 22-10-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
$22.99 or free with 30-day trial
-
-
-
AWS Lambda in Action
- Event-Driven Serverless Applications
- By: Danilo Poccia
- Narrated by: Aiden Humphreys
- Length: 8 hrs and 39 mins
- Unabridged
-
Overall
-
Performance
-
Story
AWS Lambda in Action is an example-driven tutorial that teaches you how to build applications that use an event-driven approach on the back end. Starting with an overview of AWS Lambda, the audiobook moves on to show you common examples and patterns you can use to call Lambda functions from a web page or a mobile app. The second part of the audiobook puts these smaller examples together to build larger applications. By the end, you'll be ready to create applications that take advantage of the high availability, security, performance, and scalability of AWS.
-
AWS Lambda in Action
- Event-Driven Serverless Applications
- Narrated by: Aiden Humphreys
- Length: 8 hrs and 39 mins
- Release date: 12-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
$26.99 or free with 30-day trial
-
-
-
Python Workout
- 50 Ten-Minute Exercises
- By: Reuven M. Lerner
- Narrated by: Mark Thomas
- Length: 7 hrs and 35 mins
- Unabridged
-
Overall
-
Performance
-
Story
The only way to master a skill is to practice. In Python Workout, author Reuven M. Lerner guides you through 50 carefully selected exercises that invite you to flex your programming muscles. As you take on each new challenge, you'll build programming skill and confidence. The thorough explanations help you lock in what you've learned and apply it to your own projects.
-
Python Workout
- 50 Ten-Minute Exercises
- Narrated by: Mark Thomas
- Length: 7 hrs and 35 mins
- Release date: 18-02-2021
- 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
-
-
-
Natural Language Processing in Action: Understanding, Analyzing, and Generating Text with Python
- By: Hobson Lane, Hannes Hapke, Cole Howard
- Narrated by: Mark Thomas
- Length: 18 hrs and 29 mins
- Unabridged
-
Overall
-
Performance
-
Story
Natural Language Processing in Action is your guide to building machines that can read and interpret human language. In it, you'll use readily available Python packages to capture the meaning in text and react accordingly. The book expands traditional NLP approaches to include neural networks, modern deep learning algorithms, and generative techniques as you tackle real-world problems like extracting dates and names, composing text, and answering free-form questions.
-
Natural Language Processing in Action: Understanding, Analyzing, and Generating Text with Python
- Narrated by: Mark Thomas
- Length: 18 hrs and 29 mins
- Release date: 02-09-2019
- 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
-
-
-
Algorithms of the Intelligent Web
- By: Douglas McIlwraith, Haralambos Marmanis, Dmitry Babenko
- Narrated by: Mark Thomas
- Length: 8 hrs and 39 mins
- Unabridged
-
Overall
-
Performance
-
Story
Algorithms of the Intelligent Web, Second Edition teaches you how to create machine learning applications that crunch and wrangle data collected from users, web applications, and website logs. In this totally revised edition, you'll look at intelligent algorithms that extract real value from data. Key machine learning concepts are explained with code examples in Python's scikit-learn. This book guides you through algorithms to capture, store, and structure data streams coming from the web.
-
Algorithms of the Intelligent Web
- Narrated by: Mark Thomas
- Length: 8 hrs and 39 mins
- Release date: 23-10-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
$26.99 or free with 30-day trial
-
-
-
Five Lines of Code
- How and When to Refactor
- By: Christian Clausen
- Narrated by: Mark Thomas
- Length: 8 hrs and 25 mins
- Unabridged
-
Overall
-
Performance
-
Story
Improving existing code - refactoring - is one of the most common tasks you’ll face as a programmer. Five Lines of Code teaches you clear and actionable refactoring rules that you can apply without relying on intuitive judgements such as “code smells”. Following the author’s expert perspective - that refactoring and code smells can be learned by following a concrete set of principles - you’ll learn when to refactor your code, what patterns to apply to what problem, and the code characteristics that indicate it’s time for a rework.
-
Five Lines of Code
- How and When to Refactor
- Narrated by: Mark Thomas
- Length: 8 hrs and 25 mins
- Release date: 09-12-2021
- 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
-
-
-
Secrets of the JavaScript Ninja
- By: John Resig, Bear Bibeault, Josip Maras
- Narrated by: Derek Lettman
- Length: 11 hrs and 15 mins
- Unabridged
-
Overall
-
Performance
-
Story
More than ever, the web is a universal platform for all types of applications, and JavaScript is the language of the web. If you're serious about web development, it's not enough to be a decent JavaScript coder. You need to be ninja stealthy, efficient, and ready for anything. This audiobook shows you how.
-
Secrets of the JavaScript Ninja
- Narrated by: Derek Lettman
- Length: 11 hrs and 15 mins
- Release date: 05-10-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
-
-
-
Unit Testing Principles, Practices, and Patterns
- Effective Testing Styles, Patterns, and Reliable Automation for Unit Testing, Mocking, and Integration Testing with Examples in C#
- By: Vladimir Khorikov
- Narrated by: Nate Colitto
- Length: 7 hrs and 18 mins
- Unabridged
-
Overall
-
Performance
-
Story
Unit Testing Principles, Patterns and Practices shows you how to refine your existing unit tests by implementing modern best practices. You’ll learn to spot which tests are performing, which need refactoring, and which need to be deleted entirely! Upgrade your testing suite with new testing styles, good patterns, and reliable automated testing.
-
Unit Testing Principles, Practices, and Patterns
- Effective Testing Styles, Patterns, and Reliable Automation for Unit Testing, Mocking, and Integration Testing with Examples in C#
- Narrated by: Nate Colitto
- Length: 7 hrs and 18 mins
- Release date: 05-03-2021
- 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
-
-
-
Terraform in Action
- By: Scott Winkler
- Narrated by: Christopher Kendrick
- Length: 8 hrs and 2 mins
- Unabridged
-
Overall
-
Performance
-
Story
Want to use the Terraform automation tool to design and manage servers that can be provisioned, shared, changed, tested, and deployed with a single command? Terraform in Action introduces the infrastructure-as-code (IaC) model that lets you instantaneously create new components and respond efficiently to changes in demand. Using practical, relevant examples, you’ll use Terraform to provision a Kubernetes cluster, deploy a multiplayer game, and configure other hands-on projects. Listen and discover how to think in Terraform rather than just copying and pasting scripts.
-
Terraform in Action
- Narrated by: Christopher Kendrick
- Length: 8 hrs and 2 mins
- Release date: 25-10-2021
- 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
-
-
-
Learn Docker in a Month of Lunches
- By: Elton Stoneman
- Narrated by: Julie Brierley
- Length: 10 hrs and 32 mins
- Unabridged
-
Overall
-
Performance
-
Story
Go from zero to production readiness with Docker in 22 bite-sized lessons! Learn Docker in a Month of Lunches is an accessible task-focused guide to Docker on Linux, Windows, or Mac systems. In it, you’ll learn practical Docker skills to help you tackle the challenges of modern IT, from cloud migration and microservices to handling legacy systems. There’s no excessive theory or niche-use cases - just a quick-and-easy guide to the essentials of Docker you’ll use every day.
-
Learn Docker in a Month of Lunches
- Narrated by: Julie Brierley
- Length: 10 hrs and 32 mins
- Release date: 13-04-2021
- 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
-
-
-
Bootstrapping Microservices with Docker, Kubernetes, and Terraform
- A Project-Based Guide
- By: Ashley Davis
- Narrated by: Adam Newmark
- Length: 12 hrs and 13 mins
- Unabridged
-
Overall
-
Performance
-
Story
The best way to learn microservices development is to build something! Bootstrapping Microservices with Docker, Kubernetes, and Terraform guides you from zero through to a complete microservices project, including fast prototyping, development, and deployment. You’ll get your feet wet using industry-standard tools as you learn and practice the practical skills you’ll use for every microservices application.
-
Bootstrapping Microservices with Docker, Kubernetes, and Terraform
- A Project-Based Guide
- Narrated by: Adam Newmark
- Length: 12 hrs and 13 mins
- Release date: 10-12-2021
- 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
-
-
-
Java 8 in Action
- Lambdas, Streams, and Functional-Style Programming
- By: Raoul-Gabriel Urma, Mario Fusco, Alan Mycroft
- Narrated by: Ezra Simeloff
- Length: 12 hrs and 54 mins
- Unabridged
-
Overall
-
Performance
-
Story
Every new version of Java is important, but Java 8 was a game changer. Java 8 in Action is a clearly written guide to the new features of Java 8. It begins with a practical introduction to lambdas, using real-world Java code. Next, it covers the new Streams API and shows how you can use it to make collection-based code radically easier to understand and maintain.
-
Java 8 in Action
- Lambdas, Streams, and Functional-Style Programming
- Narrated by: Ezra Simeloff
- Length: 12 hrs and 54 mins
- Release date: 03-01-2019
- 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
-
-
-
Big Data: Principles and Best Practices of Scalable Realtime Data Systems
- By: Nathan Marz, James Warren
- Narrated by: Mark Thomas, Chris Penick
- Length: 9 hrs and 15 mins
- Unabridged
-
Overall
-
Performance
-
Story
Big Data teaches you to build big data systems using an architecture designed specifically to capture and analyze web-scale data. This book presents the Lambda Architecture, a scalable, easy-to-understand approach that can be built and run by a small team. You'll explore the theory of big data systems and how to implement them in practice. In addition to discovering a general framework for processing big data, you'll learn specific technologies like Hadoop, Storm, and NoSQL databases.
-
Big Data: Principles and Best Practices of Scalable Realtime Data Systems
- Narrated by: Mark Thomas, Chris Penick
- Length: 9 hrs and 15 mins
- Release date: 05-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
$26.99 or free with 30-day trial
-
-
-
Istio in Action
- By: Christian E. Posta, Rinor Maloku
- Narrated by: Derek Dysart
- Length: 11 hrs and 52 mins
- Unabridged
-
Overall
-
Performance
-
Story
Solve difficult service-to-service communication challenges around security, observability, routing, and resilience with an Istio-based service mesh. Istio allows you to define these traffic policies as configuration and enforce them consistently without needing any service-code changes.
-
Istio in Action
- Narrated by: Derek Dysart
- Length: 11 hrs and 52 mins
- Release date: 14-06-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
$27.99 or free with 30-day trial
-
-
-
Designing Cloud Data Platforms
- By: Danil Zburivsky, Lynda Partner
- Narrated by: Christopher Kendrick
- Length: 14 hrs and 8 mins
- Unabridged
-
Overall
-
Performance
-
Story
Centralized data warehouses, the long-time de facto standard for housing data for analytics, are rapidly giving way to multi-faceted cloud data platforms. Companies that embrace modern cloud data platforms benefit from an integrated view of their business using all of their data and can take advantage of advanced analytic practices to drive predictions and as yet unimagined data services.
-
Designing Cloud Data Platforms
- Narrated by: Christopher Kendrick
- Length: 14 hrs and 8 mins
- Release date: 10-03-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
$27.99 or free with 30-day trial
-
-
-
Code Like a Pro in C#
- By: Jort Rodenburg
- Narrated by: Mark Thomas
- Length: 11 hrs and 49 mins
- Unabridged
-
Overall
-
Performance
-
Story
Critical business applications worldwide are written in the versatile C# language and the powerful .NET platform, running on desktops, cloud systems, and Windows or Linux servers. Code Like a Pro in C# makes it easy to turn your existing abilities in C# or another OO language (such as Java) into practical C# mastery. There’s no “Hello World” or Computer Science 101 basics - you’ll learn by refactoring an out-of-date legacy codebase, using new techniques, tools, and best practices to bring it up to modern C# standards.
-
Code Like a Pro in C#
- Narrated by: Mark Thomas
- Length: 11 hrs and 49 mins
- Release date: 12-11-2021
- 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
-
-
-
Good Code, Bad Code
- Think Like a Software Engineer
- By: Tom Long
- Narrated by: Julie Brierley
- Length: 10 hrs and 34 mins
- Unabridged
-
Overall
-
Performance
-
Story
Practical techniques for writing code that is robust, reliable, and easy for team members to understand and adapt. In Good Code, Bad Code you’ll learn how to: Think about code like an effective software engineer, write functions that read like well-structured sentences, ensure code is reliable and bug free, effectively unit test code, identify code that can cause problems and improve it, write code that is reusable and adaptable to new requirements, improve your medium and long-term productivity, and save yourself and your team time.
-
Good Code, Bad Code
- Think Like a Software Engineer
- Narrated by: Julie Brierley
- Length: 10 hrs and 34 mins
- Release date: 12-10-2021
- 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
-
-
-
The Quick Python Book, Second Edition
- By: Naomi R. Ceder
- Narrated by: Mark Thomas
- Length: 10 hrs and 8 mins
- Unabridged
-
Overall
-
Performance
-
Story
This revision of Manning's popular The Quick Python Book offers a clear, crisp introduction to the elegant Python programming language and its famously easy-to-read syntax. Written for programmers new to Python, this edition covers features common to other languages concisely, while introducing Python's comprehensive standard functions library and unique features in detail. After exploring Python's syntax, control flow, and basic data structures, the book shows how to create, test, and deploy full applications and larger code libraries.
-
The Quick Python Book, Second Edition
- Narrated by: Mark Thomas
- Length: 10 hrs and 8 mins
- Release date: 07-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
$27.99 or free with 30-day trial
-
-
-
R in Action: Data Analysis and Graphics with R
- By: Robert Kabacoff
- Narrated by: Dale Ogden, Rob Kabacoff
- Length: 14 hrs and 3 mins
- Unabridged
-
Overall
-
Performance
-
Story
R in Action, Second Edition teaches you how to use the R language by presenting examples relevant to scientific, technical, and business developers. Focusing on practical solutions, the book offers a crash course in statistics, including elegant methods for dealing with messy and incomplete data. You'll also master R's extensive graphical capabilities for exploring and presenting data visually. And this expanded second edition includes new chapters on forecasting, data mining, and dynamic report writing.
-
R in Action: Data Analysis and Graphics with R
- Narrated by: Dale Ogden, Rob Kabacoff
- Length: 14 hrs and 3 mins
- Release date: 05-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
-