Showing results by publisher "Manning Publications" in Programming
-
-
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
-
-
-
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
-
-
-
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
-
-
-
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
-
-
-
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
-
-
-
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
-
-
-
Spring Microservices in Action
- Second Edition
- By: John Carnell, Illary Huaylupo Sànchez
- Narrated by: Adam Newmark
- Length: 11 hrs and 20 mins
- Unabridged
-
Overall
-
Performance
-
Story
Spring Microservices in Action: Second Edition teaches you to build microservice-based applications using Java and Spring. By dividing large applications into separate self-contained units, microservices are a great step toward reducing complexity and increasing flexibility. This second edition is fully updated for the latest version of Spring, with expanded coverage of API routing with Spring Cloud Gateway, logging with the ELK stack, metrics with Prometheus and Grafana, security with the Hashicorp Vault, and modern deployment practices with Kubernetes and Istio.
-
Spring Microservices in Action
- Second Edition
- Narrated by: Adam Newmark
- Length: 11 hrs and 20 mins
- Release date: 05-04-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
-
-
-
Practices of the Python Pro
- By: Dane Hillard
- Narrated by: Lisa Farina
- Length: 6 hrs and 20 mins
- Unabridged
-
Overall
-
Performance
-
Story
Professional developers know the many benefits of writing application code that’s clean, well-organized, and easy to maintain. By learning and following established patterns and best practices, you can take your code and your career to a new level. With Practices of the Python Pro, you’ll learn to design professional-level, clean, easily maintainable software at scale using the incredibly popular programming language, Python.
-
Practices of the Python Pro
- Narrated by: Lisa Farina
- Length: 6 hrs and 20 mins
- Release date: 16-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
-
-
-
Modern Java in Action
- Lambdas, Streams, Functional and Reactive Programming
- By: Raoul-Gabriel Urma, Mario Fusco, Alan Mycroft
- Narrated by: Sarah Dawe
- Length: 17 hrs and 52 mins
- Unabridged
-
Overall
-
Performance
-
Story
Manning's best-selling Java 8 book has been revised for Java 9 and 10! In Modern Java in Action, you'll build on your existing Java language skills with the newest features and techniques. Modern Java in Action connects new features of the Java language with their practical applications. It will help you expand your existing knowledge of core Java as you master modern additions like the Streams API and the Java Module System, explore new approaches to concurrency, and learn how functional concepts can help you write code that’s easier to read and maintain.
-
Modern Java in Action
- Lambdas, Streams, Functional and Reactive Programming
- Narrated by: Sarah Dawe
- Length: 17 hrs and 52 mins
- Release date: 03-12-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
-
-
-
Classic Computer Science Problems in Python
- By: David Kopec
- Narrated by: Lisa Farina
- Length: 5 hrs and 6 mins
- Unabridged
-
Overall
-
Performance
-
Story
Classic Computer Science Problems in Python sharpens your CS problem-solving skills with time-tested scenarios, exercises, and algorithms, using Python. You'll tackle dozens of coding challenges, ranging from simple tasks like binary search algorithms to clustering data using k-means. You'll especially enjoy the feeling of satisfaction as you crack problems that connect computer science to the real-world concerns of apps, data, performance, and even nailing your next job interview!
-
Classic Computer Science Problems in Python
- Narrated by: Lisa Farina
- Length: 5 hrs and 6 mins
- Release date: 12-08-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
$22.99 or free with 30-day trial
-
-
-
Getting MEAN with Mongo, Express, Angular, and Node
- By: Simon Holmes
- Narrated by: Chris Dunn
- Length: 10 hrs and 10 mins
- Unabridged
-
Overall
-
Performance
-
Story
Getting MEAN with Mongo, Express, Angular, and Node teaches you how to develop web applications using the MEAN stack.
-
Getting MEAN with Mongo, Express, Angular, and Node
- Narrated by: Chris Dunn
- Length: 10 hrs and 10 mins
- Release date: 06-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
-
-
-
Amazon Web Services in Action
- By: Andreas Wittig, Michael Wittig
- Narrated by: Aiden Humphreys
- Length: 9 hrs and 55 mins
- Unabridged
-
Overall
-
Performance
-
Story
Amazon Web Services in Action introduces you to computing, storing, and networking in the AWS cloud. The audiobook will teach you about the most important services on AWS. You will also learn about best practices regarding security, high availability, and scalability.
-
Amazon Web Services in Action
- Narrated by: Aiden Humphreys
- Length: 9 hrs and 55 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
-
-
-
Spring in Action: Covers Spring 4
- By: Craig Walls
- Narrated by: Mark Thomas
- Length: 20 hrs and 7 mins
- Unabridged
-
Overall
-
Performance
-
Story
Spring in Action, Fourth Edition is a hands-on guide to the Spring Framework, updated for version 4. It covers the features, tools, and practices including Spring MVC, REST, Security, Web Flow, and more. You'll move between short snippets and an ongoing example as you learn to build simple and efficient J2EE applications. Author Craig Walls has a special knack for crisp and entertaining examples that zoom in on the features and techniques you really need.
-
Spring in Action: Covers Spring 4
- Narrated by: Mark Thomas
- Length: 20 hrs and 7 mins
- Release date: 29-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
$33.99 or free with 30-day trial
-
-
-
The Well-Grounded Rubyist, Second Edition
- By: David A. Black
- Narrated by: Mark Thomas
- Length: 17 hrs and 24 mins
- Unabridged
-
Overall
-
Performance
-
Story
The Well-Grounded Rubyist, Second Edition addresses both newcomers to Ruby, as well as Ruby programmers who want to deepen their understanding of the language. A creative tutorial that begins with your first Ruby program and goes on to explore sophisticated topics like callable objects, reflection, and threading, the book concentrates on the language, preparing you to use Ruby in any way you choose.
-
The Well-Grounded Rubyist, Second Edition
- Narrated by: Mark Thomas
- Length: 17 hrs and 24 mins
- Release date: 27-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
$33.99 or free with 30-day trial
-