Get what you want, when you want it, in liveBook!

Manning's innovative online reader

register
view your library More information on liveBook Submit feedback

bestsellers

just updated

just published

all liveBooks

categories
liveAudio
free content
Advanced
Android
Art/Music/Literature
Beginner
C
C#
C++
Calculators
Cloud
Computer Graphics
Data
Data Science
Databases
DevOps
Development
Devices
Enterprise Software
Game Development
General
Go
HTML/CSS
Intermediate
Java
Java/JVM
JavaScript
Kotlin
Machine Learning
Microsoft & .NET
Mobile Technology
Networking & Cloud Computing
NoSQL
Operations
Operations & Cloud
PHP
PowerShell
Programming
Python
Q#
R
Rust
Security
Service-Oriented Architecture
Software
Software Engineering
Software Testing
TypeScript
Web
Web Development
liveAudio
Optimization Algorithms: AI techniques for design, planning, and control problems
by Alaa KhamisApril 2025  comes with audio!

Solve design, planning, and control problems using modern AI techniques.



Optimization problems are everywhere in daily life. What’s the fastest route from one place to another? How do you calculate the optimal price for a product? How should you plant crops, allocate resources, and schedule surgeries? Optimization Algorithms introduces the AI algorithms that can solve these complex and poorly-structured problems.

In Optimization Algorithms: AI techniques for design, planning, and control problems you will learn:

  • The core concepts of search and optimization
  • Deterministic and stochastic optimization techniques
  • Graph search algorithms
  • Trajectory-based optimization algorithms
  • Evolutionary computing algorithms
  • Swarm intelligence algorithms
  • Machine learning methods for search and optimization problems
  • Efficient trade-offs between search space exploration and exploitation
  • State-of-the-art Python libraries for search and optimization

Inside this comprehensive guide, you’ll find a wide range of optimization methods, from deterministic search algorithms to stochastic derivative-free metaheuristic algorithms and machine learning methods. Don’t worry—there’s no complex mathematical notation. You’ll learn through in-depth case studies that cut through academic complexity to demonstrate how each algorithm works in the real world. Plus, get hands-on experience with practical exercises to optimize and scale the performance of each algorithm.

Learn Generative AI with PyTorch
by MARK LIUMarch 2025  comes with audio!

Learn how generative AI works by building your very own models that can write coherent text, create realistic images, and even make lifelike music.



Learn Generative AI with PyTorch teaches the underlying mechanics of generative AI by building working AI models from scratch. Throughout, you’ll use the intuitive PyTorch framework that’s instantly familiar to anyone who’s worked with Python data tools. Along the way, you’ll master the fundamentals of General Adversarial Networks (GANs), Transformers, Large Language Models (LLMs), variational autoencoders, diffusion models, LangChain, and more!

In Learn Generative AI with PyTorch you’ll build these amazing models:

  • A simple English-to-French translator
  • A text-generating model as powerful as GPT-2
  • A diffusion model that produces realistic flower images
  • Music generators using GANs and Transformers
  • An image style transfer model
  • A zero-shot know-it-all agent

The generative AI projects you create use the same underlying techniques and technologies as full-scale models like GPT-4 and Stable Diffusion. You don’t need to be a machine learning expert—you can get started with just some basic Python programming skills.

Functional Design and Architecture: Examples in Haskell
by Alexander GraninMarch 2025  comes with audio!

Design patterns and architectures for building production quality applications using functional programming.



Functional Design and Architecture is a pioneering guide to software engineering using Haskell and other functional languages. In it, you’ll discover Functional Declarative Design and other design principles perfect for working in Haskell, PureScript, F#, and Scala.

In Functional Design and Architecture you will learn:

  • Designing production applications in statically typed functional languages such as Haskell
  • Controlling code complexity with functional interfaces
  • Architectures, subsystems, and services for functional languages
  • Developing concurrent frameworks and multithreaded applications
  • Domain-driven design using free monads and other functional tools
  • Property-based, integrational, functional, unit, and automatic whitebox testing

Functional Design and Architecture lays out a comprehensive and complete approach to software design that utilizes the powerful and fascinating ideas of functional programming. Its examples are in Haskell, but its universal principles can be put into practice with any functional programming language. Inside, you’ll find cutting-edge functional design principles and practices for every stage of application development, from architecting your application through to running simple and maintainable tests.

Inside Deep Learning: Math, Algorithms, Models
by Edward RaffMarch 2025  comes with audio!

Journey through the theory and practice of modern deep learning, and apply innovative techniques to solve everyday data problems.



In Inside Deep Learning, you will learn how to:

  • Implement deep learning with PyTorch
  • Select the right deep learning components
  • Train and evaluate a deep learning model
  • Fine tune deep learning models to maximize performance
  • Understand deep learning terminology
  • Adapt existing PyTorch code to solve new problems

Inside Deep Learning is an accessible guide to implementing deep learning with the PyTorch framework. It demystifies complex deep learning concepts and teaches you to understand the vocabulary of deep learning so you can keep pace in a rapidly evolving field. No detail is skipped—you’ll dive into math, theory, and practical applications. Everything is clearly explained in plain English.

Interpretable AI: Building explainable machine learning systems
by Ajay ThampiMarch 2025  comes with audio!

AI doesn’t have to be a black box.

These practical techniques help shine a light on your model’s mysterious inner workings. Make your AI more transparent, and you’ll improve trust in your results, combat data leakage and bias, and ensure compliance with legal requirements.

In Interpretable AI, you will learn:

  • Why AI models are hard to interpret
  • Interpreting white box models such as linear regression, decision trees, and generalized additive models
  • Partial dependence plots, LIME, SHAP and Anchors, and other techniques such as saliency mapping, network dissection, and representational learning
  • What fairness is and how to mitigate bias in AI systems
  • Implement robust AI systems that are GDPR-compliant

Interpretable AI opens up the black box of your AI models. It teaches cutting-edge techniques and best practices that can make even complex AI systems interpretable. Each method is easy to implement with just Python and open source libraries. You’ll learn to identify when you can utilize models that are inherently transparent, and how to mitigate opacity when your problem demands the power of a hard-to-interpret deep learning model.

100 SQL Server Mistakes and How to Avoid Them
by Peter CarterMarch 2025  comes with audio!

All the mistakes you might make with SQL Server—and how to avoid them!

100 SQL Server Mistakes and How to Avoid Them prepares you for the pitfalls database professionals often encounter—from administration to development, availability, and security.

You'll learn to sidestep common errors that slow down your T-SQL code and ensure your SQL Server is installed and configured to handle anything your organization throws at it.

Inside 100 SQL Server Mistakes and How to Avoid Them you'll learn to avoid:

  • Development errors when writing T-SQL
  • Installation and administration mistakes
  • Optimization missteps
  • Common pitfalls relating to high availability and disaster recovery (HA/DR)
  • Security oversights that can endanger your data

100 SQL Server Mistakes and How to Avoid Them doesn't focus on the "happy path"—instead, it covers all the errors and problems you might face as a SQL Server developer or administrator. Each chapter is filled with real-world issues drawn from author Peter A. Carter’s two-decade-long career in SQL Server. Peter's seasoned advice helps dispel myths, debunk misconceptions, and set you on the right road.

Learn Concurrent Programming with Go
by James CutajarMarch 2025  comes with audio!

Concurrency doesn’t need to be confusing.

Start writing concurrent code that improves performance, scales up to handle large volumes of data, and takes full advantage of modern multi-processor hardware.

Too many developers think concurrency is extremely challenging. Learn Concurrent Programming with Go is here to prove them wrong! This book uses the easy-to-grasp concurrency tools of the Go language to demonstrate principles and techniques, steadily teaching you the best practices of effective concurrency. Techniques learned in this book can be applied to other languages.

In Learn Concurrent Programming with Go you will learn how to:

  • Implement effective concurrency for more responsive, higher performing, scalable software
  • Avoid common concurrency problems such as deadlocks and race conditions
  • Manage concurrency using goroutines, mutexes, readers-writer locks, and more
  • Identify concurrency patterns such as pipelining, worker pools, and message passing
  • Discover advantages, limits, and properties of parallel computing
  • Improve your Go coding skills with advanced multithreading topics

Concurrent programming allows multiple tasks to execute and interact simultaneously, speeding up performance and reducing user wait time. In Learn Concurrent Programming with Go, you’ll discover universal principles of concurrency, along with how to use them for a performance boost in your Go applications. Expert author James Cutajar starts with the basics of modeling concurrency in your programs, demonstrates differences between message passing and memory sharing, and even introduces advanced topics such as atomic variables and futexes.

A Pythonic Adventure: From Python basics to a working web app
by Pavel AnniMarch 2025  comes with audio!

Time to take an adventure with friends! Team up with Erik and Simon to learn Python the easy way.

This colorful book uses engaging questions and lively conversations to introduce computer programming to young readers one step at a time.

In A Pythonic Adventure, you will learn useful Python skills like:

  • Installing Python
  • Working with files
  • Creating text-based dialogs and menus
  • Using if/then, loops, lists, dictionaries, and input/output
  • Building web applications
  • Making your web apps look super professional

It’s fun to learn with friends! In A Pythonic Adventure you’ll meet Erik and Simon, two brothers who are just beginning their Python journey. Join them as they chat about the language, learn the basics, and build some cool programs. The book’s dialogue helps young programmers understand complex concepts much more easily. It's the perfect way for young programmers (and their parents) to get started.

There’s no boring lessons or dull exercises in this adventure. You’ll follow Erik and Simon’s questions and mistakes, discover how to write programs with a team, and get a chance to create applications you can use in your daily life. By the time they’re done reading, young learners will not only know how to write code, they’ll know how to think about problems like professional developers. All code in this book runs on Mac, Windows, Linux, and Raspberry Pi.

Designing APIs with Swagger and OpenAPI
by Joshua Ponelat,Lukas RosenstockMarch 2025  comes with audio!

Follow real-world API projects from concept to production, and learn hands-on how to describe and design APIs using OpenAPI.



In Designing APIs with Swagger and OpenAPI you will learn how to:

  • Understand OpenAPI syntax and structure
  • Use Swagger and other tooling to create OpenAPI definitions
  • Design authentication and authorization
  • Turn an OpenAPI description into online documentation
  • Automate processes and generating code
  • Iterate an API design with user stories
  • Build a frontend against a mock server
  • Generate backend code with Swagger Codegen
  • Versioning an API and dodging breaking changes
  • Work with cross-functional teams
Designing APIs with Swagger and OpenAPI is a comprehensive guide to designing and describing your first RESTful API using the most widely adopted standards. Following expert instruction from Swagger core contributor Josh Ponelat and API consultant Lukas Rosenstock, you’ll spend each chapter progressively expanding the kind of APIs you’ll want to build in the real world. You’ll utilize OpenAPI and Swagger to help automate your workflow, and free up your time to work on more exciting features. Learn the syntax and structure of OpenAPI definitions, create and iterate on an API design with common tools, and release your API to the public.

Effective Data Science Infrastructure
by Ville Tuulos,Ville TuulosMarch 2025  comes with audio!

Simplify data science infrastructure to give data scientists an efficient path from prototype to production.



In Effective Data Science Infrastructure you will learn how to:

  • Design data science infrastructure that boosts productivity
  • Handle compute and orchestration in the cloud
  • Deploy machine learning to production
  • Monitor and manage performance and results
  • Combine cloud-based tools into a cohesive data science environment
  • Develop reproducible data science projects using Metaflow, Conda, and Docker
  • Architect complex applications for multiple teams and large datasets
  • Customize and grow data science infrastructure

Effective Data Science Infrastructure: How to make data scientists more productive is a hands-on guide to assembling infrastructure for data science and machine learning applications. It reveals the processes used at Netflix and other data-driven companies to manage their cutting edge data infrastructure. In it, you’ll master scalable techniques for data storage, computation, experiment tracking, and orchestration that are relevant to companies of all shapes and sizes. You’ll learn how you can make data scientists more productive with your existing cloud infrastructure, a stack of open source software, and idiomatic Python.

The author is donating proceeds from this book to charities that support women and underrepresented groups in data science.

Spring Boot in Practice
by Somnath MusibMarch 2025  comes with audio!

Go beyond the basics with Spring Boot! This practical guide presents dozens of relevant scenarios in a convenient problem-solution-discussion format.



In Spring Boot in Practice you will learn:

  • Spring Boot’s features from an expert’s perspective
  • Configuring, logging, and monitoring Spring Boot applications
  • Effective methods for database communication
  • Utilizing Spring Security and securing your Spring application in production
  • Designing and developing microservices and RESTful APIs with Spring Boot
  • Microservice versioning, documentation, and security
  • Reactive application development and reactive data access with WebSocket and RSocket
  • Deploying Spring Boot applications on Kubernetes and major cloud platforms
  • Implementing containerization in a Spring Boot application
  • Using Spring Boot with Kotlin and GraalVM

Spring Boot in Practice is full of practical recipes for common development problems in Spring Boot. Author Somnath Musib has spent years building applications with Spring, and he shares that extensive experience in this focused guide. You’ll master techniques for using Spring Data, Spring Security, and other Spring-centric solutions. Learn how to work with Spring Boot and Kotlin, handling connections for multiple platforms, and how Spring Boot can simplify building microservices and APIs. Each recipe is built around a real-world problem, complete with a full solution and thoughtful discussion.

Acing the System Design Interview
by zhiyong tanMarch 2025  comes with audio!

The system design interview is one of the hardest challenges you’ll face in the software engineering hiring process.

This practical book gives you the insights, the skills, and the hands-on practice you need to ace the toughest system design interview questions and land the job and salary you want.

In Acing the System Design Interview you will master a structured and organized approach to present system design ideas like:

  • Scaling applications to support heavy traffic
  • Distributed transactions techniques to ensure data consistency
  • Services for functional partitioning such as API gateway and service mesh
  • Common API paradigms including REST, RPC, and GraphQL
  • Caching strategies, including their tradeoffs
  • Logging, monitoring, and alerting concepts that are critical in any system design
  • Communication skills that demonstrate your engineering maturity

Don’t be daunted by the complex, open-ended nature of system design interviews! In this in-depth guide, author Zhiyong Tan shares what he’s learned on both sides of the interview table. You’ll dive deep into the common technical topics that arise during interviews and learn how to apply them to mentally perfect different kinds of systems.

ASP.NET Core Security
by Christian WenzMarch 2025  comes with audio!

Secure your ASP.

NET applications before you get hacked! This practical guide includes secure coding techniques with annotated examples and full coverage of built-in ASP.NET Core security tools.

In ASP.NET Core Security, you will learn how to:

  • Understand and recognize common web app attacks
  • Implement attack countermeasures
  • Use testing and scanning tools and libraries
  • Activate built-in browser security features from ASP.NET
  • Take advantage of .NET and ASP.NET Core security APIs
  • Manage passwords to minimize damage from a data leak
  • Securely store application secrets

ASP.NET Core Security teaches you the skills and countermeasures you need to keep your ASP.NET Core apps secure from the most common web application attacks. With this collection of practical techniques, you will be able to anticipate risks and introduce practices like testing as regular security checkups. You’ll be fascinated as the author explores real-world security breaches, including rogue Firefox extensions and Adobe password thefts. The examples present universal security best practices with a sharp focus on the unique needs of ASP.NET Core applications.

Learn dbatools in a Month of Lunches: Automating SQL server tasks with PowerShell commands
by Claudio Silva,Chrissy LeMaire,Rob Sewell,Jess PomfretMarch 2025  comes with audio!

If you work with SQL Server, dbatools is a lifesaver.

This book will show you how to use this free and open source PowerShell module to automate just about every SQL server task you can imagine—all in just one month!

In Learn dbatools in a Month of Lunches you will learn how to:

  • Perform instance-to-instance and customized migrations
  • Automate security audits, tempdb configuration, alerting, and reporting
  • Schedule and monitor PowerShell tasks in SQL Server Agent
  • Bulk-import any type of data into SQL Server
  • Install dbatools in secure environments

Written by a group of expert authors including dbatools creator Chrissy LeMaire, Learn dbatools in a Month of Lunches teaches you techniques that will make you more effective—and efficient—than you ever thought possible. In twenty-eight lunchbreak lessons, you’ll learn the most important use cases of dbatools and the favorite functions of its core developers. Stabilize and standardize your SQL server environment, and simplify your tasks by building automation, alerting, and reporting with this powerful tool.

Algorithms and Data Structures for Massive Datasets
by Ines Schweigert,Emin Tahirovic,Dzejla MedjedovicMarch 2025  comes with audio!

Massive modern datasets make traditional data structures and algorithms grind to a halt.

This fun and practical guide introduces cutting-edge techniques that can reliably handle even the largest distributed datasets.

In Algorithms and Data Structures for Massive Datasets you will learn:

  • Probabilistic sketching data structures for practical problems
  • Choosing the right database engine for your application
  • Evaluating and designing efficient on-disk data structures and algorithms
  • Understanding the algorithmic trade-offs involved in massive-scale systems
  • Deriving basic statistics from streaming data
  • Correctly sampling streaming data
  • Computing percentiles with limited space resources

Algorithms and Data Structures for Massive Datasets reveals a toolbox of new methods that are perfect for handling modern big data applications. You’ll explore the novel data structures and algorithms that underpin Google, Facebook, and other enterprise applications that work with truly massive amounts of data. These effective techniques can be applied to any discipline, from finance to text analysis. Graphics, illustrations, and hands-on industry examples make complex ideas practical to implement in your projects—and there’s no mathematical proofs to puzzle over. Work through this one-of-a-kind guide, and you’ll find the sweet spot of saving space without sacrificing your data’s accuracy.

Software Testing with Generative AI
by Mark WinteringhamFebruary 2025  comes with audio!

Speed up your testing and deliver exceptional product quality with the power of AI tools.



The more you test, the more you learn about your software. Software Testing with Generative AI shows you how you can expand, automate, and enhance your testing with Large Language Model (LLM)-based AI. Your team will soon be delivering higher quality tests, all in less time.

In Software Testing with Generative AI you’ll learn how to:

  • Spot opportunities to improve test quality with AI
  • Construct test automation with the support of AI tools
  • Formulate new ideas during exploratory testing using AI tools
  • Use AI tools to aid the design process of new features
  • Improve the testability of a context with the help of AI tools
  • Maximize your output with prompt engineering
  • Create custom LLMs for your business’s specific needs

Software Testing with Generative AI is full of hype-free advice for supporting your software testing with AI. In it, you’ll find strategies from bestselling author Mark Winteringham to generate synthetic testing data, implement automation, and even augment and improve your test design with AI.

Writing for Developers: Blogs that get read
by Piotr Sarna Cynthia DunlopFebruary 2025  comes with audio!

Pragmatic methods for writing blogs, articles, and other technical pieces that stand out from the crowd!

Do you want to connect with your community, share your state-of-the-art achievements, and help your peers benefit from your hard-fought lessons learned? Do you want to get the kind of attention that expands your career? Master the art of writing engineering blog posts and articles! This comprehensive guide shows you how to create content your fellow developers will love to read and share.



Writing for Developers is full of the practical tips, tricks, and techniques you need to translate the ideas floating around your head into content that’s clear and compelling, including how to:

  • Pinpoint topics that make intriguing posts
  • Apply popular blog post design patterns
  • Rapidly plan, draft, and optimize blog posts
  • Make your content clearer and more convincing to technical readers
  • Tap AI for revision while avoiding misuses and abuses
  • Increase the impact of all your technical communications

Whether you’re brand new to writing, or a seasoned hand who wants more attention for your work, Writing for Developers will help ensure your writing resonates with readers. This isn’t a generic writing guide—from start to finish, the book is laser-focused on technical topics, writers, and audiences. Authors Piotr Sarna and Cynthia Dunlop combine their differing perspectives as an engineer and professional writer to help you write compelling works. You’ll learn through detailed examples, methodical strategies, and a “punk rock DIY attitude!”

Build a Large Language Model (From Scratch)
by Sebastian RaschkaFebruary 2025  comes with audio!


Includes a complimentary copy of Test Yourself On Build a Large Language Model (From Scratch)


Learn how to create, train, and tweak large language models (LLMs) by building one from the ground up!

Learn how to create, train, and tweak large language models (LLMs) by building one from the ground up!
In Build a Large Language Model (from Scratch) bestselling author Sebastian Raschka guides you step by step through creating your own LLM.

Each stage is explained with clear text, diagrams, and examples. You’ll go from the initial design and creation, to pretraining on a general corpus, and on to fine-tuning for specific tasks.

Build a Large Language Model (from Scratch) teaches you how to:

  • Plan and code all the parts of an LLM
  • Prepare a dataset suitable for LLM training
  • Fine-tune LLMs for text classification and with your own data
  • Use human feedback to ensure your LLM follows instructions
  • Load pretrained weights into an LLM

Build a Large Language Model (from Scratch) takes you inside the AI black box to tinker with the internal systems that power generative AI. As you work through each key stage of LLM creation, you’ll develop an in-depth understanding of how LLMs work, their limitations, and their customization methods. Your LLM can be developed on an ordinary laptop, and used as your own personal assistant.

Introduction to Generative AI lb
by Maggie Engler,Numa DhamaniFebruary 2025  comes with audio!

Generative AI tools like ChatGPT are amazing—but how will their use impact our society? This book introduces the world-transforming technology and the strategies you need to use generative AI safely and effectively.



Introduction to Generative AI gives you the hows-and-whys of generative AI in accessible language. In this easy-to-read introduction, you’ll learn:

  • How large language models (LLMs) work
  • How to integrate generative AI into your personal and professional workflows
  • Balancing innovation and responsibility
  • The social, legal, and policy landscape around generative AI
  • Societal impacts of generative AI
  • Where AI is going

Anyone who uses ChatGPT for even a few minutes can tell that it’s truly different from other chatbots or question-and-answer tools. Introduction to Generative AI guides you from that first eye-opening interaction to how these powerful tools can transform your personal and professional life. In it, you’ll get no-nonsense guidance on generative AI fundamentals to help you understand what these models are (and aren’t) capable of, and how you can use them to your greatest advantage.

AI Agents in Action
by Micheal LanhamFebruary 2025  comes with audio!

Create LLM-powered autonomous agents and intelligent assistants tailored to your business and personal needs.



From script-free customer service chatbots to fully independent agents operating seamlessly in the background, AI-powered assistants represent a breakthrough in machine intelligence. In AI Agents in Action, you'll master a proven framework for developing practical agents that handle real-world business and personal tasks.

Author Micheal Lanham combines cutting-edge academic research with hands-on experience to help you:

  • Understand and implement AI agent behavior patterns
  • Design and deploy production-ready intelligent agents
  • Leverage the OpenAI Assistants API and complementary tools
  • Implement robust knowledge management and memory systems
  • Create self-improving agents with feedback loops
  • Orchestrate collaborative multi-agent systems
  • Enhance agents with speech and vision capabilities

You won't find toy examples or fragile assistants that require constant supervision. AI Agents in Action teaches you to build trustworthy AI capable of handling high-stakes negotiations. You'll master prompt engineering to create agents with distinct personas and profiles, and develop multi-agent collaborations that thrive in unpredictable environments. Beyond just learning a new technology, you'll discover a transformative approach to problem-solving.

The Well-Grounded Data Analyst
by David Asboth, Foreword by Reuven M. LernerFebruary 2025  comes with audio!

Complete eight data science projects that lock in important real-world skills—along with a practical process you can use to learn any new technique quickly and efficiently.



Data analysts need to be problem solvers—and The Well-Grounded Data Analyst will teach you how to solve the most common problems you'll face in industry. You'll explore eight scenarios that your class or bootcamp won’t have covered, so you can accomplish what your boss is asking for.

In The Well-Grounded Data Analyst you'll learn:

  • High-value skills to tackle specific analytical problems
  • Deconstructing problems for faster, practical solutions
  • Data modeling, PDF data extraction, and categorical data manipulation
  • Handling vague metrics, deciphering inherited projects, and defining customer records

The Well-Grounded Data Analyst is for junior and early-career data analysts looking to supplement their foundational data skills with real-world problem solving. As you explore each project, you'll also master a proven process for quickly learning new skills developed by author and Half Stack Data Science podcast host David Asboth. You'll learn how to determine a minimum viable answer for your stakeholders, identify and obtain the data you need to deliver, and reliably present and iterate on your findings. The book can be read cover-to-cover or opened to the chapter most relevant to your current challenges.

C# Concurrency: Asynchronous and multithreaded programming
by Nir DobovizkiFebruary 2025  comes with audio!

Supercharge your applications with the ultimate guide to asynchronous and multithreaded programming in C#!

C# Concurrency teaches you how to write effective multithreaded and asynchronous software in C#. Practical techniques, real-world examples, and useful code samples cut through the confusion around async/await and help you write rapid, reliable, and bug-free code.



In C# Concurrency: Asynchronous and Multithreaded Programming you’ll learn how to:

  • Take full advantage of async/await
  • Write bug-free multithreaded code every time
  • Create multithreaded code that delivers real performance improvements
  • Grok C# and .NET multithreading and asynchronous primitives
  • Know when to use concurrency techniques—and when not to use them!

In C# Concurrency Nir Dobovizki, a seasoned C# veteran with over 30 years of high-performance programming experience, shares his deep knowledge and expert techniques. Say goodbye to frustrating pitfalls and impossible-to-find bugs that slow down your applications. Nir's careful approach will teach you how to navigate these challenges with ease, allowing you to achieve lightning-fast performance like never before!

Quarkus in Action
by Martin Štefanko and Jan Martiška, Foreword by Markus EiseleJanuary 2025  comes with audio!

Build resilient and scalable, cloud-native enterprise Java applications using the Quarkus framework.



Quarkus lets you live-reload your Java code, deliver continuous background testing, and automatically provide database instances—plus tons more productivity-boosting features! Quarkus in Action quickly gets you up to speed with Quarkus by building a real-world business application.

In Quarkus in Action, you will:

  • Use Quarkus Dev mode to speed up and enhance Java development
  • Understand how to use the Dev UI to observe and troubleshoot running applications
  • Automatic background testing using the Continuous Testing feature
  • New frameworks and libraries such as Quarkus Messaging, gRPC, and GraphQL
  • Simplify deployment of applications into Kubernetes and OpenShift
  • Automatic management of remote services such as databases and message brokers via Docker containers
  • Set up observability for applications by using metrics, health checks and distributed tracing

Quarkus in Action is written by Martin Štefanko and Jan Martiška, Red Hat engineers who are both active contributors to the Quarkus project. In it, you’ll learn how Quarkus works and how you can integrate it into your stack for more productive Java development. Discover what makes Quarkus different from classic enterprise Java frameworks, how Quarkus streamlines creating cloud-native applications, and makes deployment easy.

LLMs in Production
by Christopher Brousseau and Matthew Sharp, Foreword by Joe ReisJanuary 2025  comes with audio!

Learn how to put Large Language Model-based applications into production safely and efficiently.



This practical book offers clear, example-rich explanations of how LLMs work, how you can interact with them, and how to integrate LLMs into your own applications. Find out what makes LLMs so different from traditional software and ML, discover best practices for working with them out of the lab, and dodge common pitfalls with experienced advice.

In LLMs in Production you will:

  • Grasp the fundamentals of LLMs and the technology behind them
  • Evaluate when to use a premade LLM and when to build your own
  • Efficiently scale up an ML platform to handle the needs of LLMs
  • Train LLM foundation models and finetune an existing LLM
  • Deploy LLMs to the cloud and edge devices using complex architectures like PEFT and LoRA
  • Build applications leveraging the strengths of LLMs while mitigating their weaknesses

LLMs in Production delivers vital insights into delivering MLOps so you can easily and seamlessly guide one to production usage. Inside, you’ll find practical insights into everything from acquiring an LLM-suitable training dataset, building a platform, and compensating for their immense size. Plus, tips and tricks for prompt engineering, retraining and load testing, handling costs, and ensuring security.

Modern Fortran: Building efficient parallel applications
by Milan CurcicJanuary 2025  comes with audio!

Using Fortran, early and accurate forecasts for hurricanes and other major storms have saved thousands of lives.

Better designs for ships, planes, and automobiles have made travel safer, more efficient, and less expensive than ever before. Using Fortran, low-level machine learning and deep learning libraries provide incredibly easy, fast, and insightful analysis of massive data. Fortran is an amazingly powerful and flexible programming language that forms the foundation of high performance computing for research, science, and industry. And it's come a long, long way since starting life on IBM mainframes in 1956. Modern Fortran is natively parallel, so it's uniquely suited for efficiently handling problems like complex simulations, long-range predictions, and ultra-precise designs. If you're working on tasks where speed, accuracy, and efficiency matter, it's time to discover—or re-discover—Fortran..

100 C++ Mistakes and How to Avoid Them
by Rich YontsJanuary 2025  comes with audio!

Learn how to handle errors, inefficiencies, and outdated paradigms by exploring the most common mistakes you’ll find in production C++ code.



100 C++ Mistakes and How To Avoid Them reveals the problems you’ll inevitably encounter as you write new C++ code and diagnose legacy applications, along with practical techniques you need to resolve them.

Inside 100 C++ Mistakes and How To Avoid Them you’ll learn how to:

  • Design solid classes
  • Minimize resource allocation/deallocation issues
  • Use new C++ features
  • Identify the differences between compile and runtime issues
  • Recognize C-style idioms that miss C++ functionality
  • Use exceptions well
100 C++ Mistakes and How To Avoid Them gives you practical insights and techniques to improve your C++ coding kung fu. Author Rich Yonts has been using C++ since its invention in the 1980s. This book distills that experience into practical, reusable advice on how C++ programmers at any skill level can improve their code. Unlike many C++ books that concentrate on language theory and toy exercises, this book is loaded with real examples from production codebases.

Machine Learning Algorithms in Depth
by Vadim SmolyakovJanuary 2025  comes with audio!

Learn how machine learning algorithms work from the ground up so you can effectively troubleshoot your models and improve their performance.



Fully understanding how machine learning algorithms function is essential for any serious ML engineer. In Machine Learning Algorithms in Depth you’ll explore practical implementations of dozens of ML algorithms including:

  • Monte Carlo Stock Price Simulation
  • Image Denoising using Mean-Field Variational Inference
  • EM algorithm for Hidden Markov Models
  • Imbalanced Learning, Active Learning and Ensemble Learning
  • Bayesian Optimization for Hyperparameter Tuning
  • Dirichlet Process K-Means for Clustering Applications
  • Stock Clusters based on Inverse Covariance Estimation
  • Energy Minimization using Simulated Annealing
  • Image Search based on ResNet Convolutional Neural Network
  • Anomaly Detection in Time-Series using Variational Autoencoders

Machine Learning Algorithms in Depth dives into the design and underlying principles of some of the most exciting machine learning (ML) algorithms in the world today. With a particular emphasis on probabilistic algorithms, you’ll learn the fundamentals of Bayesian inference and deep learning. You’ll also explore the core data structures and algorithmic paradigms for machine learning. Each algorithm is fully explored with both math and practical implementations so you can see how they work and how they’re put into action.

AI-Powered Search
by Trey Grainger, Doug Turnbull, Max Irwin, Foreword by Grant IngersollJanuary 2025  comes with audio!

Apply cutting-edge machine learning techniques—from crowdsourced relevance and knowledge graph learning, to Large Language Models (LLMs)—to enhance the accuracy and relevance of your search results.



Delivering effective search is one of the biggest challenges you can face as an engineer. AI-Powered Search is an in-depth guide to building intelligent search systems you can be proud of. It covers the critical tools you need to automate ongoing relevance improvements within your search applications.

Inside you’ll learn modern, data-science-driven search techniques like:

  • Semantic search using dense vector embeddings from foundation models
  • Retrieval augmented generation (RAG)
  • Question answering and summarization combining search and LLMs
  • Fine-tuning transformer-based LLMs
  • Personalized search based on user signals and vector embeddings
  • Collecting user behavioral signals and building signals boosting models
  • Semantic knowledge graphs for domain-specific learning
  • Semantic query parsing, query-sense disambiguation, and query intent classification
  • Implementing machine-learned ranking models (Learning to Rank)
  • Building click models to automate machine-learned ranking
  • Generative search, hybrid search, multimodal search, and the search frontier

AI-Powered Search will help you build the kind of highly intelligent search applications demanded by modern users. Whether you’re enhancing your existing search engine or building from scratch, you’ll learn how to deliver an AI-powered service that can continuously learn from every content update, user interaction, and the hidden semantic relationships in your content. You’ll learn both how to enhance your AI systems with search and how to integrate large language models (LLMs) and other foundation models to massively accelerate the capabilities of your search technology.

Real-World Cryptography
by David WongJanuary 2025  comes with audio!

An all-practical guide to the cryptography behind common tools and protocols that will help you make excellent security choices for your systems and applications.



In Real-World Cryptography, you will find:

  • Best practices for using cryptography
  • Diagrams and explanations of cryptographic algorithms
  • Implementing digital signatures and zero-knowledge proofs
  • Specialized hardware for attacks and highly adversarial environments
  • Identifying and fixing bad practices
  • Choosing the right cryptographic tool for any problem

Real-World Cryptography reveals the cryptographic techniques that drive the security of web APIs, registering and logging in users, and even the blockchain. You’ll learn how these techniques power modern security, and how to apply them to your own projects. Alongside modern methods, the book also anticipates the future of cryptography, diving into emerging and cutting-edge advances such as cryptocurrencies, and post-quantum cryptography. All techniques are fully illustrated with diagrams and examples so you can easily see how to put them into practice.

Contract Testing in Action
by Marie Cruz and Lewis Prescott, Foreword by Mark WinteringhamJanuary 2025  comes with audio!

Contract testing is a simple, reliable way to make sure that each service and API plays nice with other components so you can deploy independently and safely.



Large, loosely coupled systems have hundreds, even thousands, of interactions—and traditional testing can often struggle to keep up! Enter contract testing. This rapidly growing new approach checks API and service compatibility by verifying it against an agreed contract. No more unexpected integration issues, and no more breaking things in production!

In Contract Testing in Action you’ll learn:

  • The core concepts and practices of contract testing
  • Testing microservices with Pact
  • Consumer-driven and bi-directional testing
  • Building a contract testing framework
  • Converting API integration tests to contract tests

Contract Testing in Action introduces the practice of contract testing through engaging hands-on examples. You’ll learn how to introduce contract tests for multiple different types of communication, from REST APIs to event-driven architecture. By the end of this practical guide, you’ll be comfortable with advanced contract testing concepts like can-i-deploy, provider states, and webhooks. You’ll even get tips on how to introduce contract testing to your team and other business stakeholders.

Cyber Threat Hunting
by Nadhem AlFardanJanuary 2025  comes with audio!

Follow the clues, track down the bad actors trying to access your systems, and uncover the chain of evidence left by even the most careful adversary.



Cyber Threat Hunting teaches you how to identify potential breaches of your security. Practical and easy-to-follow, it gives you a reliable and repeatable framework to see and stop attacks.

In Cyber Threat Hunting you will learn how to:

  • Design and implement a cyber threat hunting framework
  • Think like your adversaries
  • Conduct threat hunting expeditions
  • Streamline how you work with other cyber security teams
  • Structure threat hunting expeditions without losing track of activities and clues
  • Use statistics and machine learning techniques to hunt for threats

Organizations that actively seek out security intrusions reduce the time that bad actors spend on their sites, increase their cyber resilience, and build strong resistance to sophisticated covert threats. Cyber Threat Hunting teaches you to recognize attempts to access your systems by seeing the clues your adversaries leave behind. It lays out the path to becoming a successful cyber security threat hunter, guiding you from your very first expedition to hunting in complex cloud-native environments.

Modern Angular
by Armen VardanyanJanuary 2025  comes with audio!

Discover the new features and techniques of the most modern versions of Angular.



The powerful Angular framework is ever-evolving, with each new iteration bringing amazing new modern features. Modern Angular gets you rapidly up to speed with Angular’s latest innovations.

Inside Modern Angular you’ll learn how to:

  • Create modern Angular apps with the newest framework capabilities
  • Setting up and structuring your Angular projects
  • Implement advanced testing strategies for Angular
  • Benefit from new improvements in debugging, image loading, and component inputs
  • Apply state management with reactive programming
  • Explore signals and server-side rendering
  • Migrate legacy Angular projects to modern practices
  • Refactor old Angular patterns using new techniques
  • Use modern performance optimization approaches to improve User Experience

Discover new ways of working with components, dependency injection, RxJS, Signals, and more—all through building a complete enterprise-grade HR management system! You’ll soon be improving your daily development with Angular’s quality-of-life features, upgrading your app’s performance with server-side rendering, and getting ready for what’s coming Angular’s future. Plus, detailed migration guides demonstrate ways to update existing apps to modern patterns, and make it easy to modernize your legacy code.

Collaborative Software Design: How to facilitate domain modeling decisions
by Evelyn van Kelle, Gien Verschatse Kenny Baas-SchweglerJanuary 2025  comes with audio!

Emerging practices, collaboration tools, and effective techniques for incorporating your key stakeholders into the software design process.



Don’t spend months building the wrong software! Collaborative Software Design is a unique and practical guide for effectively involving all stakeholders in the design of software to ensure sustainable design decisions.

In Collaborative Software Design you’ll learn how to:

  • Prepare and facilitate collaborative modeling sessions with tools such as Business Model Canvas, Event Storming, Domain Storytelling, Example Mapping, and Wardley Mapping
  • Pick and apply heuristics for modeling software design
  • Techniques for getting all needed knowledge from the group
  • The influence of ranking
  • The impact and opportunities of cognitive bias
  • Resistance and conflict resolution
  • Practices for following up after a modeling session
  • Document the session and report to stakeholders

Collaborative Software Design combines its authors’ deep experience in behavioral science, decision-making theory and software architecture into an essential guide for making collaborative design decisions. You’ll learn to use process visualizations, engaging sessions, and social dynamic management to ensure every stakeholder is contributing their vital insights to a project. Best of all, the skills you’ll learn make it easy for software teams to develop software directly with their stakeholders—no need to rely on a centralized or top-down design.

GitHub Actions in Action: Continuous integration and delivery for DevOps
by Michael Kaufmann, Rob Bos Marcel de VriesDecember 2024  comes with audio!

Automate your build, test, and deploy pipelines using GitHub Actions!

Continuous delivery (CI/CD) pipelines help you automate the software development process and maximize your team’s efficiency.

GitHub Actions in Action teaches you how to build, test, and deploy pipelines in GitHub Actions through hands-on labs and projects.

In GitHub Actions in Action you will learn how to:

  • Create and share GitHub Actions workflows
  • Automate CI/CD workloads and other GitHub tasks
  • Secure release pipelines with secrets, variables, and environments
  • Support compliance frameworks
  • Create safe and scalable self-hosted runners

Written by three Microsoft MVPs and tech reviewed by a Staff DevOps Architect from GitHub, this book delivers the hardworking skills and advice you’ll need to be successful on the job. DevOps engineers will love GitHub Actions in Action’s coverage of reliable methods for Infrastructure-as-Code and automating cloud environments. You’ll follow an extended example application for selling tickets, taking it all the way from initial build to cloud deployment.

Machine Learning for Business: Using Amazon SageMaker and Jupyter
by Doug Hudgeon,Richard NicholDecember 2024  comes with audio!

  • Imagine predicting which customers are thinking about switching to a competitor or flagging potential process failures before they happen
  • Think about the benefits of forecasting tedious business processes and back-office tasks
  • Envision quickly gauging customer sentiment from social media content (even large volumes of it).
  • Consider the competitive advantage of making decisions when you know the most likely future events
Machine learning can deliver these and other advantages to your business, and it’s never been easier to get started!

Azure Storage, Streaming, and Batch Analytics: A guide for data engineers
by Richard NuckollsDecember 2024  comes with audio!

The Microsoft Azure cloud is an ideal platform for data-intensive applications.

Designed for productivity, Azure provides pre-built services that make collection, storage, and analysis much easier to implement and manage. Azure Storage, Streaming, and Batch Analytics teaches you how to design a reliable, performant, and cost-effective data infrastructure in Azure by progressively building a complete working analytics system.

Lead Developer Career Guide
by Shelley BenhoffDecember 2024  comes with audio!

Learn the essential skills needed to become a successful lead developer, with expert advice on mentoring teams, handling clients and project managers, and keeping your cool in emergencies.



The Lead Developer Career Guide teaches you how to transition from an individual contributor to a thriving lead developer. It's packed with insider tips, tricks, and strategies drawn from author Shelley Benhoff's 25-year career in technology, providing vital insights for navigating the unique challenges and expectations of the lead developer role. This one-of-a-kind book demonstrates how critical thinking and communication skills can elevate your career.

In the Lead Developer Career Guide you'll discover:

  • The key responsibilities of a lead developer
  • Techniques for writing effective technical documentation
  • Strategies for improving development processes
  • Best practices for communicating with non-technical clients
  • Methods for mentoring and inspiring a team
  • Approaches for delivering negative feedback constructively

The Lead Developer Career Guide is filled with interviews and real-world case studies from industry professionals and esteemed tech experts. You'll learn how to become the public face for your development team, gathering feedback from your coworkers and communicating with clients and stakeholders. Plus, you'll find proven techniques to reliably calculate project estimates, plan a project from scratch, and mentor junior developers and peers alike.

Outlier Detection in Python
by Brett KennedyDecember 2024  comes with audio!

Learn how to identify the unusual, interesting, extreme, or inaccurate parts of your data.



Data scientists have two main tasks: finding patterns in data and finding the exceptions. These outliers are often the most informative parts of data, revealing hidden insights, novel patterns, and potential problems. Outlier Detection in Python is a practical guide to spotting the parts of a dataset that deviate from the norm, even when they're hidden or intertwined among the expected data points.

In Outlier Detection in Python you'll learn how to:

  • Use standard Python libraries to identify outliers
  • Select the most appropriate detection methods
  • Combine multiple outlier detection methods for improved results
  • Interpret your results effectively
  • Work with numeric, categorical, time series, and text data

Outlier detection is a vital tool for modern business, whether it's discovering new products, expanding markets, or flagging fraud and other suspicious activities. This guide presents the core tools for outlier detection, as well as techniques utilizing the Python data stack familiar to data scientists. To get started, you'll only need a basic understanding of statistics and the Python data ecosystem.

Blockchain in Action
by Bina RamamurthyDecember 2024  comes with audio!

A blockchain is a collection of data records, or "blocks," that are linked through using secure cryptographic hashes to form a "chain" that can be read and verified easily by anyone with the correct credentials but cannot be altered.

This system is perfect for supply chains, health records, and other sensitive data where security and transparency are critical. Blockchain in Action introduces the fundamental principles of the blockchain and teaches you to build secure applications that can be used for voting, private auctions, and electronic record management.

Logs and Telemetry
by Phil Wilkins, Foreword by Eduardo Silva PereiraDecember 2024  comes with audio!

Build cloud native observability pipelines with minimal footprints and high-performance throughput—all with Fluent Bit, Kubernetes, and your favorite visualization and analytics tools.



Logs and Telemetry is an all-practical guide to monitoring both cloud-native and traditional environments with the Fluent Bit observability tool. It takes you from the basics of collecting app logs, all the way to filtering, routing, enriching and transforming logs, metrics, and traces.

Inside Logs and Telemetry you’ll learn how to:

  • Deploy Fluent Bit for telemetry (log, metric, and trace) collection
  • Configure pipelines to filter, route, and transform data
  • Integrate Fluent Bit with containers and Kubernetes
  • Configure Fluent Bit to work with OpenTelemetry, Prometheus, and other open source tech
  • Monitor applications at scale with minimal footprint
  • Address challenges in Kubernetes-based ecosystems using Fluent Bit
  • Utilize Fluent Bit for real-time event analytics to derive new metrics and insights
  • Develop custom filters, inputs, and outputs for unique or reusable use cases
Logs and Telemetry draws on both the input and support of key committers and founders of Fluent Bit, and author Phil Wilkins’ years of experience in DevOps. Inside, you’ll see how you can integrate Fluent Bit with Prometheus, OpenTelemetry, FluentD deployments, and more. Learn how Fluent Bit can not only meet all the demands of cloud-native use cases, but also more traditional deployments as well.

Flutter in Action
by Eric WindmillDecember 2024  comes with audio!

In 2017, consumers downloaded 178 billion apps, and analysts predict growth to 258 billion by 2022.

Mobile customers are demanding more—and better—apps, and it’s up to developers like you to write them! Flutter, a revolutionary new cross-platform software development kit created by Google, makes it easier than ever to write secure, high-performance native apps for iOS and Android. Flutter apps are blazingly fast because this open source solution compiles your Dart code to platform-specific programs with no JavaScript bridge! Flutter also supports hot reloading to update changes instantly. And thanks to its built-in widgets and rich motion APIs, Flutter’s apps are not just highly responsive, they’re stunning!

"Looks Good to Me"
by Adrienne Braganza, Foreword by Scott HanselmanDecember 2024  comes with audio!

Deliver code reviews that consistently build up your team and improve your applications.



“Looks Good to Me” offers a unique approach to delivering meaningful code reviews that goes beyond superficial checklists and tense critical conversations. Instead, you’ll learn how to improve both your applications and your team dynamics.

“Looks Good to Me” teaches you how to:

  • Understand a code review's benefits proactively prevent loopholes and bottlenecks
  • Co-create an objective code review system
  • Clarify responsibilities: author, reviewer, team lead/manager, and the team itself
  • Establish manageable guidelines and protocols
  • Align with your team and explicitly document the policies they will follow
  • Automate code quality with linting, formatting, static analysis, and automated testing
  • Compose effective comments for any situation
  • Consider combining code reviews with pair programming or mob programming
  • AI for code reviews

Inside “Looks Good to Me” you’ll find comprehensive coverage of every part of the code review process, from choosing a system to keeping reviews manageable for everyone involved. With this mix of tools, processes, common sense, and compassion, you’ll run a highly effective review process from first commit to final deployment.

Deep Learning with JavaScript: Neural networks in TensorFlow.js
by Shanqing Cai,Stanley Bileschi,Eric NielsenDecember 2024  comes with audio!

Deep learning has transformed the fields of computer vision, image processing, and natural language applications.

Thanks to TensorFlow.js, now JavaScript developers can build deep learning apps without relying on Python or R. Deep Learning with JavaScript shows developers how they can bring DL technology to the web. Written by the main authors of the TensorFlow library, this new book provides fascinating use cases and in-depth instruction for deep learning apps in JavaScript in your browser or on Node.

Learn Haskell by Example
by Philipp HagenlocherDecember 2024  comes with audio!

Learn Haskell by doing Haskell projects! In this book, you’ll get practical experience writing Haskell code and applying functional programming to actual development challenges.



In Learn Haskell by Example, you’ll build your Haskell skills by working through hands-on challenges and conundrums. You’ll learn to look at each project through a Haskell lens, and then solve it using features like lazy evaluation, immutable data structures, and monads.

In Learn Haskell by Example you will learn how to:

  • Use Haskell for daily programming tasks
  • Effectively apply functional concepts
  • Avoid common beginner pitfalls of Haskell
  • Apply abstract concepts in the Haskell language
  • Debug and profile Haskell applications
  • Improve the performance of Haskell applications

Haskell is an amazing choice for applications that need an extra guarantee of safety, such as in smart contracts, data intensive applications, and large scale distributed systems. In this book, you’ll see just how practical Haskell can be for creating programs by building your own engaging projects! Learn how to structure real-world applications, how to work with the Haskell tool chain effectively, and what to look out for when writing critical sections in the program's logic. Best of all, each project in this book is fully extensible and customizable so you can keep tinkering with your favorites!

Machine Learning with R, the tidyverse, and mlr
by Hefin RhysDecember 2024  comes with audio!

Machine learning (ML) is a collection of programming techniques for discovering relationships in data.

With ML algorithms, you can cluster and classify data for tasks like making recommendations or fraud detection and make predictions for sales trends, risk analysis, and other forecasts. Once the domain of academic data scientists, machine learning has become a mainstream business process, and tools like the easy-to-learn R programming language put high-quality data analysis in the hands of any programmer. Machine Learning with R, the tidyverse, and mlr teaches you widely used ML techniques and how to apply them to your own datasets using the R programming language and its powerful ecosystem of tools. This book will get you started!

AI as a Service: Serverless machine learning with AWS
by Eoin Shanaghy,Peter ElgerDecember 2024  comes with audio!

Companies everywhere are moving everyday business processes over to the cloud, and AI is increasingly being given the reins in these tasks.

As this massive digital transformation continues, the combination of serverless computing and AI promises to become the de facto standard for business-to-consumer platform development—and developers who can design, develop, implement, and maintain these systems will be in high demand! AI as a Service is a practical handbook to building and implementing serverless AI applications, without bogging you down with a lot of theory. Instead, you'll find easy-to-digest instruction and two complete hands-on serverless AI builds in this must-have guide!

Starting Data Analytics with Generative AI and Python
by Artur Guja, Marlena Siwiak, and Marian Siwiak, Foreword by Sue TripathiNovember 2024  comes with audio!

Accelerate your mastery of data analytics with the power of ChatGPT.



Whether you're a data novice or an experienced pro looking to do more work, faster, Starting Data Analytics with Generative AI and Python is here to help simplify and speed up your data analysis! Written by a pair of world-class data scientists and an experienced risk manager, the book concentrates on the practical analytics tasks you'll do every day.

Inside Starting Data Analytics with Generative AI and Python you’ll learn how to:

  • Write great prompts for ChatGPT
  • Perform end-to-end descriptive analytics
  • Set up an AI-friendly data analytics environment
  • Evaluate the quality of your data
  • Develop a strategic analysis plan
  • Generate code to analyze non-text data
  • Explore text data directly with ChatGPT
  • Prepare reliable reports

In Starting Data Analytics with Generative AI and Python you’ll learn how to improve your coding efficiency, generate new analytical approaches, and fine-tune data pipelines—all assisted by AI tools like ChatGPT. For each step in the data process, you’ll discover how ChatGPT can implement data techniques from simple plain-English prompts. Plus, you’ll develop a vital intuition about the risks and errors that still come with these tools.

Mastering Large Datasets with Python: Parallelize and Distribute Your Python Code
by John WolohanNovember 2024  comes with audio!

Modern data science solutions need to be clean, easy to read, and scalable.

In Mastering Large Datasets with Python, author J.T. Wolohan teaches you how to take a small project and scale it up using a functionally influenced approach to Python coding. You’ll explore methods and built-in Python tools that lend themselves to clarity and scalability, like the high-performing parallelism method, as well as distributed technologies that allow for high data throughput. The abundant hands-on exercises in this practical tutorial will lock in these essential skills for any large-scale data science project.

Haskell in Depth
by Vitaly BragilevskyNovember 2024  comes with audio!

Turn the corner from “Haskell student” to “Haskell developer.

Haskell in Depth explores the important language features and programming skills you’ll need to build production-quality software using Haskell. And along the way, you’ll pick up some interesting insights into why Haskell looks and works the way it does. Get ready to go deep!

Building User-Friendly DSLs
by Meinte Boersma, Foreword by Federico TomassettiNovember 2024  comes with audio!

Craft domain-specific languages that empower experts to create software themselves.



Domain-specific languages put business experts at the heart of software development. These purpose-built tools let your clients write down their business knowledge and have it automatically translated into working software—no dev time required. They seamlessly bridge the knowledge gap between programmers and subject experts, enabling better communication and freeing you from time-consuming code adjustments.

Inside Building User-Friendly DSLs you’ll learn how to:

  • Build a complete Domain IDE for a car rental company
  • Implement a projectional editor for your DSL
  • Implement content assist, type systems, expressions, and versioning language aspects
  • Evaluate business rules
  • Work with Abstract Syntax Trees
  • Reduce notated DSL content in concrete syntax into abstract syntax

Building User-Friendly DSLs takes you on a carefully-planned journey through everything you need to create your own DSLs. It focuses on building DSLs that are easy for busy business experts to learn and master. By working through a detailed example of a car rental company, you'll see how to create a custom DSL with a modern and intuitive UI that can replace tedious coding activities.

Apache Pulsar in Action
by David KjerrumgaardNovember 2024  comes with audio!

Deliver lightning fast and reliable messaging for your distributed applications with the flexible and resilient Apache Pulsar platform.



In Apache Pulsar in Action you will learn how to:

  • Publish from Apache Pulsar into third-party data repositories and platforms
  • Design and develop Apache Pulsar functions
  • Perform interactive SQL queries against data stored in Apache Pulsar

Apache Pulsar in Action is a comprehensive and practical guide to building high-traffic applications with Pulsar. You’ll learn to use this mature and battle-tested platform to deliver extreme levels of speed and durability to your messaging. Apache Pulsar committer David Kjerrumgaard teaches you to apply Pulsar’s seamless scalability through hands-on case studies, including IOT analytics applications and a microservices app based on Pulsar functions.

Deep Learning with JAX
by Grigory SapunovNovember 2024  comes with audio!

Accelerate deep learning and other number-intensive tasks with JAX, Google’s awesome high-performance numerical computing library.



The JAX numerical computing library tackles the core performance challenges at the heart of deep learning and other scientific computing tasks. By combining Google’s Accelerated Linear Algebra platform (XLA) with a hyper-optimized version of NumPy and a variety of other high-performance features, JAX delivers a huge performance boost in low-level computations and transformations.

In Deep Learning with JAX you will learn how to:

  • Use JAX for numerical calculations
  • Build differentiable models with JAX primitives
  • Run distributed and parallelized computations with JAX
  • Use high-level neural network libraries such as Flax
  • Leverage libraries and modules from the JAX ecosystem

Deep Learning with JAX is a hands-on guide to using JAX for deep learning and other mathematically-intensive applications. Google Developer Expert Grigory Sapunov steadily builds your understanding of JAX’s concepts. The engaging examples introduce the fundamental concepts on which JAX relies and then show you how to apply them to real-world tasks. You’ll learn how to use JAX’s ecosystem of high-level libraries and modules, and also how to combine TensorFlow and PyTorch with JAX for data loading and deployment.

Real-World Natural Language Processing
by Masato HagiwaraNovember 2024  comes with audio!

In Real-world Natural Language Processing you will learn how to:

  • Design, develop, and deploy useful NLP applications
  • Create named entity taggers
  • Build machine translation systems
  • Construct language generation systems and chatbots
  • Use advanced NLP concepts such as attention and transfer learning

Real-world Natural Language Processing teaches you how to create practical NLP applications without getting bogged down in complex language theory and the mathematics of deep learning.

In this engaging book, you’ll explore the core tools and techniques required to build a huge range of powerful NLP apps, including chatbots, language detectors, and text classifiers.

PostGIS in Action, Third Edition
by Regina O. Obe,Leo S. HsuNovember 2024  comes with audio!

In PostGIS in Action, Third Edition you will learn:

  • An introduction to spatial databases
  • Geometry, geography, raster, and topology spatial types, functions, and queries
  • Applying PostGIS to real-world problems
  • Extending PostGIS to web and desktop applications
  • Querying data from external sources using PostgreSQL Foreign Data Wrappers
  • Optimizing queries for maximum speed
  • Simplifying geometries for greater efficiency

PostGIS in Action, Third Edition teaches readers of all levels to write spatial queries for PostgreSQL.

You’ll start by exploring vector-, raster-, and topology-based GIS before quickly progressing to analyzing, viewing, and mapping data. This fully updated third edition covers key changes in PostGIS 3.1 and PostgreSQL 13, including parallelization support, partitioned tables, and new JSON functions that help in creating web mapping applications.

Human-in-the-Loop Machine Learning: Active learning and annotation for human-centered AI
by Rob MunroNovember 2024  comes with audio!

Most machine learning systems that are deployed in the world today learn from human feedback.

However, most machine learning courses focus almost exclusively on the algorithms, not the human-computer interaction part of the systems. This can leave a big knowledge gap for data scientists working in real-world machine learning, where data scientists spend more time on data management than on building algorithms. Human-in-the-Loop Machine Learning is a practical guide to optimizing the entire machine learning process, including techniques for annotation, active learning, transfer learning, and using machine learning to optimize every step of the process.

Generative AI in Action
by Amit BahreeNovember 2024  comes with audio!

Generative AI can transform your business by streamlining the process of creating text, images, and code.

This book will show you how to get in on the action!

Generative AI in Action is the comprehensive and concrete guide to generative AI you’ve been searching for. It introduces both AI’s fundamental principles and its practical applications in an enterprise context—from generating text and images for product catalogs and marketing campaigns, to technical reporting, and even writing software. Inside, author Amit Bahree shares his experience leading Generative AI projects at Microsoft for nearly a decade, starting well before the current GPT revolution.

Inside Generative AI in Action you will find:

  • A practical overview of of generative AI applications
  • Architectural patterns, integration guidance, and best practices for generative AI
  • The latest techniques like RAG, prompt engineering, and multi-modality
  • The challenges and risks of generative AI like hallucinations and jailbreaks
  • How to integrate generative AI into your business and IT strategy

Generative AI in Action is full of real-world use cases for generative AI, showing you where and how to start integrating this powerful technology into your products and workflows. You’ll benefit from tried-and-tested implementation advice, as well as application architectures to deploy GenAI in production at enterprise scale.

Functional Programming with Kotlin
by Paul Chiusano,Runar Bjarnason,Marco VermeulenNovember 2024  comes with audio!

Master techniques and concepts of functional programming to deliver safer, simpler, and more effective Kotlin code.



In Functional Programming in Kotlin you will learn:

  • Functional programming techniques for real-world applications
  • Write combinator libraries
  • Common structures and idioms in functional design
  • Simplicity and modularity (and fewer bugs!)

Functional Programming in Kotlin is a reworked version of the bestselling Functional Programming in Scala, with all code samples, instructions, and exercises translated into the powerful Kotlin language. In this authoritative guide, you’ll take on the challenge of learning functional programming from first principles. Complex concepts are demonstrated through exercises that you’ll love to test yourself against. You’ll start writing Kotlin code that’s easier to read, easier to reuse, better for concurrency, and less prone to bugs and errors.

ScyllaDB in Action
by Bo IngramOctober 2024  comes with audio!

Build, maintain, and run databases that are easy to scale and quick to query—all with ScyllaDB.



ScyllaDB in Action is your guide to everything you need to know about ScyllaDB, from your very first queries to running it in a production environment. It starts you with the basics of creating, reading, and deleting data and expands your knowledge from there. You’ll soon have mastered everything you need to build, maintain, and run an effective and efficient database.

Inside ScyllaDB in Action you’ll learn how to:

  • Read, write, and delete data in ScyllaDB
  • Design database schemas for ScyllaDB
  • Write performant queries against ScyllaDB
  • Connect and query a ScyllaDB cluster from an application
  • Configure, monitor, and operate ScyllaDB in production

This book teaches you ScyllaDB the best way—through hands-on examples. Dive into the node-based architecture of ScyllaDB to understand how its distributed systems work, how you can troubleshoot problems, and how you can constantly improve performance.

How to Lead in Data Science
by Yue Cathy Chang,Jike ChongOctober 2024  comes with audio!

A field guide for the unique challenges of data science leadership, filled with transformative insights, personal experiences, and industry examples.



In How To Lead in Data Science you will learn:

  • Best practices for leading projects while balancing complex trade-offs
  • Specifying, prioritizing, and planning projects from vague requirements
  • Navigating structural challenges in your organization
  • Working through project failures with positivity and tenacity
  • Growing your team with coaching, mentoring, and advising
  • Crafting technology roadmaps and championing successful projects
  • Driving diversity, inclusion, and belonging within teams
  • Architecting a long-term business strategy and data roadmap as an executive
  • Delivering a data-driven culture and structuring productive data science organizations

How to Lead in Data Science is full of techniques for leading data science at every seniority level—from heading up a single project to overseeing a whole company's data strategy. Authors Jike Chong and Yue Cathy Chang share hard-won advice that they've developed building data teams for LinkedIn, Acorns, Yiren Digital, large asset-management firms, Fortune 50 companies, and more. You'll find advice on plotting your long-term career advancement, as well as quick wins you can put into practice right away. Carefully crafted assessments and interview scenarios encourage introspection, reveal personal blind spots, and highlight development areas.

Conversational AI: Chatbots that work
by Andrew FreedOctober 2024  comes with audio!

Design, develop, and deploy human-like AI solutions that chat with your customers, solve their problems, and streamline your support services.



In Conversational AI, you will learn how to:

  • Pick the right AI assistant type and channel for your needs
  • Write dialog with intentional tone and specificity
  • Train your AI’s classifier from the ground up
  • Create question-and-direct-response AI assistants
  • Design and optimize a process flow for web and voice
  • Test your assistant’s accuracy and plan out improvements

Conversational AI: Chatbots that work teaches you to create the kind of AI-enabled assistants that are revolutionizing the customer service industry. You’ll learn to build effective conversational AI that can automate common inquiries and easily address your customers' most common problems. This engaging and entertaining book delivers the essential technical and creative skills for designing successful AI solutions, from coding process flows and training machine learning, to improving your written dialog.

Software Telemetry: Reliable logging and monitoring
by Jamie RiedeselOctober 2024  comes with audio!

In Software Telemetry you will learn how to:

  • Manage toxic telemetry and confidential records
  • Master multi-tenant techniques and transformation processes
  • Update to improve the statistical validity of your metrics and dashboards
  • Make software telemetry emissions easier to parse
  • Build easily-auditable logging systems
  • Prevent and handle accidental data leaks
  • Maintain processes for legal compliance
  • Justify increased spend on telemetry software

Software Telemetry teaches you best practices for operating and updating telemetry systems.

These vital systems trace, log, and monitor infrastructure by observing and analyzing the events generated by the system. This practical guide is filled with techniques you can apply to any size of organization, with troubleshooting techniques for every eventuality, and methods to ensure your compliance with standards like GDPR.

Full Stack Python Security
by Dennis ByrneOctober 2024  comes with audio!

No-nonsense techniques, libraries, and best practices you can use to keep your Python applications safe and secure.



In Full Stack Python Security: Cryptography, TLS, and attack resistance, you’ll learn how to:

  • Use algorithms to encrypt, hash, and digitally sign data
  • Create and install TLS certificates
  • Implement authentication, authorization, OAuth 2.0, and form validation in Django
  • Protect a web application with Content Security Policy
  • Implement Cross Origin Resource Sharing
  • Protect against common attacks including clickjacking, denial of service attacks, SQL injection, cross-site scripting, and more

Full Stack Python Security: Cryptography, TLS, and attack resistance teaches you everything you’ll need to build secure Python web applications. As you work through the insightful code snippets and engaging examples, you’ll put security standards, best practices, and more into action. Along the way, you’ll get exposure to important libraries and tools in the Python ecosystem.

React Hooks in Action: With Suspense and Concurrent Mode
by John LarsenOctober 2024  comes with audio!

Build stylish, slick, and speedy-to-load user interfaces in React without writing custom classes.

React Hooks are a new category of functions that help you to manage state, lifecycle, and side effects within functional components. React Hooks in Action teaches you to use pre-built hooks like useState, useReducer and useEffect to build your own hooks. Your code will be more reusable, require less boilerplate, and you’ll instantly be a more effective React developer.

Own Your Tech Career
by Don JonesOctober 2024  comes with audio!

Own Your Tech Career: Soft skills for technologists is a guide to taking control of your professional life.

It teaches you to approach your career with planning and purpose, always making active decisions towards your goals.

In Own Your Tech Career: Soft skills for technologists, you will:

  • Define what “success” means for your career
  • Discover personal branding and career maintenance
  • Prepare for and conduct a tech job hunt
  • Spot speed bumps and barriers that can derail your progress
  • Learn how to navigate the rules of the business world
  • Perform market analysis to keep your tech skills fresh and relevant

Whatever your road to success, you’ll benefit from the toolbox of career-boosting techniques you’ll find in Own Your Tech Career: Soft skills for technologists. You’ll discover in-demand communication and teamwork skills, essential rules for professionalism, tactics of the modern job hunt, and more.

Learn AI-Assisted Python Programming, Second Edition
by Leo Porter and Daniel Zingaro, Foreword by Beth SimonOctober 2024  comes with audio!

See how an AI assistant can bring your ideas to life immediately!

Once, to be a programmer you had to write every line of code yourself.

Now tools like GitHub Copilot can instantly generate working programs based on your description in plain English. An instant bestseller, Learn AI-Assisted Python Programming has taught thousands of aspiring programmers how to write Python the easy way—with the help of AI. It’s perfect for beginners, or anyone who’s struggled with the steep learning curve of traditional programming.

In Learn AI-Assisted Python Programming, Second Edition you’ll learn how to:

  • Write fun and useful Python applications—no programming experience required!
  • Use the GitHub Copilot AI coding assistant to create Python programs
  • Write prompts that tell Copilot exactly what to do
  • Read Python code and understand what it does
  • Test your programs to make sure they work the way you want them to
  • Fix code with prompt engineering or human tweaks
  • Apply Python creatively to help out on the job

AI moves fast, and so the new edition of Learn AI-Assisted Python Programming, Second Edition is fully updated to take advantage of the latest models and AI coding tools. Written by two esteemed computer science university professors, it teaches you everything you need to start programming Python in an AI-first world. You’ll learn skills you can use to create working apps for data analysis, automating tedious tasks, and even video games. Plus, in this new edition, you’ll find groundbreaking techniques for breaking down big software projects into smaller tasks AI can easily achieve.

Unit Testing Principles, Practices, and Patterns
by Vladimir KhorikovOctober 2024  comes with audio!

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.

Get Programming: Learn to code with Python
by Ana BellOctober 2024  comes with audio!

Get Programming: Learn to code with Python introduces you to the world of writing computer programs without drowning you in confusing jargon or theory that make getting started harder than it should be.

Filled with practical examples and step-by-step lessons using the easy-on-the-brain Python language, this book will get you programming in no time!

This book works perfectly alongside Ana Bell's liveVideo course Get Programming with Python in Motion, featuring more projects and skills for you to pick up with this great language!

Fast Python: High performance techniques for large datasets
by Tiago AntaoOctober 2024  comes with audio!

Master Python techniques and libraries to reduce run times, efficiently handle huge datasets, and optimize execution for complex machine learning applications.



Fast Python is a toolbox of techniques for high performance Python including:

  • Writing efficient pure-Python code
  • Optimizing the NumPy and pandas libraries
  • Rewriting critical code in Cython
  • Designing persistent data structures
  • Tailoring code for different architectures
  • Implementing Python GPU computing

Fast Python is your guide to optimizing every part of your Python-based data analysis process, from the pure Python code you write to managing the resources of modern hardware and GPUs. You'll learn to rewrite inefficient data structures, improve underperforming code with multithreading, and simplify your datasets without sacrificing accuracy.

Written for experienced practitioners, this book dives right into practical solutions for improving computation and storage efficiency. You'll experiment with fun and interesting examples such as rewriting games in Cython and implementing a MapReduce framework from scratch. Finally, you'll go deep into Python GPU computing and learn how modern hardware has rehabilitated some former antipatterns and made counterintuitive ideas the most efficient way of working.

Build a Career in Data Science
by Jacqueline Nolis,Emily RobinsonOctober 2024  comes with audio!

You are going to need more than technical knowledge to succeed as a data scientist.

Build a Career in Data Science teaches you what school leaves out, from how to land your first job to the lifecycle of a data science project, and even how to become a manager.

Grokking Machine Learning
by Luis SerranoOctober 2024  comes with audio!

Discover valuable machine learning techniques you can understand and apply using just high-school math.



In Grokking Machine Learning you will learn:

  • Supervised algorithms for classifying and splitting data
  • Methods for cleaning and simplifying data
  • Machine learning packages and tools
  • Neural networks and ensemble methods for complex datasets

Grokking Machine Learning teaches you how to apply ML to your projects using only standard Python code and high school-level math. No specialist knowledge is required to tackle the hands-on exercises using Python and readily available machine learning tools. Packed with easy-to-follow Python-based exercises and mini-projects, this book sets you on the path to becoming a machine learning expert.

Time Series Forecasting in Python
by Marco PeixeiroOctober 2024  comes with audio!

Build predictive models from time-based patterns in your data.

Master statistical models including new deep learning approaches for time series forecasting.

In Time Series Forecasting in Python you will learn how to:

  • Recognize a time series forecasting problem and build a performant predictive model
  • Create univariate forecasting models that account for seasonal effects and external variables
  • Build multivariate forecasting models to predict many time series at once
  • Leverage large datasets by using deep learning for forecasting time series
  • Automate the forecasting process

Time Series Forecasting in Python teaches you to build powerful predictive models from time-based data. Every model you create is relevant, useful, and easy to implement with Python. You’ll explore interesting real-world datasets like Google’s daily stock price and economic data for the USA, quickly progressing from the basics to developing large-scale models that use deep learning tools like TensorFlow.

Data Engineering on Azure
by Vlad RiscutiaOctober 2024  comes with audio!

Build a data platform to the industry-leading standards set by Microsoft’s own infrastructure.



In Data Engineering on Azure you will learn how to:

  • Pick the right Azure services for different data scenarios
  • Manage data inventory
  • Implement production quality data modeling, analytics, and machine learning workloads
  • Handle data governance
  • Using DevOps to increase reliability
  • Ingesting, storing, and distributing data
  • Apply best practices for compliance and access control

Data Engineering on Azure reveals the data management patterns and techniques that support Microsoft’s own massive data infrastructure. Author Vlad Riscutia, a data engineer at Microsoft, teaches you to bring an engineering rigor to your data platform and ensure that your data prototypes function just as well under the pressures of production. You'll implement common data modeling patterns, stand up cloud-native data platforms on Azure, and get to grips with DevOps for both analytics and machine learning.

Learn PowerShell in a Month of Lunches: Fourth Edition, Covers Windows, Linux, and macOS
by Travis Plunk,Tyler Leonhardt,James PettyOctober 2024  comes with audio!

Designed for busy IT professionals, this innovative guide will take you from the basics to PowerShell proficiency through 25 tutorials you can do in your lunch break.



In Learn PowerShell in a Month of Lunches, Fourth Edition you will learn:

  • Discoverability with the Help system
  • Background jobs and automation techniques
  • Simple scripting to automate repetitive tasks
  • Managing cloud services from major cloud providers
  • Extending PowerShell with commands
  • Common syntax and commands cheat sheet

Learn PowerShell in a Month of Lunches, Fourth Edition is a task-focused guide for administering your systems using PowerShell. It covers core language features and admin tasks, with each chapter a mini-tutorial you can easily complete in under an hour. Discover how PowerShell works on different operating systems, and start automating tasks so they take just a few seconds to complete. No previous scripting experience required.

The book is based on the bestselling Learn Windows PowerShell in a Month of Lunches by community legends Don Jones and Jeffery Hicks. PowerShell team members Travis Plunk and Tyler Leonhardt and Microsoft MVP James Petty have updated this edition to the latest version of PowerShell, including its multi-platform expansion into Linux and macOS.

The Joy of JavaScript
by Luis AtencioOctober 2024  comes with audio!

Whether building interactive browser-based applications or creating server-side applications in Node, JavaScript is the most widely used language for web programming.

With new features, language improvements, paradigms, and potential use cases appearing regularly, there’s never been a more exciting time to be a JavaScript developer. In The Joy of JavaScript, author and JavaScript expert Luis Atencio teaches you key design concepts that lead to clean, lean, modular, and easy-to-maintain code.

Deep Learning with Python, Second Edition
by Francois CholletOctober 2024  comes with audio!

Printed in full color! Unlock the groundbreaking advances of deep learning with this extensively revised new edition of the bestselling original.

Learn directly from the creator of Keras and master practical Python deep learning techniques that are easy to apply in the real world.

In Deep Learning with Python, Second Edition you will learn:

  • Deep learning from first principles
  • Image classification and image segmentation
  • Timeseries forecasting
  • Text classification and machine translation
  • Text generation, neural style transfer, and image generation
  • Printed in full color throughout

Deep Learning with Python has taught thousands of readers how to put the full capabilities of deep learning into action. This extensively revised full color second edition introduces deep learning using Python and Keras, and is loaded with insights for both novice and experienced ML practitioners. You’ll learn practical techniques that are easy to apply in the real world, and important theory for perfecting neural networks.

Learn Quantum Computing with Python and Q#: A Hands-on approach
by Sarah Kaiser,Cassandra GranadeOctober 2024  comes with audio!

Learn Quantum Computing with Python and Q# demystifies quantum computing.

Using Python and the new quantum programming language Q#, you’ll build your own quantum simulator and apply quantum programming techniques to real-world examples including cryptography and chemical analysis.

Rust Web Development
by Bastian GruberSeptember 2024  comes with audio!

Create bulletproof, high-performance web apps and servers with Rust.



In Rust Web Development you will learn:

  • Handling the borrow checker in an asynchronous environment
  • Learning the ingredients of an asynchronous Rust stack
  • Creating web APIs and using JSON in Rust
  • Graceful error handling
  • Testing, tracing, logging, and debugging
  • Deploying Rust applications
  • Efficient database access

Rust Web Development is a pragmatic, hands-on guide to creating server-based web applications with Rust. If you’ve designed web servers using Java, NodeJS, or PHP, you’ll instantly fall in love with the performance and development experience Rust delivers. Hit the ground running! Author Bastian Gruber’s sage advice makes it easy to start tackling complex problems with Rust. You’ll learn how to work efficiently using pure Rust, along with important Rust libraries such as tokio for async runtimes, warp for web servers and APIs, and reqwest to run external HTTP requests.

Knative in Action
by Jacques ChesterSeptember 2024  comes with audio!

Take the pain out of managing serverless applications.

Knative, a collection of Kubernetes extensions curated by Google, simplifies building and running serverless systems. Knative in Action guides you through the Knative toolkit, showing you how to launch, modify, and monitor event-based apps built using cloud-hosted functions like AWS Lambda. You’ll learn how to use Knative Serving to develop software that is easily deployed and autoscaled, how to use Knative Eventing to wire together disparate systems into a consistent whole, and how to integrate Knative into your shipping pipeline.

CSS in Depth, Second Edition
by Keith J. Grant, Foreword by Chris CoyierSeptember 2024  comes with audio!

To create web designs that delight, entertain, and impress your users, you need to know CSS in depth!

Getting good—really good—at CSS means learning everything that CSS is capable of.

This totally revised new edition of CSS in Depth expands your CSS skills with the patterns, layouts, and methods you need to deliver truly beautiful front ends.

In CSS in Depth, Second Edition you will learn how to:

  • Create a web page with layout methods
  • Develop essential website components, like dropdown menus and dialog boxes
  • Make your website fully responsive across devices
  • Organize your CSS for easy future maintenance
  • Implement designer mockups with attention to detail
  • Use animations to guide user focus
  • Avoid common CSS pitfalls

The more you know about CSS, the more confident you’ll be at tackling any tricky website design! CSS in Depth has given thousands of web developers the tools and the inspiration to make sites that really pop. This second edition is packed with the latest best practices, new CSS language features, and essential advice on how to organize and maintain your CSS codebase.

Kubernetes Secrets Management
by Andrew Block,Alex SotoSeptember 2024  comes with audio!

Safely manage your secret information like passwords, keys, and certificates in Kubernetes.

This practical guide is full of best practices and methods for adding layers of security that will defend the critical data of your applications.

In Kubernetes Secrets Management you will find:

  • Strategies for storing secure assets in Kubernetes
  • Cryptographic options and how to apply them in Kubernetes
  • Using the HashiCorp Vault server on Kubernetes for secure secrets storage
  • Managing security with public cloud providers
  • Applying security concepts using tools from the Kubernetes ecosystem
  • End-to-end secrets storage from development to operations
  • Implementing in Kubernetes in CI/CD systems

Secrets, like database passwords and API keys, are some of the most important data in your application. Kubernetes Secrets Management reveals how to store these sensitive assets in Kubernetes in a way that’s protected against leaks and hacks. You’ll learn the default capabilities of Kubernetes secrets, where they’re lacking, and alternative options to strengthen applications and infrastructure. Discover a security-first mindset that is vital for storing and using secrets correctly, and tools and concepts that will help you manage sensitive assets such as certificates, keys, and key rotation.

AI-Powered Developer: Build software with ChatGPT and Copilot
by Nathan B. CrockerSeptember 2024  comes with audio!

Use groundbreaking generative AI tools to increase your productivity, efficiency, and code quality.



AI coding tools like ChatGPT and GitHub Copilot are changing the way we write code and build software. AI-Powered Developer reveals the practical best practices you need to deliver reliable results with AI. It cuts through the hype, showcasing real-world examples of how these tools ease and enhance your everyday tasks, and make you more creative.

In AI-Powered Developer you’ll discover how to get the most out of AI:

  • Harness AI to help you design and plan software
  • Use AI for code generation, debugging, and documentation
  • Improve your code quality assessments with the help of AI
  • Articulate complex problems to prompt an AI solution
  • Develop a continuous learning mindset that keeps you up to date
  • Adapt your development skills to almost any language

AI coding tools give you a smart and reliable junior developer that’s fast and keen to help out with your every task and query. AI-Powered Developer helps you put your new assistant to work. You’ll learn to use AI for everything from writing boilerplate, to testing and quality assessment, managing infrastructure, delivering security, and even assisting with software design.

Deep Learning for Natural Language Processing
by Stephan RaaijmakersSeptember 2024  comes with audio!

Explore the most challenging issues of natural language processing, and learn how to solve them with cutting-edge deep learning!

Inside Deep Learning for Natural Language Processing you’ll find a wealth of NLP insights, including:

  • An overview of NLP and deep learning
  • One-hot text representations
  • Word embeddings
  • Models for textual similarity
  • Sequential NLP
  • Semantic role labeling
  • Deep memory-based NLP
  • Linguistic structure
  • Hyperparameters for deep NLP

Deep learning has advanced natural language processing to exciting new levels and powerful new applications! For the first time, computer systems can achieve "human" levels of summarizing, making connections, and other tasks that require comprehension and context.

Deep Learning for Natural Language Processing reveals the groundbreaking techniques that make these innovations possible. Stephan Raaijmakers distills his extensive knowledge into useful best practices, real-world applications, and the inner workings of top NLP algorithms.

Idiomatic Rust
by Brenden MatthewsSeptember 2024  comes with audio!

Tips, tricks, design patterns, and secret features of Rust that will help you build stable and maintainable applications.



Whether you’re a Rust beginner or a pro, Idiomatic Rust will teach you to be a better Rust programmer. It introduces essential design patterns for Rust software with detailed explanations, and code samples that encourage you to get stuck in.

In Idiomatic Rust you’ll learn how to apply important design patterns including:

  • Fluent interfaces for creating delightful APIs
  • The Builder pattern to encapsulate data and perform initialization
  • Immutable data structures that help you avoid hard-to-debug data race conditions
  • Functional programming patterns
  • Anti-patterns and what not to do in Rust

Idiomatic Rust catalogs, documents, and describes both how classic design patterns work with Rust, and the new Rust-specific patterns that will help you master the language. Each pattern or best practice helps solve common programming problems and ensure your code is easy for others to understand. You’ll learn when to use each pattern—and when to break it! You’ll soon be producing higher-quality Rust code and higher-quality Rust software.

Making Sense of Cybersecurity
by Thomas KranzSeptember 2024  comes with audio!

A jargon-busting guide to the key concepts, terminology, and technologies of cybersecurity.

Perfect for anyone planning or implementing a security strategy.

In Making Sense of Cybersecurity you will learn how to:

  • Develop and incrementally improve your own cybersecurity strategy
  • Detect rogue WiFi networks and safely browse on public WiFi
  • Protect against physical attacks utilizing USB devices or building access cards
  • Use the OODA loop and a hacker mindset to plan out your own attacks
  • Connect to and browse the Dark Web
  • Apply threat models to build, measure, and improve your defenses
  • Respond to a detected cyber attack and work through a security breach

Go behind the headlines of famous attacks and learn lessons from real-world breaches that author Tom Kranz has personally helped to clean up. Making Sense of Cybersecurity is full of clear-headed advice and examples that will help you identify risks in your organization and choose the right path to apply the important security concepts. You'll learn the three pillars of a successful security strategy and how to create and apply threat models that will iteratively improve your organization's readiness.

Data Storytelling with Altair and AI
by Angelica Lo DucaSeptember 2024  comes with audio!

Great data presentations tell a story.

Learn how to organize, visualize, and present data using Python, generative AI, and the cutting-edge Altair data visualization toolkit.

Take the fast track to amazing data presentations! Data Storytelling with Altair and AI introduces a stack of useful tools and tried-and-tested methodologies that will rapidly increase your productivity, streamline the visualization process, and leave your audience inspired.

In Data Storytelling with Altair and AI you’ll discover:

  • Using Python Altair for data visualization
  • Using Generative AI tools for data storytelling
  • The main concepts of data storytelling
  • Building data stories with the DIKW pyramid approach
  • Transforming raw data into a data story

Data Storytelling with Altair and AI teaches you how to turn raw data into effective, insightful data stories. You’ll learn exactly what goes into an effective data story, then combine your Python data skills with the Altair library and AI tools to rapidly create amazing visualizations. Your bosses and decision-makers will love your new presentations—and you’ll love how quick Generative AI makes the whole process!

Build a Website with ChatGPT
by Paul McFedriesSeptember 2024  comes with audio!

Create a portfolio of cool and creative websites—all without having to write your own code.



Build a Website with ChatGPT teaches you zero-coding web development utilizing powerful generative AI tools like ChatGPT. If you can open a web browser, you’re ready to start building—absolutely no coding experience required.

Inside Build a Website with ChatGPT you’ll learn the important skills of AI-assisted web programming, such as:

  • Crafting effective prompts to generate HTML, CSS, and JavaScript
  • Converting text into images with DALL-E integration
  • Building navigation bars, image galleries, and contact forms
  • Deploying fully functional sites to the web for free
  • Customizing the generated code for unique sites

Inside Build a Website with ChatGPT you’ll learn the high-level coding concepts that let you check and perfect AI output, prompting skills that deliver the exact code you need, and how to properly deploy your site to the web—for free! Annotated code samples and advice on code customization give you the perfect balance of understanding and convenience. Plus, you’ll get access to a tried-and-tested repository of prompts and working code.

Julia for Data Analysis
by Bogumil KaminskiSeptember 2024  comes with audio!

Master core data analysis skills using Julia.

Interesting hands-on projects guide you through time series data, predictive models, popularity ranking, and more.

In Julia for Data Analysis you will learn how to:

  • Read and write data in various formats
  • Work with tabular data, including subsetting, grouping, and transforming
  • Visualize your data
  • Build predictive models
  • Create data processing pipelines
  • Create web services sharing results of data analysis
  • Write readable and efficient Julia programs

Julia was designed for the unique needs of data scientists: it's expressive and easy-to-use whilst also delivering super-fast code execution. Julia for Data Analysis shows you how to take full advantage of this amazing language to read, write, transform, analyze, and visualize data—everything you need for an effective data pipeline. It’s written by Bogumił Kamiński, one of the top contributors to Julia, #1 Julia answerer on StackOverflow, and a lead developer of Julia’s core data package DataFrames.jl. Its engaging hands-on projects get you into the action quickly. Plus, you’ll even be able to turn your new Julia skills to general purpose programming!

The Complete Obsolete Guide to Generative AI
by David ClintonAugust 2024  comes with audio!

The last book on AI you’ll ever need.

We swear!

AI technology moves so fast that this book is probably already out of date! But don’t worry—The Complete Obsolete Guide to Generative AI is still an essential read for anyone who wants to make generative AI into a tool rather than a toy. It shows you how to get the best out of AI no matter what changes come in the future. You’ll be able to use common automation and scripting tools to take AI to a new level, and access raw (and powerful) GPT models via API.

Inside The Complete Obsolete Guide to Generative AI you will find:

  • Just enough background info on AI! What an AI model is how it works
  • Ways to create text, code, and images for your organization's needs
  • Training AI models on your local data stores or on the internet
  • Business intelligence and analytics uses for AI
  • Building your own custom AI models
  • Looking ahead to the future of generative AI

Where to get started? How about creating exciting images, video, and even audio with AI. Need more? Learn to harness AI to speed up any everyday work task, including writing boilerplate code, creating specialized documents, and analyzing your own data. Push beyond simple ChatGPT prompts! Discover ways to double your productivity and take on projects you never thought were possible! AI—and this book—are here to show you how.

React in Depth
by Morten BarklundAugust 2024  comes with audio!

A guide to the advanced React skills used by the very best React developers.



React in Depth teaches the React libraries, tools and techniques that are vital to build amazing apps. You’ll put each skill you learn into practice with hands-on projects like a goal-focused task manager, expenses tracker, and custom UI library.

In React in Depth you will learn how to:

  • Assess technologies in the React ecosystem
  • Implement advanced component patterns to improve React code
  • Optimize React performance for a smooth user experience
  • Use developer tooling for better code maintenance and debugging
  • Work with TypeScript for type safety
  • Use CSS in JavaScript for efficient styling
  • Manage data in React, including remote data and reactive caching
  • Unit test React components for quality assurance and bug prevention
  • Use popular React frameworks for building production-ready applications

React in Depth focuses on the modern best practices of React development, with full and up-to-date coverage of the latest features and changes to the React ecosystem. This book highlights the advanced techniques that turn a React pro into a React wizard, and how you can future-proof your career by mastering new React technologies as they emerge.

TensorFlow in Action
by Thushan GanegedaraAugust 2024  comes with audio!

Unlock the TensorFlow design secrets behind successful deep learning applications! Deep learning StackOverflow contributor Thushan Ganegedara teaches you the new features of TensorFlow 2 in this hands-on guide.



In TensorFlow in Action you will learn:

  • Fundamentals of TensorFlow
  • Implementing deep learning networks
  • Picking a high-level Keras API for model building with confidence
  • Writing comprehensive end-to-end data pipelines
  • Building models for computer vision and natural language processing
  • Utilizing pretrained NLP models
  • Recent algorithms including transformers, attention models, and ElMo

In TensorFlow in Action, you'll dig into the newest version of Google's amazing TensorFlow framework as you learn to create incredible deep learning applications. Author Thushan Ganegedara uses quirky stories, practical examples, and behind-the-scenes explanations to demystify concepts otherwise trapped in dense academic papers. As you dive into modern deep learning techniques like transformer and attention models, you’ll benefit from the unique insights of a top StackOverflow contributor for deep learning and NLP.

DuckDB in Action
by Mark Needham, Michael Hunger, Michael SimonsAugust 2024  comes with audio!

Dive into DuckDB and start processing gigabytes of data with ease—all with no data warehouse.



DuckDB is a cutting-edge SQL database that makes it incredibly easy to analyze big data sets right from your laptop. In DuckDB in Action you’ll learn everything you need to know to get the most out of this awesome tool, keep your data secure on prem, and save you hundreds on your cloud bill. From data ingestion to advanced data pipelines, you’ll learn everything you need to get the most out of DuckDB—all through hands-on examples.

Open up DuckDB in Action and learn how to:

  • Read and process data from CSV, JSON and Parquet sources both locally and remote
  • Write analytical SQL queries, including aggregations, common table expressions, window functions, special types of joins, and pivot tables
  • Use DuckDB from Python, both with SQL and its "Relational"-API, interacting with databases but also data frames
  • Prepare, ingest and query large datasets
  • Build cloud data pipelines
  • Extend DuckDB with custom functionality

Pragmatic and comprehensive, DuckDB in Action introduces the DuckDB database and shows you how to use it to solve common data workflow problems. You won’t need to read through pages of documentation—you’ll learn as you work. Get to grips with DuckDB's unique SQL dialect, learning to seamlessly load, prepare, and analyze data using SQL queries. Extend DuckDB with both Python and built-in tools such as MotherDuck, and gain practical insights into building robust and automated data pipelines.

Grokking Continuous Delivery
by Christie WilsonAugust 2024  comes with audio!

Build and use systems that safely automate software delivery from testing through release with this jargon-busting guide to continuous delivery pipelines.



In Grokking Continuous Delivery you will learn how to:

  • Design effective CD pipelines for new and legacy projects
  • Keep your software projects release-ready
  • Maintain effective tests
  • Scale CD across multiple applications
  • Ensure pipelines give the right signals at the right time
  • Use version control as the source of truth
  • Safely automate deployments with metrics
  • Describe CD in a way that makes sense to your colleagues

Grokking Continuous Delivery teaches you the design and purpose of continuous delivery systems that you can use with any language or stack. You’ll learn directly from your mentor Christie Wilson, Google engineer and co-creator of the Tekton CI/CD framework. Using crystal-clear, well-illustrated examples, Christie lays out the practical nuts and bolts of continuous delivery for developers and pipeline designers. In each chapter, you’ll uncover the proper approaches to solve the real-world challenges of setting up a CD pipeline. With this book as your roadmap, you’ll have a clear plan for bringing CD to your team without the need for costly trial-and-error experimentation.

Tech Startup Toolkit
by Jothy Rosenberg, Foreword by Vivjan MyrtoAugust 2024  comes with audio!

Essential advice for anyone aspiring to start up a technology company, based on decades of business experience.



In Tech Startup Toolkit, you’ll discover the good, the bad, and the ugly of succeeding with a tech startup. Author Jothy Rosenberg reveals the insights he’s learned from an entrepreneurial career that’s seen both $100 million sales, dramatic failures, and everything in between.

Tech Startup Toolkit gives you concrete, actionable advice on how to:

  • Succeed as a first-time CEO
  • Pitch and raise money from various types of investors
  • Develop a go-to-market strategy
  • Create a strong positive culture
  • Understand what makes a VC tick
  • Write an elevator pitch
  • Understand investment deal terms
  • Hone and align teams
  • Effectively downsize or wind down a company
  • Position a company to be acquired

In Tech Startup Toolkit Jothy tells stories from his incredible career that will give guidance and inspiration to anyone who’s ever thought of creating or running a company. Every personal story teaches a vital lesson for any would-be startup founder, ensuring you avoid the pitfalls that end less-prepared companies.

Deep Learning with R, Second Edition
by Tomasz Kalinowski,J.J. Allaire,Sigrid Keydana,Francois CholletJuly 2024  comes with audio!

Deep learning from the ground up using R and the powerful Keras library!

In Deep Learning with R, Second Edition you will learn:

  • Deep learning from first principles
  • Image classification and image segmentation
  • Time series forecasting
  • Text classification and machine translation
  • Text generation, neural style transfer, and image generation
Deep Learning with R, Second Edition shows you how to put deep learning into action.

It’s based on the revised new edition of François Chollet’s bestselling Deep Learning with Python. All code and examples have been expertly translated to the R language by Tomasz Kalinowski, who maintains the Keras and Tensorflow R packages at RStudio. Novices and experienced ML practitioners will love the expert insights, practical techniques, and important theory for building neural networks.

Acing the CCNA Exam: Volume 2 Advanced Networking and Security
by Jeremy McDowellJuly 2024  comes with audio!

Master the most challenging elements of the CCNA exam to pass on your very first try!

The CCNA goes deep on networking and security.

Acing the CCNA Exam, Volume 2 gives you exactly what you need to navigate the most challenging parts of the exam. Author Jeremy McDowell’s CCNA courses have helped hundreds of thousands of students pass their exams. This book distills that expertise into an easy-to-follow guide.

In Acing the CCNA Exam, Volume 2—Advanced Networking and Security you’ll dig into tough topics like:

  • Security concepts and common threats
  • Ethernet and wireless LANs (Wi-Fi) and network automation
  • Essential network services like DHCP and DNS
  • WAN, LAN, and wireless architectures

The Cisco Certified Network Associate is the gold-standard credential for network administrators. It demands an in-depth knowledge of complex network internals, including security, wireless architectures, and more. Acing the CCNA Exam, Volume 2—Advanced Networking and Security builds on the basics you learn in Volume 1 to help you study and prepare for the most challenging parts of the test.

Rust in Action: Systems programming concepts and techniques
by Tim McNamaraJuly 2024  comes with audio!

Rust in Action introduces the Rust programming language by exploring numerous systems programming concepts and techniques.

You'll be learning Rust by delving into how computers work under the hood. You'll find yourself playing with persistent storage, memory, networking and even tinkering with CPU instructions. The book takes you through using Rust to extend other applications and teaches you tricks to write blindingly fast code. You'll also discover parallel and concurrent programming. Filled to the brim with real-life use cases and scenarios, you'll go beyond the Rust syntax and see what Rust has to offer in real-world use cases.

Think Like a Software Engineering Manager
by Akanksha GuptaJuly 2024  comes with audio!

Unlock your full potential as an effective, efficient, and inspiring leader, and be the software engineering manager that your team deserves!

Most development teams are only as good as their leader.

In this practical guide, you’ll explore all aspects of the software engineering manager’s job, from operational practices to the core skills of handling humans.

Think Like a Software Engineering Manager is full of all the skills you’ll need to thrive in software leadership, including:

  • People and performance management
  • Empathy and feedback
  • Delegation and learning to let go
  • Hiring amazing engineers and handling attrition
  • Collaborating with cross-functional partners
  • Managing expectations at all levels
  • Implementing engineering and operational excellence
  • Time and organizational change management

Experienced team leader Akanksha Gupta helps you explore whether software engineering management is the right move for your career, guides you through preparing for the position, and gives you all the tools you need to thrive in the role. Thought-provoking exercises help you apply what you learn to your daily professional life, and prepare you for making the big decisions about software.

Acing the CCNA Exam: Volume 1 Fundamentals and Protocols
by Jeremy McDowellJuly 2024  comes with audio!

Master the core fundamentals and protocols covered in the Cisco Certified Network Associate (CCNA) exam!

Acing the CCNA Exam helps you prepare for the CCNA exam by learning vital skills like:

  • How to study for the CCNA
  • IP routing, addressing, and subnetting
  • VLANs, trunking protocols, and EtherChannel
  • Static and dynamic routing protocols (OSPF)

Passing the CCNA is the perfect way to kickstart or advance your career in IT, networking, and systems administration.

Inside this accessible guide, you’ll find the secrets to nailing even the most perplexing exam topics. You’ll build your fluency in networking chapter-by-chapter, until you have both the knowledge to take on the CCNA, and the skills to work effectively as an IT professional.

Classic Game Programming on the NES: Make your own retro video game
by Tony CruiseJuly 2024  comes with audio!

Build your own retro games for the Nintendo Entertainment System.



Do you have an amazing idea for a NES game you’ve been itching to turn into reality? Classic Game Programming on the NES will show you how. This all-practical beginner's guide is full of step-by-step guidance on everything from graphics and music, to enemy AI, to the 6502 Assembler language you need to get the most out of the NES.

Inside Classic Game Programming on the NES you’ll learn how to:

  • Use the 6502 Assembler language to create your own game
  • Create and display tile and sprite graphics
  • Play sound effects and music
  • Program enemy AI
  • Balance cycle times and memory usage
  • Design and develop your own action game from scratch

When you’re developing retro games, it’s dangerous to go alone—so take this essential guide! Classic Game Programming on the NES is an all-in-one handbook to the resources you need to start building for the NES. You’ll learn to understand modern emulators and discover the secrets of programming in ages past. Best of all, you won’t need any specialist experience! Even highly technical elements are broken down into step-by-step instructions, and fully illustrated with easy-to-follow diagrams.

Grokking Data Structures
by Marcello La RoccaJuly 2024  comes with audio!

Don’t be perplexed by data structures! This fun, friendly, and fully illustrated guide makes it easy to learn useful data structures you’ll put to work every day.



Grokking Data Structures makes it a breeze to learn the most useful day-to-day data structures. You’ll follow a steady learning path from absolute basics to advanced concepts, all illustrated with fun examples, engaging industry stories, and hundreds of graphics and cartoons.

In Grokking Data Structures you’ll learn how to:

  • Understand the most important and widely used data structures
  • Identify use cases where data structures make the biggest difference
  • Pick the best data structure solution for a coding challenge
  • Understand the tradeoffs of data structures and avoid catastrophes
  • Implement basic data collections like arrays, linked lists, stacks, and priority queues
  • Use trees and binary search trees (BSTs) to organize data
  • Use graphs to model relationships and learn about complex data
  • Efficiently search by key using hash tables and hashing functions
  • Reason about time and memory requirements of operations on data structures

Grokking Data Structures carefully guides you from the most basic data structures like arrays or linked lists all the way to powerful structures like graphs. It’s perfect for beginners, and you won’t need anything more than high school math to get started. Each data structure you encounter comes with its own complete Python implementation so you can start experimenting with what you learn right away.

Automating API Delivery
by Ikenna Nwaiwu, Foreword by Melissa van der HechtJuly 2024  comes with audio!

Improve speed, quality, AND cost by automating your API delivery process!

Automating API Delivery shows you how to strike the perfect balance between speed and usability by applying DevOps automation principles to your API design and delivery process.

It lays out a clear path to making both the organizational and technical changes you need to deliver high-quality APIs both rapidly and reliably.

In Automating API Delivery you’ll learn how to:

  • Enforce API design standards with linting
  • Automate breaking-change checks to control design creep
  • Ensure accuracy of API reference documents
  • Centralize API definition consistency checks
  • Automate API configuration deployment
  • Conduct effective API design reviews

Author Ikenna Nwaiwu provides comprehensive guidance on implementing APIOps in your organization. He carefully walks through the technical steps and introduces the essential open-source tools, with practical advice and insights from his years of experience. You’ll benefit from his personal tips for avoiding common pitfalls and challenges of moving to automated API delivery.

Django in Action
by Christopher Trudeau, Foreword by Michael KennedyJuly 2024  comes with audio!

Build professional quality web applications using Python and the Django 5.

0 web framework.

The Django web application framework powers huge sites like Netflix, Dropbox, YouTube, and Spotify. Learn how it can power your web apps too! In this hands-on book, you’ll begin building a fully functional web application with Django starting with chapter 1.

In Django in Action you’ll:

  • Build a multi-user web site in Django
  • Read, write, and manage data
  • Create reusable and composable HTML templates
  • Manage user data including form submissions and file uploads
  • Set up authentication, authorization, and per-person-per-page permissions
  • Manage the backend using the Django Admin tool
  • Discover Django libraries and plugins

Django in Action is the perfect way to get started for new Django developers creating their first Python-based web apps. It’s written by Christopher Trudeau, co-host of The Real Python Podcast and creator of dozens of popular courses at Real Python and TalkPython. The book starts with Django’s basics and works through all of the core concepts of the framework until you’re comfortable and confident creating your own web apps. You’ll especially enjoy the author’s lighthearted style that makes learning fun!

D3.js in Action, Third Edition
by Elijah Meeks, Anne-Marie Dufour, Foreword by Andy KirkJuly 2024  comes with audio!

Create stunning web-based data visualizations with D3.

js.

This totally-revised new edition of D3.js in Action guides you from simple charts to powerful interactive graphics. Chapter-by-chapter you’ll assemble an impressive portfolio of visualizations—including intricate networks, maps, and even a complete customized visualization layout. Plus, you'll learn best practices for building interactive graphics, animations, and integrating your work into frontend development frameworks like React and Svelte.

In D3.js in Action, Third Edition you will learn how to:

  • Set up a local development environment for D3
  • Include D3 in web development projects, including Node-based web apps
  • Select and append DOM elements
  • Size and position elements on screen
  • Assemble components and layouts into creative data visualizations

D3.js in Action, Third Edition has been extensively revised for D3.js version 7, and modern best practices for web visualizations. Its brand new chapters dive into interactive visualizations, cover responsiveness for dataviz, and show you how you can improve accessibility.

.NET in Action, Second Edition
by Dustin MetzgarJuly 2024  comes with audio!

Learn to build standout line-of-business applications using Microsoft’s .NET Framework, the premier platform for enterprise business development.



Based on the bestselling .NET Core in Action, the new .NET in Action, Second Edition has been completely rewritten and updated by original author Dustin Metzgar—an industry veteran who helped develop both the original .NET Framework and .NET Core.

.NET in Action, Second Edition presents the big picture of .NET application development, introducing core concepts like:

  • Designing applications to take full advantage of .NET 8
  • Integrating the latest C# and .NET features
  • Building web services and applications with ASP.NET Core
  • Working with data in files and remote services, and databases via Entity Framework Core
  • Verifying code with unit and integration tests
  • Make applications ready for internationalization
  • Benchmarking and analyzing application performance

.NET in Action, Second Edition offers a clear-headed introduction to implementing full-featured, cross-platform professional applications on the Microsoft .NET platform. It compiles the must-know skills of .NET into a format that’s clear and easy to follow. In each chapter, you’ll build new applications, pick up essential .NET skills, and test your knowledge against handy exercises.

Object-Oriented Software Design in C++
by Ronald MakJune 2024  comes with audio!

Learn the fundamentals of Object-Oriented design by investigating good—and bad—code!

Well-designed applications run more efficiently, have fewer bugs, and are easier to revise and maintain.

Using an engaging “before-and-after” approach, Object-Oriented Software Design in C++ shows you exactly what bad software looks like and how to fix it with good design principles and patterns.

In Object-Oriented Software Design in C++, you’ll find:

  • Design-code-test iterations that improve code with each revision
  • Gathering requirements to make sure you’re developing the right application
  • Design principles like encapsulation and delegation that solve programming problems
  • Design patterns including Observer Design Pattern that fix architecture issues
  • Using recursion and multithreading to simplify common solutions

Object-Oriented Software Design in C++ is a vital guide to building the kind of high performance applications delivered by the pros—all using industry-proven design principles and patterns. You’ll learn how to gather and analyze requirements so you’re building exactly what your client is looking for, backtrack mistakes with iterative development, and build a toolbox of design patterns that troubleshoot common issues with application architecture. The book’s accessible examples are written in C++ 17, but its universal principles can be applied to any object-oriented language.

MLOps Engineering at Scale
by Carl OsipovJune 2024  comes with audio!

Dodge costly and time-consuming infrastructure tasks, and rapidly bring your machine learning models to production with MLOps and pre-built serverless tools!

In MLOps Engineering at Scale you will learn:

  • Extracting, transforming, and loading datasets
  • Querying datasets with SQL
  • Understanding automatic differentiation in PyTorch
  • Deploying model training pipelines as a service endpoint
  • Monitoring and managing your pipeline’s life cycle
  • Measuring performance improvements

MLOps Engineering at Scale shows you how to put machine learning into production efficiently by using pre-built services from AWS and other cloud vendors.

You’ll learn how to rapidly create flexible and scalable machine learning systems without laboring over time-consuming operational tasks or taking on the costly overhead of physical hardware. Following a real-world use case for calculating taxi fares, you will engineer an MLOps pipeline for a PyTorch model using AWS server-less capabilities.

Spring Security in Action, Second Edition
by Laurentiu SpilcaJune 2024  comes with audio!

Don't let security be an afterthought.

Spring Security in Action, Second Edition is your vital companion to robust, secure applications that are protected right from the first line of code.

Spring Security in Action, Second Edition is a revised version of the bestselling original, fully updated for Spring Boot 3 and Oauth2/OpenID Connect.

In Spring Security in Action, Second Edition you will learn essential security skills including how to:

  • Implement and customize authentication and authorization
  • Set up all components of an OAuth2/OpenID Connect system
  • Utilize CRSF and CORS configurations
  • Secure Spring reactive applications
  • Write tests for security configurations

Whether you’re a beginner or a pro, Spring Security in Action, Second Edition teaches you how to secure your Java applications from the ground up. Author Laurențiu Spilcă distills his years of experience as a skilled Java and Spring developer into an indispensable guide to everything security—from authentication and authorization, to testing security configurations. This new edition covers the latest patterns for application-level security in Spring apps, demonstrating how Spring Security simplifies every step of the security process.

Getting Started with Natural Language Processing
by Ekaterina KochmarJune 2024  comes with audio!

Hit the ground running with this in-depth introduction to the NLP skills and techniques that allow your computers to speak human.



In Getting Started with Natural Language Processing you’ll learn about:

  • Fundamental concepts and algorithms of NLP
  • Useful Python libraries for NLP
  • Building a search algorithm
  • Extracting information from raw text
  • Predicting sentiment of an input text
  • Author profiling
  • Topic labeling
  • Named entity recognition

Getting Started with Natural Language Processing is an enjoyable and understandable guide that helps you engineer your first NLP algorithms. Your tutor is Dr. Ekaterina Kochmar, lecturer at the University of Bath, who has helped thousands of students take their first steps with NLP. Full of Python code and hands-on projects, each chapter provides a concrete example with practical techniques that you can put into practice right away. If you’re a beginner to NLP and want to upgrade your applications with functions and features like information extraction, user profiling, and automatic topic labeling, this is the book for you.

Pandas Workout: 200 exercises to make you a stronger data analyst
by Reuven M. LernerJune 2024  comes with audio!

Practice makes perfect pandas!

Work out your pandas skills against dozens of real-world challenges, each carefully designed to build an intuitive knowledge of essential pandas tasks.



In Pandas Workout you’ll learn how to:

  • Clean your data for accurate analysis
  • Work with rows and columns for retrieving and assigning data
  • Handle indexes, including hierarchical indexes
  • Read and write data with a number of common formats, such as CSV and JSON
  • Process and manipulate textual data from within pandas
  • Work with dates and times in pandas
  • Perform aggregate calculations on selected subsets of data
  • Produce attractive and useful visualizations that make your data come alive

Pandas Workout hones your pandas skills to a professional-level through two hundred exercises, each designed to strengthen your pandas skills. You’ll test your abilities against common pandas challenges such as importing and exporting, data cleaning, visualization, and performance optimization. Each exercise utilizes a real-world scenario based on real-world data, from tracking the parking tickets in New York City, to working out which country makes the best wines. You’ll soon find your pandas skills becoming second nature—no more trips to StackOverflow for what is now a natural part of your skillset.

Grokking Web Application Security
by Malcolm McDonaldJune 2024  comes with audio!

When you launch an application on the web, every hacker in the world has access to it.

Are you sure your web apps can stand up to the most sophisticated attacks?

Trying to teach yourself about web security from the internet can feel like walking into a huge disorganized library—one where you can never find what you need, and the wrong advice might endanger your application! You need a single, all-in-one guide to securing your apps against all the attacks they can and will face. You need Grokking Web Application Security.

This brilliantly illustrated and clearly written guide delivers detailed coverage on:

  • Browser security, including sandboxing, the same-origin policy, and cookie security
  • Securing web servers with input validation, escaping of output, and defense in depth
  • A development process that prevents security bugs
  • Browser vulnerabilities, from cross-site scripting and cross-site request forgery, to clickjacking
  • Network vulnerabilities, such as man-in-the-middle attacks, SSL-stripping, and DNS poisoning
  • Authentication vulnerabilities, such as brute forcing of credentials with single sign-on or multi-factor authentication
  • Authorization vulnerabilities, such as broken access control and session jacking
  • How to use encryption in web applications
  • Injection attacks, command execution attacks, and remote code execution attacks
  • Malicious payloads that can be used to attack XML parsers and file upload functions

Grokking Web Application Security teaches you how to build web apps that are ready and resilient to any attack. It’s laser-focused on what the working programmer needs to know about web security. In it, you’ll find practical recommendations for both common and not-so-common vulnerabilities—everything from SQL injection to cross-site scripting inclusion attacks. You’ll learn what motivates hackers, discover the latest tools for identifying issues, and set up a development lifecycle that catches problems early. Read it cover to cover for a comprehensive overview of web security, and dip in as a reference whenever you need to tackle a specific vulnerability.

Kotlin in Action, 2E
by Roman Elizarov,Sebastian Aigner,Svetlana IsakovaJune 2024  comes with audio!

Expert guidance and amazing examples from Kotlin core developers! It’s everything you need to get up and running fast.



Kotlin in Action, Second Edition takes you from language basics to building production-quality applications that take advantage of Kotlin’s unique features. Discover how the language handles everything from statements and functions to classes and types, and the unique features that make Kotlin programming so seamless.

In Kotlin in Action, Second Edition you will learn:

  • Kotlin statements and functions, and classes and types
  • Functional programming on the JVM
  • The Kotlin standard library and out-of-the-box features
  • Writing clean and idiomatic code
  • Combining Kotlin and Java
  • Improve code reliability with null safety
  • Domain-specific languages
  • Kotlin coroutines and flows
  • Mastering the kotlinx.coroutines library

Kotlin in Action, Second Edition is a complete guide to the Kotlin language written especially for readers familiar with Java or another OO language. Its authors—all core Kotlin language developers and Kotlin team members—share their unique insights, along with practical techniques and hands-on examples. This new second edition is fully updated to include the latest innovations, and it adds new chapters dedicated to coroutines, flows, and concurrency.

The Jamstack Book
by Brian Rinaldi,Raymond K. CamdenMay 2024  comes with audio!

Jamstack = JavaScript, APIs, and Markup.

Use established standard technologies to build super-fast static websites without sacrificing rich, dynamic features.

In The Jamstack Book, you will learn how to:

  • Use different static site generators to build websites
  • Deploy Jamstack sites with 11ty, Next.js, Hugo, and Jekyll
  • Add dynamic capabilities like form processing and eCommerce
  • Enhance your Jamstack site with serverless capabilities
  • Integrate a CMS with a Jamstack site

Jamstack sites use JavaScript, APIs, and Markup to create fast, dynamic pages without the overhead of heavyweight frameworks. The Jamstack Book is your essential guide to this exciting new web architecture. Written by renowned Jamstack experts Raymond Camden and Brian Rinaldi, it’s filled with real-world projects to develop and hone your skills.

You’ll learn how to lay out and generate a site, set up your own CMS, and add dynamic features like user logins and search functionality. Confusing jargon is demystified. Plus, you’ll get the chance to try out different static site generators and find the one that works best for you. Pick up this book today, and you’ll discover how the Jamstack answers your need for speed and simplicity.

Math and Architectures of Deep Learning
by Krishnendu ChaudhuryMay 2024  comes with audio!

Shine a spotlight into the deep learning “black box”. This comprehensive and detailed guide reveals the mathematical and architectural concepts behind deep learning models, so you can customize, maintain, and explain them more effectively.



Inside Math and Architectures of Deep Learning you will find:

  • Math, theory, and programming principles side by side
  • Linear algebra, vector calculus and multivariate statistics for deep learning
  • The structure of neural networks
  • Implementing deep learning architectures with Python and PyTorch
  • Troubleshooting underperforming models
  • Working code samples in downloadable Jupyter notebooks

The mathematical paradigms behind deep learning models typically begin as hard-to-read academic papers that leave engineers in the dark about how those models actually function. Math and Architectures of Deep Learning bridges the gap between theory and practice, laying out the math of deep learning side by side with practical implementations in Python and PyTorch. Written by deep learning expert Krishnendu Chaudhury, you’ll peer inside the “black box” to understand how your code is working, and learn to comprehend cutting-edge research you can turn into practical applications.

Build a Frontend Web Framework (From Scratch)
by Ángel Sola OrbaicetaMay 2024  comes with audio!

Learn how a frontend web framework works by coding your own!

Web developers use frontend frameworks every day—but do you know how these essential parts of your stack really work? Build a Frontend Web Framework (From Scratch) reveals the inner workings of web frameworks by helping you create your very own.



In Build a Frontend Web Framework (From Scratch), you’ll learn the secrets behind frameworks like React, Vue, and Angular, including:

  • Create HTML documents programmatically
  • Define the view with virtual DOM
  • Update the HTML efficiently with reconciliation algorithms
  • Create two-way communication mechanisms between components in a hierarchy

Whatever your experience level, you’ll be able to start building your framework with this guide. All you need is some core skills in HTML, CSS, and JavaScript. And once you’ve learned how frameworks function, you’ll be able to work with them more efficiently, troubleshoot bugs more effectively, and even customize them for your specific needs!

Kafka Streams in Action, Second Edition
by William P. Bejeck Jr. , Foreword by Jun RaoMay 2024  comes with audio!

Everything you need to implement stream processing on Apache KafkaⓇ using Kafka Streams and the kqsIDB event streaming database.



Kafka Streams in Action, Second Edition guides you through setting up and maintaining your streaming processing with Kafka. Inside, you’ll find comprehensive coverage of not only Kafka Streams, but the entire toolbox you’ll need for effective streaming—from the components of the Kafka ecosystem, to Producer and Consumer clients, Connect, and Schema Registry.

In Kafka Streams in Action, Second Edition you’ll learn how to:

  • Design streaming applications in Kafka Streams with the KStream and the Processor API
  • Integrate external systems with Kafka Connect
  • Enforce data compatibility with Schema Registry
  • Build applications that respond immediately to events in either Kafka Streams or ksqlDB
  • Craft materialized views over streams with ksqlDB

This totally revised new edition of Kafka Streams in Action has been expanded to cover more of the Kafka platform used for building event-based applications. You’ll also find full coverage of ksqlDB, an event streaming database that makes it a snap to create applications that respond immediately to events, such as real-time push and pull updates.

Write Powerful Rust Macros
by Sam Van OvermeireMay 2024  comes with audio!

An example-driven, step-by-step guide to success with Rust macros.



In Write Powerful Rust Macros you’ll learn how to use these amazing metaprogramming tools to push Rust to its full potential. This hands-on guide takes you from the absolute basics to advanced macro techniques, exploring Rust macros through interesting and engaging examples.

Inside Write Powerful Rust Macros you’ll discover:

  • Writing declarative macros
  • Procedural macros
  • Reading and debugging macro code
  • Improving the type system with newtypes and zero-sized types
  • How common Rust libraries use macros

Write Powerful Rust Macros teaches you how to write, test, debug, and publish macros for Rust. It’s perfect for Rust practitioners who want to master this powerful development technique. Build your knowledge chapter-by-chapter. You’ll start with declarative macros before diving into the real power: procedural macros that can generate code, augment data structures, and even create domain-specific languages.

Everyday Data Visualization
by Desiree AbbottMay 2024  comes with audio!

Radically improve the quality of your data visualizations by employing core principles of color, typography, chart types, data storytelling, and more.



Everyday Data Visualization is a field guide for design techniques that will improve the charts, reports, and data dashboards you build every day. Everything you learn is tool-agnostic, with universal principles you can apply to any data stack.

In Everyday Data Visualization you’ll learn important design principles for the most common data visualizations:

  • Harness the power of perception to guide a user’s attention
  • Bring data to life with color and typography
  • Choose the best chart types for your data story
  • Design for interactive visualizations
  • Keep the user’s needs first throughout your projects

This book gives you the tools you need to bring your data to life with clarity, precision, and flair. You’ll learn how human brains perceive and process information, wield modern accessibility standards, get the basics of color theory and typography, and more.

F# in Action: A Revised Edition of Get Programming with F#
by Isaac AbrahamMay 2024  comes with audio!

F# is engineered to make functional programming practical and accessible.

This book will get you started writing your first simple, robust, and high performing functional code.

F# lets you keep your code simple even in the most complex applications—and it’s the perfect language for taking your first steps in functional programming. This practical, example-driven guide shows you how to build professional applications the F# way.

In F# in Action you will learn how to:

  • Write performant and robust systems with succinct F# code
  • Model domains quickly, easily and accurately with F#’s type system
  • Design solutions using functional programming patterns
  • Ingest and process disparate data sources
  • Develop data-driven web applications
  • Unit test F# code
  • Effectively model data using a variety of techniques
  • Use scripts to rapidly explore domains

F# in Action is based on author and Microsoft F# MVP Isaac Abraham’s years of experience working with developers as an F# consultant. It upgrades .NET development skills with the core principles of functional programming, and you’ll soon see how F#’s functional-first approach makes it easy to learn this powerful paradigm.

Simple Object-Oriented Design: Create clean, maintainable applications
by Maurício AnicheMay 2024  comes with audio!

Write object-oriented code that’s manageable, maintainable, and future-proof.



Keeping your object-oriented designs simple demands a creative approach—and that’s exactly what you’ll find in Simple Object-Oriented Design. This book is full of patterns and principles for reducing complexity, each one proven in author Mauricio Aniche’s 20-year career in software development. You’ll learn how to tackle code’s natural growth in complexity, and adopt a “good enough” approach that means it’s easy to refactor when requirements change.

You’ll discover insightful principles for:

  • Making code readable and documented
  • Improving consistency and encapsulation
  • Managing dependencies
  • Designing abstractions
  • Handling infrastructure
  • Effective modularization

Learn what constitutes both good and bad object-oriented software design, discover how to make better trade-offs in design decisions, and when to embrace complexity over simpler data structures. With this book as your vital reference, you’ll be ready to write code that will last the test of time, without slowing feature delivery to a crawl.

Learn PowerShell Scripting in a Month of Lunches, Second Edition: Write and organize scripts and tools
by James Petty,Don Jones,Jeffery HicksMay 2024  comes with audio!

Automate complex tasks and processes with PowerShell scripts.

This amazing book teaches you how to write, test, and organize high-quality, reusable scripts for Windows, Linux, and cloud-based systems.

Learn PowerShell Scripting in a Month of Lunches, Second Edition takes you beyond command-line PowerShell and opens up the amazing world of scripting and automation. In just 27 bite-sized lessons, you’ll learn to write scripts that can eliminate repetitive manual tasks, create custom reusable tools, and build effective pipelines and workflows.

In Learn PowerShell Scripting in a Month of Lunches, Second Edition you’ll learn:

  • Setting up a reliable scripting environment
  • Designing functions and scripts
  • Effective pipeline usage
  • Scripting and security
  • Dealing with errors and bugs
  • Source control with git
  • Sharing and publishing scripts
  • Professional-grade scripting practices

The PowerShell language lets you write scripts to control nearly every aspect of Windows. Just master a few straightforward scripting skills, and you'll save yourself from hours of tedious tasks. This revised second edition is fully updated to PowerShell’s latest version, including hands-on examples that perfectly demonstrate modern PowerShell’s cross-platform applications.

100 Java Mistakes and How to Avoid Them
by Tagir Valeev, Foreword by Cay HorstmannMay 2024  comes with audio!

Dodge the common mistakes that even senior developers make, take full advantage of static analysis tools, and deliver robust and error-free Java code.



Whenever you make a mistake writing Java, it’s almost guaranteed that someone else has made it before! In 100 Java Mistakes and How To Avoid Them you’ll learn about the common and the not-so-common antipatterns, errors, and tricky bits that trip up almost every Java developer.

Inside 100 Java Mistakes and How To Avoid Them you will learn how to:

  • Write better Java programs
  • Recognize common mistakes during programming
  • Create fewer bugs and save time for debugging and testing
  • Get help from static analyzers during programming
  • Configure static analysis tools to reduce the number of false reports
  • Extend static analysis tools with custom plugins

Each Java mistake in this handy guide comes with an illustrative code sample, an explanation of why the mistake occurs, and an actionable “ways to avoid this” section to help you dodge the error. Plus, you’ll benefit from useful static analysis sidebars that let you know when mistakes will—and won’t—be spotted by static analysis tools.

Serverless Architectures on AWS, Second Edition
by Yan Cui,Ajay Nair,Peter SbarskiMay 2024  comes with audio!

Design low-maintenance systems using pre-built cloud services! Bring down costs, automate time-consuming ops tasks, and scale on demand.



In Serverless Architectures on AWS, Second Edition you will learn:

  • First steps with serverless computing
  • The principles of serverless design
  • Important patterns and architectures
  • How successfully companies have implemented serverless
  • Real-world architectures and their tradeoffs
Serverless Architectures on AWS, Second Edition teaches you how to design serverless systems. You’ll discover the principles behind serverless architectures, and explore real-world case studies where companies used serverless architectures for their products. You won’t just master the technical essentials—the book contains extensive coverage of balancing tradeoffs and making essential technical decisions. This new edition has been fully updated with new chapters covering current best practice, example architectures, and full coverage of the latest changes to AWS.

Build Your Own Robot: Using Python, CRICKIT, and Raspberry Pi
by Marwan Al-SabbaghApril 2024  comes with audio!

A DIY guide to bringing your first robot to life with cheap and basic components.



Build Your Own Robot introduces you to the exciting world of robotics in a way that’s fun and affordable! You’ll build your own real robot with easy-to-find hardware and free open source software. Plus, all the components you need can be assembled with simple tools like a screwdriver.

In Build Your Own Robot you’ll learn how to:

  • Use cameras to capture photos and let your robot see
  • Add cameras and basic computer vision
  • Coordinate DC motors to move your robot
  • Write a web app to control your robot
  • Set up controls for joysticks
  • Read QR codes to find and identify objects

This book shows you how anyone can start building their own robot—no special soldering or electronic skills required. All you need is some basic Python know-how to get started. From scratch, you’ll go hands-on with DC motors, touch sensors, custom shell scripting, joystick controls, and even face detection for your robot friend.

Unity in Action, Third Edition
by Joseph HockingApril 2024  comes with audio!

This hands-on beginners guide gets you building games fast, all with the awesome Unity engine! You’ll speed past the basics and use your existing coding skills to create 2D, 3D, and AR/VR games.



In Unity in Action, Third Edition, you will learn how to:

  • Create characters that run, jump, and bump into things
  • Build 3D first-person shooters and third-person action games
  • Construct 2D card games and side-scrolling platformers
  • Script enemies with AI
  • Improve game graphics by importing models and images
  • Design an intuitive user interface for your games
  • Play music and spatially-aware sound effects
  • Connect your games to the internet for online play
  • Deploy your games to desktop, mobile, and the web

Thousands of new game developers have chosen Joe Hocking’s Unity in Action as their first step toward Unity mastery. Starting with the initial groundwork of a new game development project, you’ll quickly start writing custom code instead of clicking together premade scripts. This fully updated third edition comes packed with fully refreshed graphics, Unity’s latest features, and coverage of augmented and virtual reality toolkits. You'll master the Unity toolset from the ground up, learning the skills to go from application coder to game developer.

Bootstrapping Microservices, Second Edition: With Docker, Kubernetes, GitHub Actions, and Terraform
by Ashley DavisApril 2024  comes with audio!

Build a microservices application from scratch using industry standard tools and battle-tested best practices.



The best way to learn microservices development is to build something! Bootstrapping Microservices with Docker, Kubernetes, GitHub Actions, and Terraform, Second Edition guides you from zero through to a complete microservices project, including fast prototyping, development, and deployment.

In Bootstrapping Microservices, Second Edition you’ll get hands-on experience with microservices development skills like:

  • Creating, configuring, and running a microservice with Node.js
  • Building and publishing a microservice using Docker
  • Applying automated testing
  • Running a microservices application in development with Docker Compose
  • Deploying microservices to a production Kubernetes cluster
  • Implementing infrastructure as code and setting up a continuous delivery pipeline
  • Monitoring, managing, and troubleshooting

Bootstrapping Microservices with Docker, Kubernetes, GitHub Action, and Terraform has helped thousands of developers create their first microservices applications. This fully revised second edition introduces the industry-standard tools and practical skills you’ll use for every microservices application. Author Ashley Davis’s friendly advice and guidance helps cut down the learning curve for Docker, Terraform, and Kubernetes, showing you just what you need to know to start building.

Logging in Action: With Fluentd, Kubernetes and more
by Phil WilkinsApril 2024  comes with audio!

Make log processing a real asset to your organization with powerful and free open source tools.



In Logging in Action you will learn how to:

  • Deploy Fluentd and Fluent Bit into traditional on-premises, IoT, hybrid, cloud, and multi-cloud environments, both small and hyperscaled
  • Configure Fluentd and Fluent Bit to solve common log management problems
  • Use Fluentd within Kubernetes and Docker services
  • Connect a custom log source or destination with Fluentd’s extensible plugin framework
  • Logging best practices and common pitfalls

Logging in Action is a guide to optimize and organize logging using the CNCF Fluentd and Fluent Bit projects. You’ll use the powerful log management tool Fluentd to solve common log management, and learn how proper log management can improve performance and make management of software and infrastructure solutions easier. Through useful examples like sending log-driven events to Slack, you’ll get hands-on experience applying structure to your unstructured data.

Build and Orchestrator in Go (From Scratch)
by Timothy BoringApril 2024  comes with audio!

Develop a deep understanding of Kubernetes and other orchestration systems by building your own with Go and the Docker API.



Orchestration systems like Kubernetes can seem like a black box: you deploy to the cloud and it magically handles everything you need. That might seem perfect—until something goes wrong and you don’t know how to find and fix your problems. Build an Orchestrator in Go (From Scratch) reveals the inner workings of orchestration frameworks by guiding you through creating your own.

In Build an Orchestrator in Go (From Scratch) you will learn how to:

  • Identify the components that make up any orchestration system
  • Schedule containers on to worker nodes
  • Start and stop containers using the Docker API
  • Manage a cluster of worker nodes using a simple API
  • Work with algorithms pioneered by Google’s Borg
  • Demystify orchestration systems like Kubernetes and Nomad

Build an Orchestrator in Go (From Scratch) explains each stage of creating an orchestrator with diagrams, step-by-step instructions, and detailed Go code samples. Don’t worry if you’re not a Go expert. The book’s code is optimized for simplicity and readability, and its key concepts are easy to implement in any language. You’ll learn the foundational principles of these frameworks, and even how to manage your orchestrator with a command line interface.

Grokking Streaming Systems: Real-time event processing
by Ning Wang,Josh FischerApril 2024  comes with audio!

A friendly, framework-agnostic tutorial that will help you grok how streaming systems work—and how to build your own!

In Grokking Streaming Systems you will learn how to:

  • Implement and troubleshoot streaming systems
  • Design streaming systems for complex functionalities
  • Assess parallelization requirements
  • Spot networking bottlenecks and resolve back pressure
  • Group data for high-performance systems
  • Handle delayed events in real-time systems

Grokking Streaming Systems is a simple guide to the complex concepts behind streaming systems.

This friendly and framework-agnostic tutorial teaches you how to handle real-time events, and even design and build your own streaming job that’s a perfect fit for your needs. Each new idea is carefully explained with diagrams, clear examples, and fun dialogue between perplexed personalities!

Learn Rust in a Month of Lunches
by Dave MacLeodApril 2024  comes with audio!

One month.

One hour a day. That’s all it takes to start writing Rust code!

Learn Rust in a Month of Lunches teaches you to write super fast and super safe Rust code through lessons you can fit in your lunch break. Crystal-clear explanations and focused, relevant examples make it accessible to anyone—even if you’re learning Rust as your first programming language.

By the time you’re done reading Learn Rust in a Month of Lunches you’ll be able to:

  • Build real software in Rust
  • Understand messages from the compiler and Clippy, Rust’s coding coach
  • Make informed decisions on the right types to use in any context
  • Make sense of the Rust standard library and its commonly used items
  • Use external Rust “crates” (libraries) for common tasks
  • Comment and build documentation for your Rust code
  • Work with crates that use async Rust
  • Write simple declarative macros
  • Explore test driven development in Rust
Learn Rust in a Month of Lunches is full of 24 easy-to-digest lessons that ease you into real Rust programming. You’ll learn essential Rust skills you can use for everything from system programming, to web applications, and games. By the time you’re done learning, you’ll know exactly what makes Rust unique—and be one of the thousands of developers who say it’s their best loved language!

Functional Programming in C#, Second Edition
by Enrico BuonannoMarch 2024  comes with audio!

Real world examples and practical techniques for functional programming in C# without the jargon and theory.



In Functional Programming in C#, Second Edition you will learn how to:

  • Use higher-order functions to reduce duplication and do more with less code
  • Use pure functions to write code that is easy to test and optimize
  • Write pleasant APIs that accurately describe your program's behavior
  • Use dedicated types to handle nullability, system errors, and validation rules predictably and elegantly
  • Write composable code without the overhead of an IoC container

Functional Programming in C# has helped thousands of developers apply functional thinking to C# code. Its practical examples and spot-on treatment of FP concepts makes it the perfect guide for proficient C# programmers. This second edition is fully revised to cover new functional-inspired features in the most recent releases of C#, including tuples, async streams, pattern matching, and records. Each chapter is packed with awesome perspectives and epiphany moments on how functional programming can change the way you code.

Graph Algorithms for Data Science
by Tomaz BratanicMarch 2024  comes with audio!

Practical methods for analyzing your data with graphs, revealing hidden connections and new insights.



Graphs are the natural way to represent and understand connected data. This book explores the most important algorithms and techniques for graphs in data science, with concrete advice on implementation and deployment. You don’t need any graph experience to start benefiting from this insightful guide. These powerful graph algorithms are explained in clear, jargon-free text and illustrations that makes them easy to apply to your own projects.

In Graph Algorithms for Data Science you will learn:

  • Labeled-property graph modeling
  • Constructing a graph from structured data such as CSV or SQL
  • NLP techniques to construct a graph from unstructured data
  • Cypher query language syntax to manipulate data and extract insights
  • Social network analysis algorithms like PageRank and community detection
  • How to translate graph structure to a ML model input with node embedding models
  • Using graph features in node classification and link prediction workflows

Graph Algorithms for Data Science is a hands-on guide to working with graph-based data in applications like machine learning, fraud detection, and business data analysis. It’s filled with fascinating and fun projects, demonstrating the ins-and-outs of graphs. You’ll gain practical skills by analyzing Twitter, building graphs with NLP techniques, and much more.

Azure Security
by Bojan MagušićMarch 2024  comes with audio!

Secure your Azure applications the right way.

The expert DevSecOps techniques you'll learn in this essential handbook make it easy to keep your data safe.

As a Program Manager at Microsoft, Bojan Magusic has helped numerous Fortune 500 companies improve their security posture in Azure. Now, in Azure Security he brings his experience from the cyber security frontline to ensure your Azure cloud-based systems are safe and secure.

In Azure Security you’ll learn vital security skills, including how to:

  • Set up secure access through Conditional Access policiesImplement Azure WAF on Application Gateway and Front Door
  • Deploy Azure Firewall Premium for monitoring network activities
  • Enable Microsoft Defender for Cloud to assess workload configurations
  • Utilize Microsoft Sentinel for threat detection and analytics
  • Establish Azure Policy for compliance with business rules

Correctly set up out-of-the-box Azure services to protect your web apps against both common and sophisticated threats, learn to continuously assess your systems for vulnerabilities, and discover cutting-edge operations for security hygiene, monitoring, and DevSecOps. Each stage is made clear and easy to follow with step-by-step instructions, complemented by helpful screenshots and diagrams.

Inside AI
by Akli AdjaouteMarch 2024  comes with audio!

Separate AI truth from AI hype, and learn how to put this powerful technology to work.



In Inside AI AI professor and entrepreneur Dr. Akli Adjaoute puts AI in perspective, with informed insights from 30 years spent in the field. His book lays out a pragmatic blueprint that every leader can utilize to drive innovation with artificial intelligence.

In Inside AI you’ll learn how to:

  • Gain insight into diverse AI techniques and methodologies
  • Learn from both successful and failed AI applications
  • Identify the capabilities and limitations of AI systems
  • Understand successful and failed uses of AI in business
  • See where human cognition still exceeds AI
  • Bust common myths like AI’s threat to jobs and civilization
  • Manage AI projects effectively

Inside AI takes you on a journey through artificial intelligence, from AI’s origins in traditional expert systems all the way to deep learning and Large Language Models. There’s no hype here—you’ll get the grounded, evidence-based insights that are vital for making strategic decisions and preparing your business for the future.

Grokking Algorithms, Second Edition
by Aditya BhargavaMarch 2024  comes with audio!

A friendly, fully-illustrated introduction to the most important computer programming algorithms.



Master the most widely used algorithms and be fully prepared when you’re asked about them at your next job interview. With beautifully simple explanations, over 400 fun illustrations, and dozens of relevant examples, you’ll actually enjoy learning about algorithms with this fun and friendly guide!

In Grokking Algorithms, Second Edition you will discover:

  • Search, sort, and graph algorithms
  • Data structures such as arrays, lists, hash tables, trees, and graphs
  • NP-complete and greedy algorithms
  • Performance trade-offs between algorithms
  • Exercises and code samples in every chapter
  • Over 400 illustrations with detailed walkthroughs

The first edition of Grokking Algorithms proved to over 100,000 readers that learning algorithms doesn't have to be complicated or boring! This revised second edition contains brand new coverage of trees, including binary search trees, balanced trees, B-trees and more. You’ll also discover fresh insights on data structure performance that takes account of modern CPUs. Plus, the book’s fully annotated code samples have been updated to Python 3.

Kubernetes for Developers
by William DennissMarch 2024  comes with audio!

A clear and practical beginner’s guide that shows you just how easy it can be to make the switch to Kubernetes!

Kubernetes for Developers reveals practical and painless methods for deploying your apps on Kubernetes—even for small-to-medium sized applications! You’ll learn how to migrate your existing apps onto Kubernetes without a rebuild, and implement modern cloud native architectures that can handle your future growth.



Inside, you’ll learn how to:

  • Containerize a web application with Docker
  • Host a containerized app on Kubernetes with a public cloud service
  • Save money and improve performance with cloud native technologies
  • Make your deployments reliable and fault tolerant
  • Prepare your deployments to scale without a redesign
  • Monitor, debug and tune application deployments on Kubernetes

Designed for busy working developers, this hands-on guide helps your first steps into Kubernetes using the powerful Google Kubernetes Engine (GKE) service. Learn how the GKE’s powerful automation tools can perform automatic checks and scaling, giving you more time to spend developing great applications. You’ll soon see that you don’t need to incur huge costs or have the manpower of an enterprise organization to get a productivity boost from Kubernetes!

Learn C++ by Example
by Frances BuontempoMarch 2024  comes with audio!

Learn the latest features of modern C++ by coding eight engaging projects.



Don’t let the multitude of C++ updates intimidate you! Learn C++ by Example takes you through the major language changes since C++ 11, with each new feature demonstrated with a fun project or minigame. It’s perfect for beginners who know C++ basics, coders coming back to the language, or current C++ developers missing out on everything the language has to offer.

Inside Learn C++ by Example you’ll find important skills such as:

  • Utilizing the new C++ features from C++ 11 to 23
  • Effectively testing your C++ code
  • What happens “under the hood” of C++ code
  • Picking efficient algorithms and data structures
  • std::format, STL algorithms, ranges, and coroutines

Learn C++ by Example rapidly gets up to speed with C++’s updates and changes, and ensures you’ll stay ahead as the language continues to change and grow. You’ll learn about vectors and ranges by generating Pascal’s triangle, create a racing game with new special member functions, build a slot machine with parameter packs, and more.

Code Like a Pro in Rust
by Brenden MatthewsMarch 2024  comes with audio!

Get ready to code like a pro in Rust with insider techniques used by Rust veterans!

Code Like a Pro in Rust dives deep into memory management, asynchronous programming, and the core Rust skills that make you a Rust pro! Plus, you’ll find essential productivity techniques for Rust testing, tooling, and project management.

You’ll soon be writing high-quality code that needs way less maintenance overhead.

In Code Like A Pro in Rust, you will learn:

  • Essential Rust tooling
  • Core Rust data structures
  • Memory management
  • Testing in Rust
  • Asynchronous programming for Rust
  • Optimized Rust
  • Rust project management

Code Like A Pro in Rust is a fast-track guide to building and delivering professional quality software in Rust. It skips the fluff and gets right to the heart of this powerful modern language. You’ll learn how to sidestep common Rust pitfalls and navigate quirks you might never have seen before—even if you’ve been programming for many years! Plus, discover timeless strategies for navigating the evolving Rust ecosystem and ensure your skills can easily adapt to future changes.

How Computers Make Books
by John WhitingtonMarch 2024  comes with audio!

Learn about computer science by exploring the fascinating journey it took to make this book!

How Computers Make Books introduces what’s wonderful about computer science by showing how computers have transformed the art of publishing books.

Author and publishing software developer John Whitington reveals the elegant computer science solutions invented to solve big publishing challenges.

In How Computers Make Books you’ll discover:

  • How human descriptions are translated into computer programs
  • How a computer can understand document formatting
  • How a program decides where to print ink on a page
  • Why computer science is so interesting to computer scientists, and why it might interest you
  • …and much more!

How do computers represent all the different languages and letters used by humans? How do we compress a book’s worth of complex information so it can be transferred in seconds? And what exactly is a computer program? This book answers all those questions by telling the story of how it was created!

Architecture Modernization: Socio-technical alignment of software, strategy, and structure
by Jean-Georges Perrin,Nick TuneMarch 2024  comes with audio!

Proven techniques and principles for modernizing legacy systems into new architectures that deliver serious competitive advantage.



For a business to thrive, it needs a modern software architecture that is aligned with its corporate architecture. This book presents concrete practices that sync software, product, strategy, team dynamics, and work practices. You’ll evolve your technical and social architecture together, reducing needless dependencies and achieving faster flow of innovation across your organization.

In Architecture Modernization: Socio-technical alignment of software, strategy, and structure you’ll learn how to:

  • Identify strategic ambitions and challenges using listening and mapping tours
  • Visualize your business landscape and crucial capabilities with Wardley Mapping
  • Create a product taxonomy as a framework for your architecture
  • Run big picture EventStorming workshops to map business domains
  • Apply Team Topologies patterns to identify and refine value streams
  • Design loosely coupled, domain-aligned software architectures
  • Build internal developer platforms for rapid, reliable evolution
  • Implement data mesh principles and tools to revolutionize data engineering
  • Deliver compelling modernization roadmaps focused on continuous value

Architecture Modernization: Socio-technical alignment of software, strategy, and structure shows you how to turn the practice of architecting systems into a transformative process for your entire company. Chapter-by-chapter, you’ll identify the reasons and benefits of modernization, design an architecture that works for your business, and then implement your new approach in a progressive and sustainable manner. Every technique is illustrated with insightful industry examples and an interactive Miro board that lets you dig deeper.

The Art of Unit Testing 3e
by Vladimir Khorikov,Roy OsheroveMarch 2024  comes with audio!

Unit testing is more than just a collection of tools and practices—it’s a state of mind! This bestseller reveals the master’s secrets for delivering robust, maintainable, and trustworthy code.



Thousands of developers have learned to hone their code quality under the tutelage of The Art of Unit Testing. This revised third edition updates an international bestseller to reflect modern development tools and practices, as well as to cover JavaScript.

Inside The Art of Unit Testing, Third Edition you will learn how to:

  • Create readable, maintainable, and trustworthy tests
  • Work with fakes, stubs, mock objects, and isolation frameworks
  • Apply simple dependency injection techniques
  • Refactor legacy code with confidence
  • Test both frontend and backend code

Effective unit tests streamline your software development process and ensure you deliver consistent high-quality code every time. With practical examples in JavaScript and Node, this hands-on guide takes you from your very first unit tests all the way to comprehensive test suites, naming standards, and refactoring techniques. You’ll explore test patterns and organization, working with legacy code and even “untestable” code. The many tool-agnostic examples are presented in JavaScript and carefully designed so that they apply to code written in any language.

Elixir in Action, Third Edition
by Sasa JuricMarch 2024  comes with audio!

Fully updated to Elixir 1.

15, this authoritative bestseller reveals how Elixir tackles problems of scalability, fault tolerance, and high availability.

Thousands of developers have learned to build applications in Elixir by using Saša Jurić’s Elixir in Action. You’ll skip the programming basics or 101 introductions; this book builds on your existing knowledge to get you quickly writing real Elixir code. Along the way, you'll develop an appreciation for, and considerable skill in, functional and concurrent programming.

Inside Elixir in Action, Third Edition you’ll find:

  • Updates for Elixir 1.15
  • Elixir modules, functions, and type system
  • Functional and concurrent programming
  • Introduction to distributed system design
  • Creating deployable releases

Fully updated to Elixir 1.15, this book contains new coverage of working with application configuration and the latest OTP releases. It teaches you the underlying principles and functional concepts of Elixir, and how each piece fits into the bigger picture of building production-ready systems with Elixir, Erlang, and the OTP framework.

Web Design Playground, Second Edition
by Paul McFedriesFebruary 2024  comes with audio!

Enter the Web Design Playground and start experimenting with all aspects of creating a web page—from design, to development, to publishing—in an easy-to-use free online workspace.



This exciting second edition of Web Design Playground is fully updated with new technologies and thoughtful approaches for building modern websites. You’ll have a blast experimenting with a landing page, photo gallery, portfolio site, and more while you learn important web design skills.

In Web Design Playground, Second Edition you’ll learn essential tools of the web design trade, such as:

  • Structuring a web page with HTML
  • Styling a web page with CSS
  • Modern page layout techniques
  • Using colors in web design
  • Making text look awesome with typography

HTML, CSS, and the principles of good web design are all you need to build something beautiful! You’ll find them all inside this one-of-a-kind guide. Best of all, this book gives you free access to a custom online workspace, the “playground!” You can concentrate on core skills like page layout and adding images and video, as well as learning typography, responsive design, and the other modern web design techniques.

Elasticsearch in Action, Second Edition
by Madhusudhan KondaFebruary 2024  comes with audio!

Build powerful, production-ready search applications using the incredible features of Elasticsearch.



In Elasticsearch in Action, Second Edition you will discover:

  • Architecture, concepts, and fundamentals of Elasticsearch
  • Installing, configuring, and running Elasticsearch and Kibana
  • Creating an index with custom settings
  • Data types, mapping fundamentals, and templates
  • Fundamentals of text analysis and working with text analyzers
  • Indexing, deleting, and updating documents
  • Indexing data in bulk, and reindexing and aliasing operations
  • Learning search concepts, relevancy scores, and similarity algorithms

Elasticsearch in Action, Second Edition teaches you to build scalable search applications using Elasticsearch. This completely new edition explores Elasticsearch fundamentals from the ground up. You’ll deep dive into design principles, search architectures, and Elasticsearch’s essential APIs. Every chapter is clearly illustrated with diagrams and hands-on examples. You’ll even explore real-world use cases for full text search, data visualizations, and machine learning. Plus, its comprehensive nature means you’ll keep coming back to the book as a handy reference!

Google Anthos in Action
by Antonio GulliFebruary 2024  comes with audio!

Learn multicloud deployment on Anthos directly from the Google development team! Anthos delivers a consistent management platform for deploying and operating Linux and Windows applications anywhere—multi-cloud, edge, on-prem, bare metal, or VMware.



In Google Anthos in Action you will learn:

  • How Anthos reduces your dependencies and stack-bloat
  • Running applications across multiple clouds and platforms
  • Handling different workloads and data
  • Adding automation to speed up code delivery
  • Modernizing infrastructure with microservices and Service Mesh
  • Policy management for enterprises
  • Security and observability at scale

Google Anthos in Action demystifies Anthos with practical examples of Anthos at work and invaluable insights from the Google team that built it. You’ll learn how to use this modern, Kubernetes-based cloud platform to balance costs, automate security, and run your software literally anywhere. The book is full of Google-tested patterns that will boost efficiency across the development lifecycle. It’s an absolutely essential guide for anyone working with Anthos, or delivering software in a cloud-centric world.

Statistics Slam Dunk
by Gary SuttonJanuary 2024  comes with audio!

Learn statistics by analyzing professional basketball data! In this action-packed book, you’ll build your skills in exploratory data analysis by digging into the fascinating world of NBA games and player stats using the R language.



Statistics Slam Dunk is an engaging how-to guide for statistical analysis with R. Each chapter contains an end-to-end data science or statistics project delving into NBA data and revealing real-world sporting insights. Written by a former basketball player turned business intelligence and analytics leader, you’ll get practical experience tidying, wrangling, exploring, testing, modeling, and otherwise analyzing data with the best and latest R packages and functions.

In Statistics Slam Dunk you’ll develop a toolbox of R programming skills including:

  • Reading and writing data
  • Installing and loading packages
  • Transforming, tidying, and wrangling data
  • Applying best-in-class exploratory data analysis techniques
  • Creating compelling visualizations
  • Developing supervised and unsupervised machine learning algorithms
  • Executing hypothesis tests, including t-tests and chi-square tests for independence
  • Computing expected values, Gini coefficients,  z-scores, and other measures

If you’re looking to switch to R from another language, or trade base R for tidyverse functions, this book is the perfect training coach. Much more than a beginner’s guide, it teaches statistics and data science methods that have tons of use cases. And just like in the real world, you’ll get no clean pre-packaged data sets in Statistics Slam Dunk. You’ll take on the challenge of wrangling messy data to drill on the skills that will make you the star player on any data team.

Grokking Concurrency
by Kirill BobrovJanuary 2024  comes with audio!

This easy-to-read, hands-on guide demystifies concurrency concepts like threading, asynchronous programming, and parallel processing in any language.



Perplexed by concurrency? Don’t be. This engaging, fully-illustrated beginner’s guide gets you writing the kind of high-performance code your apps deserve. Inside, you’ll find thorough explanations of concurrency’s core concepts—all explained with interesting illustrations, insightful examples, and detailed techniques you can apply to your own projects.

In Grokking Concurrency you will:

  • Get up to speed with the core concepts of concurrency, asynchrony, and parallel programming
  • Learn the strengths and weaknesses of different hardware architectures
  • Improve the sequential performance characteristics of your software
  • Solve common problems for concurrent programming
  • Compose patterns into a series of practices for writing scalable systems
  • Write and implement concurrency systems that scale to any size

Discover effective concurrency practices that will help you leverage multiple cores, excel with high loads, handle terabytes of data, and continue working after hardware and software failures. The core concepts in this guide will remain eternally relevant, whether you’re building web apps, IoT systems, or handling big data.

Rust Servers, Services, and Apps
by Prabhu EJanuary 2024  comes with audio!

Deliver fast, reliable, and maintainable applications by building backend servers, services, and frontends all in nothing but Rust.



In Rust Servers, Services, and Apps, you’ll learn:

  • Developing database-backed web services in Rust
  • Building and securing RESTful APIs
  • Writing server-side web applications in Rust
  • Measuring and benchmarking web service performance
  • Packaging and deploying web services
  • Full-stack Rust applications

The blazingly fast, safe, and efficient Rust language has been voted “most loved” for multiple consecutive years on the StackOverflow survey. Rust Server, Services, and Apps shows you why! Inside, you’ll build web servers, RESTful services, server-rendered apps, and client frontends just using Rust. You’ll learn to write code with small and predictable resource footprints, and build high-performing applications with unmatched safety and reliability.

Distributed Machine Learning Patterns
by Yuan TangJanuary 2024  comes with audio!

Practical patterns for scaling machine learning from your laptop to a distributed cluster.



Distributing machine learning systems allow developers to handle extremely large datasets across multiple clusters, take advantage of automation tools, and benefit from hardware accelerations. This book reveals best practice techniques and insider tips for tackling the challenges of scaling machine learning systems.

In Distributed Machine Learning Patterns you will learn how to:

  • Apply distributed systems patterns to build scalable and reliable machine learning projects
  • Build ML pipelines with data ingestion, distributed training, model serving, and more
  • Automate ML tasks with Kubernetes, TensorFlow, Kubeflow, and Argo Workflows
  • Make trade-offs between different patterns and approaches
  • Manage and monitor machine learning workloads at scale

Inside Distributed Machine Learning Patterns you’ll learn to apply established distributed systems patterns to machine learning projects—plus explore cutting-edge new patterns created specifically for machine learning. Firmly rooted in the real world, this book demonstrates how to apply patterns using examples based in TensorFlow, Kubernetes, Kubeflow, and Argo Workflows. Hands-on projects and clear, practical DevOps techniques let you easily launch, manage, and monitor cloud-native distributed machine learning pipelines.

Cloud Observability in Action
by Michael HausenblasJanuary 2024  comes with audio!

Don’t fly blind.

Observability gives you actionable insights into your cloud native systems—from pinpointing errors, to increasing developer productivity, to tracking compliance.

Observability is the difference between an error message and an error explanation with a recipe how to resolve the error! You know exactly which service is affected, who’s responsible for its repair, and even how it can be optimized in the future. Cloud Observability in Action teaches you how to set up an observability system that learns from a cloud application’s signals, logging, and monitoring, all using free and open source tools.

In Cloud Observability in Action you will learn how to:

  • Apply observability in cloud native systems
  • Understand observability signals, including their costs and benefits
  • Apply good practices around instrumentation and signal collection
  • Deliver dashboarding, alerting, and SLOs/SLIs at scale
  • Choose the correct signal types for given roles or tasks
  • Pick the right observability tool for any given function
  • Communicate the benefits of observability to management

A well-designed observability system provides insight into bugs and performance issues in cloud native applications. They help your development team understand the impact of code changes, measure optimizations, and track user experience. Best of all, observability can even automate your error handling so that machine users apply their own fixes—no more 3AM calls for emergency outages.

Essential TypeScript 5, Third Edition
by Adam FreemanJanuary 2024  comes with audio!

Now in its third edition, this bestselling guide to TypeScript takes you through the nuts and bolts of the language.

No frills, no fuss—just TypeScript essentials!

TypeScript enhances JavaScript with static typing, while keeping all the JS flexibility you know and love! It’s the perfect choice for any developer looking to improve the predictability and reliability of their code. Essential TypeScript 5, Third Edition teaches you how to get the most out of TypeScript 5 for a consistent, dependable development experience.

Inside Essential TypeScript 5, Third Edition you’ll learn how to:

  • Configure the TypeScript development tools
  • Use type annotations
  • Create strongly typed functions and classes
  • Use generic types
  • Use type guards to determine types
  • Create and consume type declaration files
  • Use TypeScript to create web applications with Angular and React

The book starts you off with a proper understanding of the JavaScript type system that will make using TypeScript so much easier. On that solid foundation, you’ll build your understanding of TypeScript development, following a hands-on learning path all the way to TypeScript’s advanced features.

Platform Engineering on Kubernetes
by Mauricio SalatinoJanuary 2024  comes with audio!

Empower your team with platforms built on top of Kubernetes using open source tools.



Adopting Kubernetes is complex—especially when you’re working in an organization with multiple teams, deploying to multiple cloud providers, and working with different stacks. Platform Engineering on Kubernetes shows you how to solve these common cloud native problems with open-source tools and emerging best practices from the Kubernetes community.

In Platform Engineering on Kubernetes you will learn about:

  • The principles behind platform engineering and how these apply to Kubernetes
  • Evaluating and adopting open-source projects to build domain specific platforms
  • Creating Platform APIs to enable teams to release more software more efficiently
  • Reducing the cognitive load of a platform for your teams
  • Measuring your platform initiatives using established software delivery metrics
  • Package, version, distribute, and deploy with Helm, Tekton, Dagger and Argo CD
  • Implement a multi-cloud infrastructure strategy using Crossplane
  • Progressive upgrades with Knative Serving and Argo Rollouts
  • Enable development teams with standard application-level APIs with Dapr

A platform helps your team stay focused on delivering amazing software. But building a reliable platform on top of Kubernetes demands real expertise. Platform Engineering on Kubernetes reveals how to combine multiple popular open-source projects into a custom platform that works for your applications and your teams. It’s the perfect guide for your organization’s journey to Kubernetes, simplifying cloud native development for your dev teams and helping them deliver software faster.

gRPC Microservices in Go
by Hüseyin BabalDecember 2023  comes with audio!

Build super fast and super secure microservices with the gRPC high-performance messaging protocol and powerful Go language.



In gRPC Microservices in Go you’ll learn:

  • Designing and implementing resilient microservice architecture
  • Testing microservices
  • Deploying microservices to the cloud with modern orchestration tools
  • Monitoring and overseeing microservices

The powerful gRPC Remote Procedure Call framework delivers superior speed and security over protocols like REST. When paired with Golang’s low-level efficiency and flexibility, gRPC and Go become a killer combination for latency-sensitive microservices applications. gRPC Microservices in Go shows you how to utilize these powerful tools to build production-grade microservices. You’ll learn to develop microservice inter-service communication patterns that are powered by gRPC, design backward compatible APIs, and apply hexagonal architecture to microservices.

Bayesian Optimization in Action
by Quan NguyenDecember 2023  comes with audio!

Bayesian optimization helps pinpoint the best configuration for your machine learning models with speed and accuracy.

Put its advanced techniques into practice with this hands-on guide.

In Bayesian Optimization in Action you will learn how to:

  • Train Gaussian processes on both sparse and large data sets
  • Combine Gaussian processes with deep neural networks to make them flexible and expressive
  • Find the most successful strategies for hyperparameter tuning
  • Navigate a search space and identify high-performing regions
  • Apply Bayesian optimization to cost-constrained, multi-objective, and preference optimization
  • Implement Bayesian optimization with PyTorch, GPyTorch, and BoTorch

Bayesian Optimization in Action shows you how to optimize hyperparameter tuning, A/B testing, and other aspects of the machine learning process by applying cutting-edge Bayesian techniques. Using clear language, illustrations, and concrete examples, this book proves that Bayesian optimization doesn’t have to be difficult! You’ll get in-depth insights into how Bayesian optimization works and learn how to implement it with cutting-edge Python libraries. The book’s easy-to-reuse code samples let you hit the ground running by plugging them straight into your own projects.

React Quickly, Second Edition
by Azat Mardan,Morten BarklundDecember 2023  comes with audio!

Learn the skills you need to build React applications quickly! This fully revised second edition introduces JSX, functional components, React hooks, event and form handling, and more.



In React Quickly, Second Edition you will learn how to:

  • Master React fundamentals
  • Implement best practices and the components of good architecture
  • Build intuitive user interfaces
  • Create dynamic components with JSX
  • Use lightweight functional components in React
  • Make your app interactive with stateful components
  • Utilize React hooks
  • Handle events like button clicks and pass data between components

Build your skills with React fast! There’s no slow theory and tedious history in React Quickly—you’ll dive into React code right from the very first chapter. As you go, you’ll explore over 80 useful and practical examples that put React into action. This new second edition has been completely rewritten to cover the latest developments in the React framework. Perfect, whether you’re a React beginner or an experienced pro looking to keep their skills up to date.

Learn AI-Assisted Python Programming
by Leo Porter,Daniel ZingaroDecember 2023  comes with audio!

Writing computer programs in Python just got a lot easier! Use AI-assisted coding tools like GitHub Copilot and ChatGPT to turn your ideas into applications faster than ever.



AI has changed the way we write computer programs. With tools like Copilot and ChatGPT, you can describe what you want in plain English, and watch your AI assistant generate the code right before your eyes. It’s perfect for beginners, or anyone who’s struggled with the steep learning curve of traditional programming.

In Learn AI-Assisted Python Programming: With GitHub Copilot and ChatGPT you’ll learn how to:

  • Write fun and useful Python applications—no programming experience required!
  • Use the Copilot AI coding assistant to create Python programs
  • Write prompts that tell Copilot exactly what to do
  • Read Python code and understand what it does
  • Test your programs to make sure they work the way you want them to
  • Fix code with prompt engineering or human tweaks
  • Apply Python creatively to help out on the job

Learn AI-Assisted Python Programming: With GitHub Copilot and ChatGPT is a hands-on beginner’s guide that is written by two esteemed computer science university professors. It teaches you everything you need to start programming Python in an AI-first world. You’ll hit the ground running, writing prompts that tell your AI-assistant exactly what you want your programs to do. Along the way, you’ll pick up the essentials of Python programming and practice the higher-level thinking you’ll need to create working apps for data analysis, automating tedious tasks, and even video games.

Demand Forecasting Best Practices
by Nicolas VandeputNovember 2023  comes with audio!

Lead your demand planning process to excellence and deliver real value to your supply chain.



In Demand Forecasting Best Practices you’ll learn how to:

  • Lead your team to improve quality while reducing workload
  • Properly define the objectives and granularity of your demand planning
  • Use intelligent KPIs to track accuracy and bias
  • Identify areas for process improvement
  • Help planners and stakeholders add value
  • Determine relevant data to collect and how best to collect it
  • Utilize different statistical and machine learning models

An expert demand forecaster can help an organization avoid overproduction, reduce waste, and optimize inventory levels for a real competitive advantage. Demand Forecasting Best Practices teaches you how to become that virtuoso demand forecaster.

This one-of-a-kind guide reveals forecasting tools, metrics, models, and stakeholder management techniques for delivering more effective supply chains. Everything you learn has been proven and tested in a live business environment. Discover author Nicolas Vandeput’s original five step framework for demand planning excellence and learn how to tailor it to your own company’s needs. Illustrations and real-world examples make each concept easy to understand and easy to follow. You’ll soon be delivering accurate predictions that are driving major business value.

Ensemble Methods for Machine Learning
by Gautam KunapuliNovember 2023  comes with audio!

Ensemble machine learning combines the power of multiple machine learning approaches, working together to deliver models that are highly performant and highly accurate.



Inside Ensemble Methods for Machine Learning you will find:

  • Methods for classification, regression, and recommendations
  • Sophisticated off-the-shelf ensemble implementations
  • Random forests, boosting, and gradient boosting
  • Feature engineering and ensemble diversity
  • Interpretability and explainability for ensemble methods

Ensemble machine learning trains a diverse group of machine learning models to work together, aggregating their output to deliver richer results than a single model. Now in Ensemble Methods for Machine Learning you’ll discover core ensemble methods that have proven records in both data science competitions and real-world applications. Hands-on case studies show you how each algorithm works in production. By the time you're done, you'll know the benefits, limitations, and practical methods of applying ensemble machine learning to real-world data, and be ready to build more explainable ML systems.

ASP.NET Core in Action, 3e
by Andrew LockOctober 2023  comes with audio!

Build professional-grade full-stack web applications using C# and ASP.

NET Core.

In ASP.NET Core in Action, Third Edition you’ll learn how to:

  • Build minimal APIs for serving JSON to client-side applications
  • Create dynamic, server-side rendered applications using Razor Pages
  • User authentication and authorization
  • Store data using Entity Framework Core
  • Unit and integration tests for ASP.NET Core applications
  • Write custom middleware and components

Fully updated to ASP.NET Core 7.0! In ASP.NET Core in Action, Third Edition Microsoft MVP Andrew Lock teaches you how you can use your C# and .NET skills to build amazing cross-platform web applications. This revised bestseller reveals the latest .NET patterns, including minimal APIs and minimal hosting. Even if you've never worked with ASP.NET, you'll start creating productive cross-platform web apps fast. Illustrations and annotated code make learning visual and easy.

.NET MAUI in Action
by Matthew GoldmanOctober 2023  comes with audio!

Build cross-platform apps with .NET MAUI! This exciting new technology helps you create mobile and desktop apps using a common set of .NET tools.



In .NET MAUI in Action you will learn how to:

  • Set up your environment for cross-platform development
  • Write an interactive UI in XAML using out-of-the-box controls
  • Apply the MVVM pattern to build maintainable code
  • Extend your control library with custom controls
  • Structure your app using common navigation paradigms
  • Use common device features like GPS
  • Use DevOps tools to automate deployment and testing

.NET MAUI in Action shows you how you can use the cutting-edge MAUI framework to write apps that will run on Windows, Android, macOS, and iOS platforms using your existing .NET development skills. This book reveals essential MAUI development techniques through hands-on example applications in every chapter. You’ll learn cross-platform development quickly as you start building your own rich apps, from to-do list apps, to a movie recommender app, and eventually a full-stack solution using enterprise architecture patterns. You’ll also learn how to use GitHub Actions to deploy robust, testable, and maintainable apps; and how to deliver a consistent look and feel across platforms. Throughout, you’ll use the built-in controls of .NET MAUI and learn how to develop your own custom solutions.

Design for Developers
by Stephanie StimacSeptember 2023  comes with audio!

Solve common application design and usability issues with flair! These essential design and UX techniques will help you create good user experiences, iterate smoothly on frontend features, and collaborate effectively with designer colleagues.



In Design for Developers you will learn how to:

  • Use color, typography, and layout to create hierarchy on a web page
  • Apply color palettes consistently in a user interface
  • Choose the correct typefaces and fonts
  • Conduct user research to validate design decisions
  • Quickly plan a website’s layout and structure

In Design for Developers, author Stephanie Stimac shares the unique insights she’s learned as a designer on the Microsoft Developer Experiences team. This one-of-a-kind book provides a developer-centric approach to the essential design fundamentals of modern web applications. You’ll learn how to craft a polished visual design with just color, space, and typeface, and put all your new skills into practice to design a website from scratch.

Acing the Certified Kubernetes Administrator Exam
by Chad CrowellSeptember 2023  comes with audio!

Becoming a Kubernetes administrator is a big accomplishment—and passing the Certified Kubernetes Administrator (CKA) exam can be a big boost to your career! Learn the hands on skills you need to ace the exam with clear teaching and hands-on exercises that match the unique CKA test environment.



In Acing the Certified Kubernetes Administrator Exam you’ll learn how to:

  • Administer an application running on Kubernetes
  • Troubleshoot errors inside a Kubernetes cluster
  • Authenticate users and machines to the Kubernetes API
  • Create persistent storage in Kubernetes
  • Add additional functionality to an existing Kubernetes cluster

Acing the Certified Kubernetes Administrator Exam is your fast-track to becoming a Certified Kubernetes Administrator! Your expert exam tutor is Chad Crowell, whose courses have helped thousands of developers to understand Kubernetes and earn the coveted CKA certification. If you’re familiar with Kubernetes, this book will ensure you’re ready to pass in just one month of study. If you’re brand new, this is the perfect primer to get started on your Kubernetes journey.

Go hands-on with all the exam objectives, including deploying containerized applications to Kubernetes, accessing an application from an ingress resource, and backup and restore. Plus, essential exam tips and exercises help you work out your mental muscle memory.

Spring Start Here
by Laurentiu SpilcaSeptember 2023  comes with audio!

Quickly master the massive Spring ecosystem with this focused, hands-on guide that teaches you exactly what you need to know.



In Spring Start Here, you will learn how to:

  • Build web applications with Spring
  • Manage application objects with Spring context
  • Implement data persistence using data sources and transactions
  • Implement data exchange between applications using REST services
  • Utilize Spring Boot's convention-over-configuration approach
  • Write unit and integration tests for apps implemented with Spring
  • Minimize work when building any kind of app
  • Persisting data in a Spring application using the latest approach

Spring Start Here introduces you to Java development with Spring by concentrating on the core concepts you'll use in every application you build. You'll learn how to refactor an existing application to Spring, how to use Spring tools to make SQL database requests and REST calls, and how to secure your projects with Spring Security. There's always more to learn, and this book will make your next steps much easier.

Evolutionary Deep Learning: Genetic algorithms and neural networks
by Micheal LanhamAugust 2023  comes with audio!

Discover one-of-a-kind AI strategies never before seen outside of academic papers! Learn how the principles of evolutionary computation overcome deep learning’s common pitfalls and deliver adaptable model upgrades without constant manual adjustment.



In Evolutionary Deep Learning you will learn how to:

  • Solve complex design and analysis problems with evolutionary computation
  • Tune deep learning hyperparameters with evolutionary computation (EC), genetic algorithms, and particle swarm optimization
  • Use unsupervised learning with a deep learning autoencoder to regenerate sample data
  • Understand the basics of reinforcement learning and the Q-Learning equation
  • Apply Q-Learning to deep learning to produce deep reinforcement learning
  • Optimize the loss function and network architecture of unsupervised autoencoders
  • Make an evolutionary agent that can play an OpenAI Gym game

Evolutionary Deep Learning is a guide to improving your deep learning models with AutoML enhancements based on the principles of biological evolution. This exciting new approach utilizes lesser-known AI approaches to boost performance without hours of data annotation or model hyperparameter tuning. In this one-of-a-kind guide, you’ll discover tools for optimizing everything from data collection to your network architecture.

Designing Deep Learning Systems: A guide for software engineers
by Kit Pang Szeto,Chi WangAugust 2023  comes with audio!

A vital guide to building the platforms and systems that bring deep learning models to production.



In Designing Deep Learning Systems you will learn how to:

  • Transfer your software development skills to deep learning systems
  • Recognize and solve common engineering challenges for deep learning systems
  • Understand the deep learning development cycle
  • Automate training for models in TensorFlow and PyTorch
  • Optimize dataset management, training, model serving and hyperparameter tuning
  • Pick the right open-source project for your platform

Deep learning systems are the components and infrastructure essential to supporting a deep learning model in a production environment. Written especially for software engineers with minimal knowledge of deep learning’s design requirements, Designing Deep Learning Systems is full of hands-on examples that will help you transfer your software development skills to creating these deep learning platforms. You’ll learn how to build automated and scalable services for core tasks like dataset management, model training/serving, and hyperparameter tuning. This book is the perfect way to step into an exciting—and lucrative—career as a deep learning engineer.

Akka in Action, Second Edition
by Rob Williams,Raymond Roestenburg,Francisco Lopez-Sancho,Robertus BakkerAugust 2023  comes with audio!

Akka solves the big problems of distributed systems, from multithreading and concurrency to scalability and failure.

Learn how to use it effectively.

In Akka in Action, Second Edition you will learn how to:

  • Create basic programs with Akka Typed
  • Work with clusters to build robust, fault-tolerant programs
  • Use Akka with Kubernetes
  • Build microservices with Akka
  • Create and maintain distributed state with strong consistency guarantees
  • Employ actor-based concurrency and parallelism
  • Test Akka software

Akka in Action, Second Edition teaches you to use Akka Typed to solve common problems of distributed systems. You’ll learn how to bring together all of Akka’s moving parts to design and implement highly scalable and maintainable software. Extensively revised by Akka contributor Francisco López-Sancho Abraham, this new edition demonstrates Akka’s complex concepts through engaging hands-on examples. Discover the power of the Actor Model, how Akka works with Kubernetes, and how to utilize Akka modules to create microservices that are reliable and fault tolerant.

Entity Framework Core in Action, Second Edition
by Jon SmithAugust 2023  comes with audio!

Entity Framework Core in Action, Second Edition is an in-depth guide to reading and writing databases with EF Core.

Revised from the bestselling original edition, it’s filled with over 100 diagrams, code snippets, and examples—including building and scaling your own bookselling web application. Learn from author Jon Smith’s extensive experience working with EF Core in production, as you discover time-saving patterns and best practices for security, performance tuning, and unit testing. All of the book’s code is available on GitHub.

Functional Programming in Scala, Second Edition
by Michael PilquistAugust 2023  comes with audio!

This international bestseller has been revised with new exercises, annotations, and full coverage of Scala 3.



In Functional Programming in Scala, Second Edition you will learn how to:

  • Recognize and write purely functional code
  • Work with errors without using exceptions
  • Work with state and concurrency
  • Interact with functional structures that define common behaviors
  • Write code that performs I/O without sacrificing functional programming

Functional Programming in Scala has helped over 30,000 developers discover the power of functional programming. You’ll soon see why reviewers have called it “mindblowing”! The book smooths the complexity curve of functional programming, making it simple to understand the basics and intuitive to progress to more advanced topics. Concrete examples and exercises show you FP in the real world and reveal how it can improve your everyday coding practices. This second edition comes packed with the latest standards of FP, as well as full code updates to Scala 3, and its new language features.

Tiny CSS Projects
by Michael Gearon,Martine DowdenAugust 2023  comes with audio!

CSS is a must-know language for all web developers.

In this practical book, you’ll explore numerous techniques to improve the way you write CSS as you build 12 tiny projects.

In Tiny CSS Projects you’ll build twelve exciting and useful web projects including:

  • A loading screen created by styling SVG graphics
  • A responsive newspaper layout with multiple columns
  • Animating social media buttons with pseudo-elements
  • Designing layouts using CSS grids
  • Summary cards that utilize hover interactions
  • Styling forms to make them more appealing to your users

The projects may be tiny, but the CSS skills you’ll learn are huge! Tiny CSS Projects teaches you how to make beautiful websites and applications by guiding you through a dozen fun coding challenges. You’ll learn important skills through hands-on practice as you tinker with your own code and make real creative decisions about the projects you’re building. You’ll rapidly master the basics and then press on into CSS’s exciting layout features including grid and flexbox, animations, transitions, and media queries.

The Well-Grounded Python Developer: How the pros use Python and Flask
by Doug FarrellAugust 2023  comes with audio!

If you’re new to Python, it can be tough to understand when, where, and how to use all its language features.

This friendly guide shows you how the Python ecosystem fits together, and grounds you in the skills you need to continue your journey to being a software developer.

Inside The Well-Grounded Python Developer you will discover:

  • Building modules of functionality
  • Creating a well-constructed web server application
  • Integrating database access into your Python applications
  • Refactor and decoupling systems to help scale them
  • How to think about the big picture of your application

The Well-Grounded Python Developer builds on Python skills you’ve learned in isolation and shows you how to unify them into a meaningful whole. It helps you understand the dizzying array of libraries and teaches important concepts, like modular construction, APIs, and the design of a basic web server. As you work through this practical guide, you’ll discover how all the bits of Python link up as you build and modify a typical web server application—the kind of web app that’s in high demand by modern businesses.

API Design Patterns
by John J. (JJ) GeewaxAugust 2023  comes with audio!

A collection of best practices and design standards for web and internal APIs.

In API Design Patterns you will learn:

  • Guiding principles for API patterns
  • Fundamentals of resource layout and naming
  • Handling data types for any programming language
  • Standard methods that ensure predictability
  • Field masks for targeted partial updates
  • Authentication and validation methods for secure APIs
  • Collective operations for moving, managing, and deleting data
  • Advanced patterns for special interactions and data transformations

API Design Patterns reveals best practices for building stable, user-friendly APIs. These design patterns can be applied to solve common API problems and flexibly altered to fit your specific needs. Hands-on examples and relevant use-cases illustrate patterns for API fundamentals, advanced functionalities, and even uncommon scenarios.

Python How-To
by Yong CuiAugust 2023  comes with audio!

Have you ever asked yourself, “How do I do that in Python?” If so, you’ll love this practical collection of the most important Python techniques.



Python How-To includes over 60 detailed answers to questions like:

  • How do I join and split strings?
  • How do I access dictionary keys, values, and items?
  • How do I set and use the return value in function calls?
  • How do I process JSON data?
  • How do I create lazy attributes to improve performance?
  • How do I change variables in a different namespace?

…and much more!

Python How-To walks you through the most important coding techniques in Python. Whether you’re doing data science, building web applications, or writing admin scripts, you’ll find answers to your “how-to” questions in this book. Inside you’ll find important insights into both Python basics and deep-dive topics to help you skill-up at any stage of your Python career. Author Yong Cui’s clear and practical writing is instantly accessible and makes it easy to take advantage of Python’s versatile tools and libraries. Perfect to be read both from cover to cover, and whenever you need help troubleshooting your code.

The Programmer's Brain
by Felienne HermansJuly 2023  comes with audio!

Your brain responds in a predictable way when it encounters new or difficult tasks.

This unique book teaches you concrete techniques rooted in cognitive science that will improve the way you learn and think about code.

In The Programmer’s Brain: What every programmer needs to know about cognition you will learn:

  • Fast and effective ways to master new programming languages
  • Speed reading skills to quickly comprehend new code
  • Techniques to unravel the meaning of complex code
  • Ways to learn new syntax and keep it memorized
  • Writing code that is easy for others to read
  • Picking the right names for your variables
  • Making your codebase more understandable to newcomers
  • Onboarding new developers to your team

Learn how to optimize your brain’s natural cognitive processes to read code more easily, write code faster, and pick up new languages in much less time. This book will help you through the confusion you feel when faced with strange and complex code, and explain a codebase in ways that can make a new team member productive in days!

Shipping Go: Develop, deliver, discuss, design, and go again
by Joel HolmesJuly 2023  comes with audio!

Build and upgrade an automated software delivery pipeline that supports containerization, integration testing, semantic versioning, automated deployment, and more.



In Shipping Go you will learn how to:

  • Develop better software based on feedback from customers
  • Create a development pipeline that turns feedback into features
  • Reduce bugs with pipeline automation that validates code before it is deployed
  • Establish continuous testing for exceptional code quality
  • Serverless, container-based, and server-based deployments
  • Scale your deployment in a cost-effective way
  • Deliver a culture of continuous improvement

Shipping Go is a hands-on guide to shipping Go-based software. Author Joel Holmes shows you the easy way to set up development pipelines, fully illustrated with practical examples in the powerful Go language. You’ll put continuous delivery and continuous integration into action, and discover instantly useful guidance on automating your team’s build and reacting with agility to customer demands. Your new pipelines will ferry your projects through production and deployment, and also improve your testing, code quality, and production applications.

Delivering Machine Learning Projects: From design to deployment
by Simon ThompsonJuly 2023  comes with audio!

Guide machine learning projects from design to production with the techniques in this one-of-a-kind project management guide.

No ML skills required

In Managing Machine Learning Projects you’ll learn essential machine learning project management techniques, including:

  • Understanding an ML project’s requirements
  • Setting up the infrastructure for the project and resourcing a team
  • Working with clients and other stakeholders
  • Dealing with data resources and bringing them into the project for use
  • Handling the lifecycle of models in the project
  • Managing the application of ML algorithms
  • Evaluating the performance of algorithms and models
  • Making decisions about which models to adopt for delivery
  • Taking models through development and testing
  • Integrating models with production systems to create effective applications
  • Steps and behaviors for managing the ethical implications of ML technology

Managing Machine Learning Projects is an end-to-end guide for delivering machine learning applications on time and under budget. It lays out tools, approaches, and processes designed to handle the unique challenges of machine learning project management. You’ll follow an in-depth case study through a series of sprints and see how to put each technique into practice. The book’s strong consideration to data privacy, and community impact ensure your projects are ethical, compliant with global legislation, and avoid being exposed to failure from bias and other issues.

Street Coder
by Sedat KapanogluJuly 2023  comes with audio!

Computer science theory quickly collides with the harsh reality of professional software development.

This wickedly smart and devilishly funny beginner's guide shows you how to get the job done by prioritizing tasks, making quick decisions, and knowing which rules to break.

In Street Coder you will learn:

  • Data types, algorithms, and data structures for speedy software development
  • Putting "bad" practices to good use
  • Learn to love testing
  • Embrace code breaks and become friends with failure
  • Beginner-friendly insight on code optimization, asynchronous programming, parallelization, and refactoring

Street Coder: Rules to break and how to break them is a programmer's survival guide, full of tips, tricks, and hacks that will make you a more efficient programmer. It takes the best practices you learn in a computer science class and deconstructs them to show when they’re beneficial—and when they aren't!

This book's rebel mindset challenges status quo thinking and exposes the important skills you need on the job. You'll learn the crucial importance of algorithms and data structures, turn programming chores into programming pleasures, and shatter dogmatic principles keeping you from your full potential. Welcome to the streets!

Data for All
by John KtJune 2023  comes with audio!

Do you know what happens to your personal data when you are browsing, buying, or using apps? Discover how your data is harvested and exploited, and what you can do to access, delete, and monetize it.



Data for All empowers everyone—from tech experts to the general public—to control how third parties use personal data. Read this eye-opening book to learn:

  • The types of data you generate with every action, every day
  • Where your data is stored, who controls it, and how much money they make from it
  • How you can manage access and monetization of your own data
  • Restricting data access to only companies and organizations you want to support
  • The history of how we think about data, and why that is changing
  • The new data ecosystem being built right now for your benefit

The data you generate every day is the lifeblood of many large companies—and they make billions of dollars using it. In Data for All, bestselling author John K. Thompson outlines how this one-sided data economy is about to undergo a dramatic change. Thompson pulls back the curtain to reveal the true nature of data ownership, and how you can turn your data from a revenue stream for companies into a financial asset for your benefit.

Micro Frontends in Action
by Michael GeersJune 2023  comes with audio!

Browser-based software can quickly become complex and difficult to maintain, especially when it's implemented as a large single-page application.

By adopting the micro frontends approach and designing your web apps as systems of features, you can deliver faster feature development, easier upgrades, and pick and choose the technology you use in your stack. Micro Frontends in Action is your guide to simplifying unwieldy frontends by composing them from small, well-defined units.

The Creative Programmer
by Wouter GroeneveldJune 2023  comes with audio!

Programming is a creative act.

These techniques will help you maximize the power of creativity to improve your software and your satisfaction in creating it.

Inside The Creative Programmer you’ll discover:

  • The seven dimensions of creativity in software engineering
  • The scientific understanding of creativity and how it translates to programming
  • Actionable advice and thinking exercises that will make you a better programmer
  • Innovative communication skills for working more efficiently on a team
  • Creative problem-solving techniques for tackling complex challenges

In The Creative Programmer you’ll learn the processes and habits of highly creative individuals and discover how you can build creativity into your programming practice. This fascinating new book introduces the seven domains of creative problem solving and teaches practical techniques that apply those principles to software development.

Hand-drawn illustrations, reflective thought experiments, and brain-tickling example problems help you get your creative juices flowing—you’ll even be able to track your progress against a scientifically validated Creative Programming Problem Solving Test. Before you know it, you’ll be thinking up new and novel ways to tackle the big challenges of your projects.

Building Web APIs with ASP.NET Core
by Valerio De SanctisJune 2023  comes with audio!

Build fully-featured APIs with ASP.

NET Core! This all-practical guide is written like a real development project, taking you hands-on with modern APIs utilizing REST and GraphQL standards.

In Building Web APIs with ASP.NET Core you will learn how to:

  • Set up your environment with VS 2022, Node, Git, and more
  • Create a ASP.NET Core project from scratch
  • Integrate with SQL Server
  • Use Entity Framework Core to set up a data model
  • Create back-end controllers
  • Design an API to serve data
  • Write API documentation using Swagger and Swashbuckle
  • Consume an API using typical web client-side frameworks
  • Handle requests and routes using controllers and Minimal API
  • Release and deploy your Web API in production on cloud-based hosting services such as MS Azure

Building Web APIs with ASP.NET Core is a practical beginner’s guide to creating your first web APIs using ASP.NET Core. In it, you’ll develop an API that feeds web-based services, including websites and mobile apps, for a board games application. The book is cleverly structured to mirror a real-world development project, with each chapter introducing a new feature request. You’ll build your API with an ecosystem of ASP.NET Core tools that help simplify everything from setting up your data model to generating documentation.

BDD in Action, Second Edition
by Jan Molak,John SmartMay 2023  comes with audio!

Deliver software that does what it’s supposed to do! Behavior-Driven Development guides your software projects to success with collaboration, communication techniques, and concrete requirements you can turn into automated tests.



In BDD in Action, Second Edition you’ll learn how to:

  • Implement and improve BDD practices
  • Prioritize features from business goals
  • Facilitate an example mapping session
  • Write automated acceptance tests
  • Scale up your automated acceptance tests
  • Deliver accurate reporting and documentation

Around half of all software projects fail to deliver on requirements. Behavior-Driven Development (BDD) helps make sure that yours isn’t one of them. Behavior-Driven Development in Action, Second Edition teaches you how to ensure that everyone involved in a software project—from developers to non-technical stakeholders—are in agreement on goals and objectives. It lays out the communication skills, collaborative practices, and useful automation tools that will let you seamlessly succeed with BDD. Now in its second edition, this revised bestseller has been extensively updated with new techniques for incorporating BDD into large-scale and enterprise development practices such as Agile and DevOps.

Geometry for Programmers
by Oleksandr KaleniukMay 2023  comes with audio!

Master the math behind CAD, game engines, GIS, and more! This hands-on book teaches you the geometry used to create simulations, 3D prints, and other models of the physical world.



In Geometry for Programmers you will learn how to:

  • Speak the language of applied geometry
  • Compose geometric transformations economically
  • Craft custom splines for efficient curves and surface generation
  • Pick and implement the right geometric transformations
  • Confidently use important algorithms that operate on triangle meshes, distance functions, and voxels

Geometry for Programmers guides you through the math behind graphics and modeling tools. It’s full of practical examples and clear explanations that make sense even if you don’t have a background in advanced math. You’ll learn how basic geometry can help you avoid code layering and repetition, and even how to drive down cloud hosting costs with more efficient runtimes. Cheerful language, charts, illustrations, equations, and Python code help make geometry instantly relevant to your daily work as a developer.

Privacy-Preserving Machine Learning
by Di Zhuang,Dumindu Samaraweera,Morris ChangMay 2023  comes with audio!

Keep sensitive user data safe and secure without sacrificing the performance and accuracy of your machine learning models.



In Privacy Preserving Machine Learning, you will learn:

  • Privacy considerations in machine learning
  • Differential privacy techniques for machine learning
  • Privacy-preserving synthetic data generation
  • Privacy-enhancing technologies for data mining and database applications
  • Compressive privacy for machine learning

Privacy Preserving Machine Learning is a comprehensive guide to avoiding data breaches in your machine learning projects. You’ll get to grips with modern privacy-enhancing techniques such as differential privacy, compressive privacy, and synthetic data generation. Based on years of DARPA-funded cybersecurity research, ML engineers of all skill levels will benefit from incorporating these privacy-preserving practices into their model development. By the time you’re done reading, you’ll be able to create machine learning systems that preserve user privacy without sacrificing data quality and model performance.

Amazon Web Services in Action, Third Edition: An in-depth guide to AWS
by Andreas Wittig,Michael WittigMay 2023  comes with audio!

Master essential best practices for deploying and managing applications on Amazon Web Services.

This revised bestseller is packed with techniques for building highly available and scalable architectures and automating deployment with Infrastructure as Code.

  • Leverage globally distributed data centers to launch virtual machines with EC2
  • Store and archive large volumes of data with EBS, S3, and EFS
  • Persist and query data with highly available and scalable database systems with RDS and DynamoDB
  • Enhance performance with caching data in-memory with ElastiCache and MemoryDB
  • Use Infrastructure as Code to automate your cloud infrastructure
  • Secure workloads running in the cloud with VPC and IAM
  • Build fault-tolerant web applications with ALB and SQS
  • Automate common sysadmin tasks with Lambda, CLI, and SDK
  • Build cloud-native applications based on containers with AppRunner, ECS, Fargate

Thousands of developers have chosen Amazon Web Services in Action: An in-depth guide to AWS to help them succeed with the AWS cloud. Readers love this all-practical handbook for its complete introduction to computing, storage, and networking, along with best practices for all core AWS services. This revised third edition features new chapters on containerization, along with a variety of AWS innovations. You’ll also learn how automating your infrastructure with IAC is a game changer for your cloud deployment, delivering a massive boost to efficiency and quality.

Think Like a CTO
by Alan WilliamsonApril 2023  comes with audio!

An effective Chief Technology Officer shapes almost every aspect of a modern business.

This book shares the experience and advice of veteran CTOs and industry experts for handling IT crises, leading tech teams, and creating an inspiring vision for your company.

In Think Like a CTO you will learn:

  • Effective interaction and relationship-building with other C-level executives
  • Creating long term visions and executing on short term goals
  • Interviewing, hiring, and terminating team members
  • Negotiating salaries and managing promotions
  • Architecting future-proofed systems
  • Handling security breaches and ransomware attacks
  • Putting together budgets and working with your CFO
  • Identifying and managing outsourced vendor opportunities
  • Managing and communicating bad news by leading with data, not passion
  • Being the kind of leader that employees want to follow and emulate

Becoming a CTO is an incredible accomplishment. It’s also one of the hardest transitions a technologist can make. This high-power and high-pressure role demands skills that are rarely developed as a software engineer. Think Like a CTO shines a light on all the areas an aspiring CTO needs to master to succeed. You’ll learn how to build incredible working relationships with the rest of the C-suite, transform a company with private equity, and recruit and manage your development team. With this book as your guide, you’ll quickly become a trusted leader figure with an inspiring vision for your company.

TypeScript Quickly
by Yakov Fain,Anton MoiseevApril 2023  comes with audio!

TypeScript is JavaScript with an important upgrade! By adding a strong type system to JavaScript, TypeScript can help you eliminate entire categories of runtime errors.

In TypeScript Quickly, you’ll learn to build rock-solid apps through practical examples and hands-on projects under the expert instruction of experienced web developers Yakov Fain and Anton Moiseev.

Regular Expression Puzzles and AI Coding Assistants
by David MertzApril 2023  comes with audio!

Learn how AI-assisted coding using ChatGPT and GitHub Copilot can dramatically increase your productivity (and fun) writing regular expressions and other programs.



Regular Expression Puzzles and AI Coding Assistants is the story of two competitors. On one side is David Mertz, an expert programmer and the author of the Web's most popular Regex tutorial. On the other are the AI powerhouse coding assistants, GitHub Copilot and OpenAI ChatGPT.

Here's how the contest works: David invents 24 Regex problems he calls puzzles and shows you how to tackle each one. When he's done, he has Copilot and ChatGPT work the same puzzles. What they produce intrigues him. Which side is likelier to get it right? Which will write simple and elegant code? Which makes smarter use of lesser known Regex library features? Read the book to find out.

David also offers AI best practices, showing how smart prompts return better results. By the end, you'll be a master at solving your own Regex puzzles, whether you use AI or not.

Data Privacy: A runbook for engineer
by Nishant BhajariaApril 2023  comes with audio!

Engineer privacy into your systems with these hands-on techniques for data governance, legal compliance, and surviving security audits.



In Data Privacy you will learn how to:

  • Classify data based on privacy risk
  • Build technical tools to catalog and discover data in your systems
  • Share data with technical privacy controls to measure reidentification risk
  • Implement technical privacy architectures to delete data
  • Set up technical capabilities for data export to meet legal requirements like Data Subject Asset Requests (DSAR)
  • Establish a technical privacy review process to help accelerate the legal Privacy Impact Assessment (PIA)
  • Design a Consent Management Platform (CMP) to capture user consent
  • Implement security tooling to help optimize privacy
  • Build a holistic program that will get support and funding from the C-Level and board

Data Privacy teaches you to design, develop, and measure the effectiveness of privacy programs. You’ll learn from author Nishant Bhajaria, an industry-renowned expert who has overseen privacy at Google, Netflix, and Uber. The terminology and legal requirements of privacy are all explained in clear, jargon-free language. The book’s constant awareness of business requirements will help you balance trade-offs, and ensure your user’s privacy can be improved without spiraling time and resource costs.

Practical Automation with PowerShell: Effective scripting from the console to the cloud
by Matthew DowstApril 2023  comes with audio!

Take PowerShell beyond simple scripts and build time-saving automations for your team, your users, and the world.



In Practical Automation with PowerShell you will learn how to:

  • Build PowerShell functions to automate common and complex tasks
  • Create smart automations that are adaptable to new challenges
  • Structure your code for sharing and reusability
  • Store and secure your automations
  • Execute automations with Azure Automation, Jenkins, Task Scheduler, and Cron
  • Share your automations with your team and non-technical colleagues
  • Store and retrieve data, credentials, and variables
  • Use source control solutions to maintain and test code changes
  • Provide front-end UI solutions for PowerShell automations

Practical Automation in PowerShell reveals how you can use PowerShell to build automation solutions for a huge number of common admin and DevOps tasks. Author Matthew Dowst uses his decades of experience to lay out a real blueprint for setting up an enterprise scripting environment with PowerShell. The book goes beyond the basics to show you how to handle the unforeseen complexities that can keep automations from becoming reusable and resilient. From the console to the cloud, you'll learn how to manage your code, avoid common pitfalls, and create sharable automations that are adaptable to different use cases.

Julia as a Second Language
by Erik EngheimApril 2023  comes with audio!

Learn the awesome Julia programming language by building fun projects like a rocket launcher, a password keeper, and a battle simulator.



Julia as a Second Language covers:

  • Data types like numbers, strings, arrays, and dictionaries
  • Immediate feedback with Julia’s read-evaluate-print-loop (REPL)
  • Simplify code interactions with multiple dispatch
  • Sharing code using modules and packages
  • Object-oriented and functional programming styles

Julia as a Second Language introduces Julia to readers with a beginning-level knowledge of another language like Python or JavaScript. You’ll learn by coding engaging hands-on projects that encourage you to apply what you’re learning immediately. Don’t be put off by Julia’s reputation as a scientific programming language—there’s no data science or numerical computing knowledge required. You can get started with what you learned in high school math classes.

Troubleshooting Java: Read, debug, and optimize JVM applications
by Laurentiu SpilcaApril 2023  comes with audio!

Effectively reading and understanding existing code is a developer’s superpower.

In this book, you’ll master techniques for code profiling, advanced debugging, and log evaluation to find and fix bugs and performance problems.

In Troubleshooting Java: Read, debug, and optimize JVM applications you will learn how to:

  • Determine what code does the first time you see it
  • Expose code logic problems
  • Evaluate heap dumps to find memory leaks
  • Monitor CPU consumption to optimize execution
  • Use thread dumps to find and solve deadlocks
  • Easily follow a service-oriented or microservices system
  • Properly use logging to better understand Java app execution
  • Use Java debuggers efficiently

Searching for bugs, detangling messy legacy code, or evaluating your codebase for new features sucks up much of a developer's time. Troubleshooting Java: Read, debug, and optimize JVM applications teaches code investigation techniques that will help you efficiently understand how Java apps work, how to optimize them, and how to fix the bugs that break them. You’ll go from the basics of debugging to advanced methods for locating problems in microservices architectures, and save yourself hours—or even days—of time. Each new technique is explained with lively illustrations and engaging real-world examples.

The Well-Grounded Java Developer, Second Edition
by Jason Clark,Martijn Verburg,Benjamin EvansMarch 2023  comes with audio!

Understanding Java from the JVM up gives you a solid foundation to grow your expertise and take on advanced techniques for performance, concurrency, containerization, and more.



In The Well-Grounded Java Developer, Second Edition you will learn:

  • The new Java module system and why you should use it
  • Bytecode for the JVM, including operations and classloading
  • Performance tuning the JVM
  • Working with Java’s built-in concurrency and expanded options
  • Programming in Kotlin and Clojure on the JVM
  • Maximizing the benefits from your build/CI tooling with Maven and Gradle
  • Running the JVM in containers
  • Planning for future JVM releases

The Well-Grounded Java Developer, Second Edition introduces both the modern innovations and timeless fundamentals you need to know to become a Java master. Authors Ben Evans, Martijn Verburg, and Jason Clark distill their decades of experience as Java Champions, veteran developers, and key contributors to the Java ecosystem into this clear and practical guide. You’ll discover how Java works under the hood and learn design secrets from Java’s long history. Each concept is illustrated with hands-on examples, including a fully modularized application/library and creating your own multithreaded application.

Java Persistence with Spring Data and Hibernate epub
by Catalin TudoseMarch 2023  comes with audio!

Master Java persistence using the industry-leading tools Spring Data and Hibernate.



In Java Persistence with Spring Data and Hibernate you will learn:

  • Mapping persistent classes, value types, and inheritance
  • Mapping collections and entity associations
  • Processing transactions with Spring Data and Hibernate
  • Creating fetch plans, strategies, and profiles
  • Filtering data
  • Building Spring Data REST projects
  • Using Java persistence with non-relational databases
  • Querying JPA with QueryDSL
  • Testing Java persistence applications

Java Persistence with Spring Data and Hibernate teaches you the ins-and-outs of Java persistence with hands-on examples using Spring Data, JPA, and Hibernate. The book carefully analyzes the capabilities of the major Java persistence tools, and guides you through the most common use cases. By comparing and contrasting the alternatives, you’ll find it easy to choose the right tool choice for your applications. You’ll learn how to make and utilize mapping strategies, about the different approach to transactions for both Hibernate and Spring Data, and even how to efficiently test Java persistence applications. The practical techniques are demonstrated with both relational and non-relational databases.

Data Mesh in Action
by Sven Balnojan,Jacek Majchrzak,Marian SiwiakMarch 2023  comes with audio!

Revolutionize the way your organization approaches data with a data mesh! This new decentralized architecture outpaces monolithic lakes and warehouses and can work for a company of any size.



In Data Mesh in Action you will learn how to:

  • Implement a data mesh in your organization
  • Turn data into a data product
  • Move from your current data architecture to a data mesh
  • Identify data domains, and decompose an organization into smaller, manageable domains
  • Set up the central governance and local governance levels over data
  • Balance responsibilities between the two levels of governance
  • Establish a platform that allows efficient connection of distributed data products and automated governance

Data Mesh in Action reveals how this groundbreaking architecture looks for both startups and large enterprises. You won’t need any new technology—this book shows you how to start implementing a data mesh with flexible processes and organizational change. You’ll explore both an extended case study and real-world examples. As you go, you’ll be expertly guided through discussions around Socio-Technical Architecture and Domain-Driven Design with the goal of building a sleek data-as-a-product system. Plus, dozens of workshop techniques for both in-person and remote meetings help you onboard colleagues and drive a successful transition.

Podman in Action: Secure, rootless containers for Kubernetes, microservices, and more
by Daniel WalshFebruary 2023  comes with audio!

The next generation of containers is here.

Learn Podman directly from its creator, discover its exceptional security features, and start managing rootless containers that integrate easily into your systems.

In Podman in Action you will learn how to:

  • Build and run containers in rootless mode
  • Develop and manage pods
  • Use SystemD to oversee a container’s lifecycle
  • Work with the Podman service via Python
  • Keep your containers confined using Podman security features
  • Manage containerized applications on edge devices

Podman in Action shows you how to deploy containerized applications on Linux, Windows, and MacOS systems using Podman. Written by Daniel Walsh, who leads the Red Hat Podman team, this book teaches you how to securely manage the entire application lifecycle without human intervention. You’ll quickly get to grips with Podman’s unique advantages over Docker, and learn how easy it is to migrate your Docker-based infrastructure. It also demonstrates how, with Podman, you can easily convert containerized applications into Kubernetes-based microservices.

Experimentation for Engineers
by David SweetFebruary 2023  comes with audio!

Optimize the performance of your systems with practical experiments used by engineers in the world’s most competitive industries.



In Experimentation for Engineers: From A/B testing to Bayesian optimization you will learn how to:

  • Design, run, and analyze an A/B test
  • Break the "feedback loops" caused by periodic retraining of ML models
  • Increase experimentation rate with multi-armed bandits
  • Tune multiple parameters experimentally with Bayesian optimization
  • Clearly define business metrics used for decision-making
  • Identify and avoid the common pitfalls of experimentation

Experimentation for Engineers: From A/B testing to Bayesian optimization is a toolbox of techniques for evaluating new features and fine-tuning parameters. You’ll start with a deep dive into methods like A/B testing, and then graduate to advanced techniques used to measure performance in industries such as finance and social media. Learn how to evaluate the changes you make to your system and ensure that your testing doesn’t undermine revenue or other business metrics. By the time you’re done, you’ll be able to seamlessly deploy experiments in production while avoiding common pitfalls.

Microservice APIs: Using Python, Flask, FastAPI, OpenAPI and more
by Jose HaroFebruary 2023  comes with audio!

Strategies, best practices, and patterns that will help you design resilient microservices architecture and streamline your API integrations.



In Microservice APIs, you’ll discover:

  • Service decomposition strategies for microservices
  • Documentation-driven development for APIs
  • Best practices for designing REST and GraphQL APIs
  • Documenting REST APIs with the OpenAPI specification (formerly Swagger)
  • Documenting GraphQL APIs using the Schema Definition Language
  • Building microservices APIs with Flask, FastAPI, Ariadne, and other frameworks
  • Service implementation patterns for loosely coupled services
  • Property-based testing to validate your APIs, and using automated API testing frameworks like schemathesis and Dredd
  • Adding authentication and authorization to your microservice APIs using OAuth and OpenID Connect (OIDC)
  • Deploying and operating microservices in AWS with Docker and Kubernetes

Microservice APIs teaches you practical techniques for designing robust microservices with APIs that are easy to understand, consume, and maintain. You’ll benefit from author José Haro Peralta’s years of experience experimenting with microservices architecture, dodging pitfalls and learning from mistakes he’s made. Inside you’ll find strategies for delivering successful API integrations, implementing services with clear boundaries, managing cloud deployments, and handling microservices security. Written in a framework-agnostic manner, its universal principles can easily be applied to your favorite stack and toolset.

Application Security Program Handbook: A guide for software engineers and team leaders
by Derek FisherFebruary 2023  comes with audio!

Stop dangerous threats and secure your vulnerabilities without slowing down delivery.

This practical book is a one-stop guide to implementing a robust application security program.

In the Application Security Program Handbook you will learn:

  • Why application security is so important to modern software
  • Application security tools you can use throughout the development lifecycle
  • Creating threat models
  • Rating discovered risks
  • Gap analysis on security tools
  • Mitigating web application vulnerabilities
  • Creating a DevSecOps pipeline
  • Application security as a service model
  • Reporting structures that highlight the value of application security
  • Creating a software security ecosystem that benefits development
  • Setting up your program for continuous improvement

The Application Security Program Handbook teaches you to implement a robust program of security throughout your development process. It goes well beyond the basics, detailing flexible security fundamentals that can adapt and evolve to new and emerging threats. Its service-oriented approach is perfectly suited to the fast pace of modern development. Your team will quickly switch from viewing security as a chore to an essential part of their daily work. Follow the expert advice in this guide and you’ll reliably deliver software that is free from security defects and critical vulnerabilities.

Publishing Python Packages: Test, share, and automate your projects
by Dane HillardFebruary 2023  comes with audio!

Create masterful, maintainable Python packages! This book includes pro tips for design, automation, testing, deployment, and even release as an open source project!

In Publishing Python Packages you will learn how to:

  • Build extensions and console script commands
  • Use tox to automate packaging, installing, and testing
  • Build a continuous integration pipeline using GitHub Actions
  • Improve code quality and reduce manual review using black, mypy, and flake8
  • Create published documentation for your packages
  • Keep packages up to date with pyupgrade and Dependabot
  • Foster an open source community using GitHub features

Publishing Python Packages teaches you how to easily share your Python code with your team and the outside world.

Learn a repeatable and highly automated process for package maintenance that’s based on the best practices, tools, and standards of Python packaging. This book walks you through creating a complete package, including a C extension, and guides you all the way to publishing on the Python Package Index. Whether you’re entirely new to Python packaging or looking for optimal ways to maintain and scale your packages, this fast-paced and engaging guide is for you.

Cloud Native Spring in Action
by Thomas VitaleJanuary 2023  comes with audio!

Build and deliver production-grade cloud-native apps with Spring framework and Kubernetes.



In Cloud Native Spring in Action you’ll learn:

  • Cloud native best practices and design patterns
  • Build and test cloud native apps with Spring Boot and Spring Cloud
  • Handle security, resilience, and scalability in imperative and reactive applications
  • Configure, deploy, and observe applications on Kubernetes
  • Continuous delivery and GitOps to streamline your software lifecycle

Cloud Native Spring in Action is a practical guide to building applications that are designed for cloud environments. You’ll learn effective Spring and Kubernetes cloud development techniques that you can immediately apply to enterprise-grade applications. Follow a detailed and complete cloud native system from first concept right through to production and deployment, learning best practices, design patterns, and little-known tips and tricks for pain-free cloud native development. Including coverage of security, continuous delivery, and configuration, this hands-on guide is the perfect primer for navigating the increasingly complex cloud landscape.

ASP.NET Core Razor Pages in Action
by Mike BrindDecember 2022  comes with audio!

Razor Pages lets you build, configure, and deploy amazing dynamic ASP.

NET websites with ease.

In ASP.NET Core Razor Pages in Action you will learn:

  • Building, configuring, and publishing a data-driven website
  • Creating a complete web application step-by-step
  • Forms for collecting and processing user data
  • Connecting to databases from a Razor Page
  • Protecting areas of a Razor Page from unauthorized access with ASP.NET Identity
  • Using Object Relational Mapping tools to work with data in Razor Pages applications
  • Generating CRUD pages using scaffolding gestures
  • Generating and sending email from your web application

ASP.NET Core Razor Pages in Action teaches you to develop dynamic websites using the powerful Razor Pages framework, .NET 6, and ASP.NET. Razor Pages generates HTML on the server, and is the perfect choice for eCommerce sites, intranet services, content management systems, and other apps that require reliability. In this book, you’ll use Razor Pages to build a complete application for booking city breaks, learning to iterate amazing new features chapter-by-chapter. You’ll even learn how to enhance your web applications with the huge ecosystem of C# libraries, and how to locate the perfect tool for your task using centralized repositories.

Tiny C Projects
by Daniel GookinDecember 2022  comes with audio!

Learn the big skills of C programming by creating bite-size projects! Work your way through these 15 fun and interesting tiny challenges to master essential C techniques you’ll use in full-size applications.



In Tiny C Projects you will learn how to:

  • Create libraries of functions for handy use and re-use
  • Process input through an I/O filter to generate customized output
  • Use recursion to explore a directory tree and find duplicate files
  • Develop AI for playing simple games
  • Explore programming capabilities beyond the standard C library functions
  • Evaluate and grow the potential of your programs
  • Improve code to better serve users

Tiny C Projects is an engaging collection of 15 small programming challenges! This fun read develops your C abilities with lighthearted games like tic-tac-toe, utilities like a useful calendar, and thought-provoking exercises like encoding and cyphers. Jokes and lighthearted humor make even complex ideas fun to learn. Each project is small enough to complete in a weekend, and encourages you to evolve your code, add new functions, and explore the full capabilities of C.

AWS for Non-Engineers
by Hiroko NishimuraNovember 2022  comes with audio!

This friendly, fast-paced guide is perfect for anyone puzzled by the cloud! Learn the fundamentals of Amazon Web Services, and be ready to ace your AWS Certified Cloud Practitioner Exam.



In AWS for Non-engineers you will learn:

  • How cloud computing and AWS are different from “legacy” systems
  • Prepare for the AWS Certified Cloud Practitioner Exam
  • When cloud computing is the right option for your organization
  • Core AWS services including storage services, database services, and security services
  • How billing and pricing work on AWS, and how to pick for your budget
  • Security and compliance concepts for building in AWS

AWS for Non-engineers is for anyone just starting with Amazon Web Services or cloud computing in general—whether you’re in customer service, marketing, or management. It’s written by Hiroko Nishimura, and is based on her acclaimed video courses that have been taken by over 300,000 learners. In this reader-friendly book, you’ll learn how to talk about cloud concepts with engineers, what the cloud could do for your business, and how to start using AWS’s amazing services for your own IT tasks. When you’re finished, you’ll be comfortable with the basics of cloud computing on AWS and you’ll be prepared to take the AWS Certified Cloud Practitioner Exam!

Testing Web APIs
by null nullNovember 2022  comes with audio!

Ensure your web APIs are consistent and bug-free by implementing an automated testing process.



In Testing Web APIs you will:

  • Design and implement a web API testing strategy
  • Set up a test automation suite
  • Learn contract testing with Pact
  • Facilitate collaborative discussions to test web API designs
  • Perform exploratory tests
  • Experiment safely in a downloadable API sandbox environment

Testing Web APIs teaches you to plan and implement the perfect testing strategy for your web APIs. In it, you’ll explore dozens of different testing activities to help you develop a custom testing regime for your projects. This practical book demystifies abstract strategic concepts by applying them to common API testing scenarios, revealing how these complex ideas work in the real world. You’ll learn to take a risk-driven approach to API testing, and build a strategy that goes beyond the basics of code and requirements coverage. Your whole team will soon be involved in ensuring quality!

100 Go Mistakes and How to Avoid Them
by Teiva HarsanyiSeptember 2022  comes with audio!

Spot errors in your Go code you didn’t even know you were making and boost your productivity by avoiding common mistakes and pitfalls.



100 Go Mistakes and How to Avoid Them shows you how to:

  • Dodge the most common mistakes made by Go developers
  • Structure and organize your Go application
  • Handle data and control structures efficiently
  • Deal with errors in an idiomatic manner
  • Improve your concurrency skills
  • Optimize your code
  • Make your application production-ready and improve testing quality

100 Go Mistakes and How to Avoid Them puts a spotlight on common errors in Go code you might not even know you’re making. You’ll explore key areas of the language such as concurrency, testing, data structures, and more—and learn how to avoid and fix mistakes in your own projects. As you go, you’ll navigate the tricky bits of handling JSON data and HTTP services, discover best practices for Go code organization, and learn how to use slices efficiently.

Feature Engineering Bookcamp
by Sinan OzdemirSeptember 2022  comes with audio!

Deliver huge improvements to your machine learning pipelines without spending hours fine-tuning parameters! This book’s practical case studies reveal feature engineering techniques that upgrade your data wrangling—and your ML results.



In Feature Engineering Bookcamp you will learn how to:

  • Identify and implement feature transformations for your data
  • Build powerful machine learning pipelines with unstructured data like text and images
  • Quantify and minimize bias in machine learning pipelines at the data level
  • Use feature stores to build real-time feature engineering pipelines
  • Enhance existing machine learning pipelines by manipulating the input data
  • Use state-of-the-art deep learning models to extract hidden patterns in data

Feature Engineering Bookcamp guides you through a collection of projects that give you hands-on practice with core feature engineering techniques. You’ll work with feature engineering practices that speed up the time it takes to process data and deliver real improvements in your model’s performance. This instantly-useful book skips the abstract mathematical theory and minutely-detailed formulas; instead you’ll learn through interesting code-driven case studies, including tweet classification, COVID detection, recidivism prediction, stock price movement detection, and more.

AWS Security
by Dylan ShieldsSeptember 2022  comes with audio!

Running your systems in the cloud doesn’t automatically make them secure.

Learn the tools and new management approaches you need to create secure apps and infrastructure on AWS.

In AWS Security you’ll learn how to:

  • Securely grant access to AWS resources to coworkers and customers
  • Develop policies for ensuring proper access controls
  • Lock-down network controls using VPCs
  • Record audit logs and use them to identify attacks
  • Track and assess the security of an AWS account
  • Counter common attacks and vulnerabilities

Written by security engineer Dylan Shields, AWS Security provides comprehensive coverage on the key tools and concepts you can use to defend AWS-based systems. You’ll learn how to honestly assess your existing security protocols, protect against the most common attacks on cloud applications, and apply best practices to configuring identity and access management and virtual private clouds.

Data-Oriented Programming: Reduce software complexity
by Tomz Eastmond,Yehonathan SharvitSeptember 2022  comes with audio!

Eliminate the unavoidable complexity of object-oriented designs.

The innovative data-oriented programming paradigm makes your systems less complex by making it simpler to access and manipulate data.

In Data-Oriented Programming you will learn how to:

  • Separate code from data
  • Represent data with generic data structures
  • Manipulate data with general-purpose functions
  • Manage state without mutating data
  • Control concurrency in highly scalable systems
  • Write data-oriented unit tests
  • Specify the shape of your data
  • Benefit from polymorphism without objects
  • Debug programs without a debugger

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. Best of all, the paradigm is language-agnostic—you’ll learn to write DOP code that can be implemented in JavaScript, Ruby, Python, Clojure, and also in traditional OO languages like Java or C#.

Full Stack GraphQL Applications
by William LyonSeptember 2022  comes with audio!

Build hyper-fast and hyper-efficient web applications with GraphQL! This practical, comprehensive guide introduces the powerful GRANDStack for developing full stack web applications based in graph data structures.



In Full Stack GraphQL Applications you will learn how to:

  • Build backend functionalities for GraphQL applications
  • Model a GraphQL API with GraphQL type definitions
  • Utilize Neo4j as a backend database
  • Handle authentication and authorization with GraphQL
  • Implement pagination and rate limiting in a GraphQL API
  • Develop a GraphQL service with Apollo Server
  • Install Neo4j Database on different platforms
  • Create a basic frontend application using React and Apollo Client
  • Deploy a full stack GraphQL application to the cloud

The GraphQL query language radically reduces over-fetching or under-fetching of data by constructing precise graph-based data requests. In Full Stack GraphQL Applications you’ll learn how to build graph-aware web applications that take full advantage of GraphQL’s amazing efficiency. Neo4j’s William Lyon teaches you everything you need to know to design, deploy, and maintain a GraphQL API from scratch. He reveals how you can build your web apps with GraphQL, React, Apollo, and Neo4j Database, aka “the GRANDstack,” to get maximum performance out of GraphQL.

Infrastructure as Code, Patterns and Practices: With examples in Python and Terraform
by Rosemary WangAugust 2022  comes with audio!

Use Infrastructure as Code (IaC) to automate, test, and streamline infrastructure for business-critical systems.



In Infrastructure as Code, Patterns and Practices you will learn how to:

  • Optimize infrastructure for modularity and isolate dependencies
  • Test infrastructure configuration
  • Mitigate, troubleshoot, and isolate failed infrastructure changes
  • Collaborate across teams on infrastructure development
  • Update infrastructure with minimal downtime using blue-green deployments
  • Scale infrastructure systems supporting multiple business units
  • Use patterns for provisioning tools, configuration management, and image building
  • Deliver secure infrastructure configuration to production

Infrastructure as Code, Patterns and Practices teaches you to automate infrastructure by applying changes in a codified manner. You’ll learn how to create, test, and deploy infrastructure components in a way that’s easy to scale and share across an entire organization. The book is full of flexible automation techniques that work whether you’re managing your personal projects or making live network changes across a large enterprise.

A system administrator or infrastructure engineer will learn essential software development practices for managing IaC, while developers will benefit from in-depth coverage of assembling infrastructure as part of DevOps culture. While the patterns and techniques are tool agnostic, you’ll appreciate the easy-to-follow examples in Python and Terraform.

Secret Key Cryptography
by Frank RubinAugust 2022  comes with audio!

Explore the fascinating and rich world of Secret Key cryptography! This book provides practical methods for encrypting messages, an interesting and entertaining historical perspective, and an incredible collection of ciphers and codes—including 30 unbreakable methods.



In Secret Key Cryptography: Ciphers, from simple to unbreakable you will:

  • Measure the strength of your ciphers and learn how to guarantee their security
  • Construct and incorporate data-compression codes
  • Generate true random numbers in bulk
  • Construct huge primes and safe primes
  • Add an undetectable backdoor to a cipher
  • Defeat hypothetical ultracomputers that could be developed decades from now
  • Construct 30 unbreakable ciphers

Secret Key Cryptography gives you a toolbox of cryptographic techniques and Secret Key methods. The book’s simple, non-technical language is easy to understand and accessible for any reader, even without the advanced mathematics normally required for cryptography. You’ll learn how to create and solve ciphers, as well as how to measure their strength. As you go, you’ll explore both historic ciphers and groundbreaking new approaches—including a never-before-seen way to implement the uncrackable One-Time Pad algorithm.

Whoever you are, this book is for you! History buffs will love seeing the evolution of sophisticated cryptographic methods, hobbyists will get a gentle introduction to cryptography, and engineers and computer scientists will learn the principles of constructing secure ciphers. Even professional cryptographers will find a range of new methods and concepts never published before.

Azure Infrastructure as Code: With ARM templates and Bicep
by Henry Been, Eduard Keilholz Erwin StaalAugust 2022  comes with audio!

Master ARM templates, Bicep, and other Azure Infrastructure-as-Code tools, techniques, and practices to build infrastructure on the Azure cloud.



In Azure Infrastructure as Code you will learn how to:

  • Create reusable infrastructure templates using advanced features of the ARM (Azure Resource Manager) syntax
  • Write templates with the Azure Bicep domain-specific language (DSL)
  • Test ARM and Bicep templates
  • Deploy templates using deployment pipelines
  • Guarantee repeated outcomes when you reuse templates to replicate infrastructure
  • Share templates between teams
  • Provision templates to provide standards and Azure Policy to enforce them
  • Orchestrate complex deployments using Azure DevOps and GitHub Actions
  • Pre-provision environments for other teams with deployment stacks

Azure Infrastructure as Code teaches you to use Azure’s native infrastructure as code (IaC) tools, like ARM and Bicep, to build, manage, and scale infrastructure with just a few lines of code. You’ll discover ARM templates, deployment stacks, and the powerful new language Bicep. See how easy they make it to create new environments, safely make infrastructure changes, govern your resources using Azure Policy, and prevent configuration drift. Loaded with in-depth coverage of syntax and lots of illustrative examples, this hands-on guide is a must-read for anyone looking to expand their knowledge of provisioning.

Skills of a Software Developer
by Fernando DoglioJuly 2022  comes with audio!

Skills to grow from a solo coder into a productive member of a software development team, with seasoned advice on everything from refactoring to acing an interview.



In Skills of a Successful Software Engineer you will learn:

  • The skills you need to succeed on a software development team
  • Best practices for writing maintainable code
  • Testing and commenting code for others to read and use
  • Refactoring code you didn’t write
  • What to expect from a technical interview process
  • How to be a tech leader
  • Getting around gatekeeping in the tech community

Skills of a Successful Software Engineer is a best practices guide for succeeding on a software development team. The book reveals how to optimize both your code and your career, from achieving a good work-life balance to writing the kind of bug-free code delivered by pros. You’ll master essential skills that you might not have learned as a solo coder, including meaningful code commenting, unit testing, and using refactoring to speed up feature delivery. Timeless advice on acing interviews and setting yourself up for leadership will help you throughout your career. Crack open this one-of-a-kind guide, and you’ll soon be working in the professional manner that software managers expect.

Cybersecurity Career Guide
by Alyssa MillerJuly 2022  comes with audio!

Kickstart a career in cybersecurity by adapting your existing technical and non-technical skills.

Author Alyssa Miller has spent fifteen years in cybersecurity leadership and talent development, and shares her unique perspective in this revealing industry guide.

In Cybersecurity Career Guide you will learn:

  • Self-analysis exercises to find your unique capabilities and help you excel in cybersecurity
  • How to adapt your existing skills to fit a cybersecurity role
  • Succeed at job searches, applications, and interviews to receive valuable offers
  • Ways to leverage professional networking and mentoring for success and career growth
  • Building a personal brand and strategy to stand out from other applicants
  • Overcoming imposter syndrome and other personal roadblocks

Cybersecurity Career Guide unlocks your pathway to becoming a great security practitioner. You’ll learn how to reliably enter the security field and quickly grow into your new career, following clear, practical advice that’s based on research and interviews with hundreds of hiring managers. Practical self-analysis exercises identify gaps in your resume, what makes you valuable to an employer, and what you want out of your career in cyber. You’ll assess the benefits of all major professional qualifications, and get practical advice on relationship building with mentors.

Core Kubernetes
by Christopher Love,Jay VyasJune 2022  comes with audio!

Take a deep dive into Kubernetes inner components and discover what really powers a Kubernetes cluster.

This in-depth guide shines a light on Kubernetes' murky internals, to help you better plan cloud native architectures and ensure the reliability of your systems.

In Core Kubernetes you will learn about:

  • Kubernetes base components
  • Kubernetes networking
  • Storage and the Container Storage Interface
  • External load balancing and ingress
  • Kubernetes security
  • Different ways of creating a Kubernetes cluster
  • Configuring Kubernetes to use a GPU

To build and operate reliable Kubernetes-based systems, you need to understand what’s going on below the surface. Core Kubernetes is an in-depth guide to Kubernetes’ internal workings written by Kubernetes contributors Chris Love and Jay Vyas. It’s packed with experience-driven insights and advanced techniques you won’t find anywhere else. You’ll understand the unique security concerns of container-based applications, minimize costly unused capacity, and get pro tips for maximizing performance. Diagrams, labs, and hands-on examples ensure that the complex ideas are easy to understand and practical to apply.

Blazor in Action
by Chris SaintyJune 2022  comes with audio!

An example-driven guide to building reusable UI components and web frontends—all with Blazor, C#, and .NET.



In Blazor in Action, you will learn about:

  • Blazor + WebAssembly
  • Picking the right hosting model
  • Building reusable UI components
  • Building forms with validation
  • Integrating with JavaScript libraries
  • Securing your application
  • Testing your applications

Blazor in Action is a practical guide to building stunning UIs and client-side applications using C# and .NET. You’ll use the Blazor frontend framework to create a fun and exciting web application for plotting hiking routes. As you build up your new application, you’ll master the key features of Blazor, such as routing, forms and validation, and dynamic and reusable components. By the time you're done, you'll be ready to develop beautiful sites and apps that seamlessly execute your C# code natively in the browser.

The book is written to the most recent stable build of Blazor and seamlessly integrates fresh features from .NET 6.

Software Mistakes and Tradoffs
by Jonathan Skeet,Tomasz LelekMay 2022  comes with audio!

Optimize the decisions that define your code by exploring the common mistakes and intentional tradeoffs made by expert developers.



In Software Mistakes and Tradeoffs you will learn how to:

  • Reason about your systems to make intuitive and better design decisions
  • Understand consequences and how to balance tradeoffs
  • Pick the right library for your problem
  • Thoroughly analyze all of your service’s dependencies
  • Understand delivery semantics and how they influence distributed architecture
  • Design and execute performance tests to detect code hot paths and validate a system’s SLA
  • Detect and optimize hot paths in your code to focus optimization efforts on root causes
  • Decide on a suitable data model for date/time handling to avoid common (but subtle) mistakes
  • Reason about compatibility and versioning to prevent unexpected problems for API clients
  • Understand tight/loose coupling and how it influences coordination of work between teams
  • Clarify requirements until they are precise, easily implemented, and easily tested
  • Optimize your APIs for friendly user experience

Code performance versus simplicity. Delivery speed versus duplication. Flexibility versus maintainability—every decision you make in software engineering involves balancing tradeoffs. In Software Mistakes and Tradeoffs you’ll learn from costly mistakes that Tomasz Lelek and Jon Skeet have encountered over their impressive careers. You’ll explore real-world scenarios where poor understanding of tradeoffs lead to major problems down the road, so you can pre-empt your own mistakes with a more thoughtful approach to decision making.

Learn how code duplication impacts the coupling and evolution speed of your systems, and how simple-sounding requirements can have hidden nuances with respect to date and time information. Discover how to efficiently narrow your optimization scope according to 80/20 Pareto principles, and ensure consistency in your distributed systems. You’ll soon have built up the kind of knowledge base that only comes from years of experience.

Automated Machine Learning in Action
by Xia Hu,Haifeng Jin,Qingquan SongMay 2022  comes with audio!

Optimize every stage of your machine learning pipelines with powerful automation components and cutting-edge tools like AutoKeras and KerasTuner.



In Automated Machine Learning in Action you will learn how to:

  • Improve a machine learning model by automatically tuning its hyperparameters
  • Pick the optimal components for creating and improving your pipelines
  • Use AutoML toolkits such as AutoKeras and KerasTuner
  • Design and implement search algorithms to find the best component for your ML task
  • Accelerate the AutoML process with data-parallel, model pretraining, and other techniques

Automated Machine Learning in Action reveals how you can automate the burdensome elements of designing and tuning your machine learning systems. It’s written in a math-lite and accessible style, and filled with hands-on examples for applying AutoML techniques to every stage of a pipeline. AutoML can even be implemented by machine learning novices! If you’re new to ML, you’ll appreciate how the book primes you on machine learning basics. Experienced practitioners will love learning how automated tools like AutoKeras and KerasTuner can create pipelines that automatically select the best approach for your task, or tune any customized search space with user-defined hyperparameters, which removes the burden of manual tuning.

Machine Learning Engineering in Action
by Ben WilsonApril 2022  comes with audio!

Field-tested tips, tricks, and design patterns for building machine learning projects that are deployable, maintainable, and secure from concept to production.



In Machine Learning Engineering in Action, you will learn:

  • Evaluating data science problems to find the most effective solution
  • Scoping a machine learning project for usage expectations and budget
  • Process techniques that minimize wasted effort and speed up production
  • Assessing a project using standardized prototyping work and statistical validation
  • Choosing the right technologies and tools for your project
  • Making your codebase more understandable, maintainable, and testable
  • Automating your troubleshooting and logging practices

Ferrying a machine learning project from your data science team to your end users is no easy task. Machine Learning Engineering in Action will help you make it simple. Inside, you’ll find fantastic advice from veteran industry expert Ben Wilson, Principal Resident Solutions Architect at Databricks.

Ben introduces his personal toolbox of techniques for building deployable and maintainable production machine learning systems. You’ll learn the importance of Agile methodologies for fast prototyping and conferring with stakeholders, while developing a new appreciation for the importance of planning. Adopting well-established software development standards will help you deliver better code management, and make it easier to test, scale, and even reuse your machine learning code. Every method is explained in a friendly, peer-to-peer style and illustrated with production-ready source code.

Hugo in Action
by Atishay JainApril 2022  comes with audio!

Build and deploy a live website in just 30 minutes using Hugo.

The Hugo engine lets you rapidly deliver static sites that are low maintenance, high performance, and feature rich.

In Hugo in Action you will learn:

  • Building web pages with Hugo and Jamstack
  • Creating content using Markdown
  • Content management with Hugo
  • Designing new Hugo themes
  • Using the Go template language
  • Managing dependencies with Hugo modules
  • Accessing APIs with Jamstack
  • Adding a shopping cart using JavaScript
  • Content tagging with markup

Sometimes, simple is better. Static websites—sites with fixed content—are easier to create and maintain, and inherently more secure than dynamic pages. Hugo in Action is a hands-on guide to using the Hugo static site engine to render these websites in milliseconds. Working with a complete example website and source code samples, you’ll learn how to build and host a site that will wow users and stay stable without a third-party server. Full coverage of the Jamstack (Javascript, APIs, Markdown) shows how easy it is to add complex features to super-simple sites, including eCommerce shopping carts, dynamic forms, and multilingual options.

Effective Software Testing: A developer's guide
by Mauricio AnicheApril 2022  comes with audio!

Go beyond basic testing! Great software testing makes the entire development process more efficient.

This book reveals a systemic and effective approach that will help you customize your testing coverage and catch bugs in tricky corner cases.

In Effective Software Testing you will learn how to:

  • Engineer tests with a much higher chance of finding bugs
  • Read code coverage metrics and use them to improve your test suite
  • Understand when to use unit tests, integration tests, and system tests
  • Use mocks and stubs to simplify your unit testing
  • Think of pre-conditions, post-conditions, invariants, and contracts
  • Implement property-based tests
  • Utilize coding practices like dependency injection and hexagonal architecture that make your software easier to test
  • Write good and maintainable test code

Effective Software Testing teaches you a systematic approach to software testing that will ensure the quality of your code. It’s full of techniques drawn from proven research in software engineering, and each chapter puts a new technique into practice. Follow the real-world use cases and detailed code samples, and you’ll soon be engineering tests that find bugs in edge cases and parts of code you’d never think of testing! Along the way, you’ll develop an intuition for testing that can save years of learning by trial and error.

Istio in Action
by Christian Posta, Rinor MalokuMarch 2022  comes with audio!

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.

In Istio in Action you will learn:

  • Why and when to use a service mesh
  • Envoy’s role in Istio’s service mesh
  • Allowing “North-South” traffic into a mesh
  • Fine-grained traffic routing
  • Make your services robust to network failures
  • Gain observability over your system with telemetry “golden signals”
  • How Istio makes your services secure by default
  • Integrate cloud-native applications with legacy workloads such as in VMs

Reduce the operational complexity of your microservices with an Istio-powered service mesh! Istio in Action shows you how to implement this powerful new architecture and move your application-networking concerns to a dedicated infrastructure layer. Non-functional concerns stay separate from your application, so your code is easier to understand, maintain, and adapt regardless of programming language. In this practical guide, you’ll go hands-on with the full-featured Istio service mesh to manage microservices communication. Helpful diagrams, example configuration, and examples make it easy to understand how to control routing, secure container applications, and monitor network traffic.

Data Analysis with Python and PySpark
by Jonathan RiouxMarch 2022  comes with audio!

Think big about your data! PySpark brings the powerful Spark big data processing engine to the Python ecosystem, letting you seamlessly scale up your data tasks and create lightning-fast pipelines.



In Data Analysis with Python and PySpark you will learn how to:

  • Manage your data as it scales across multiple machines
  • Scale up your data programs with full confidence
  • Read and write data to and from a variety of sources and formats
  • Deal with messy data with PySpark’s data manipulation functionality
  • Discover new data sets and perform exploratory data analysis
  • Build automated data pipelines that transform, summarize, and get insights from data
  • Troubleshoot common PySpark errors
  • Creating reliable long-running jobs

Data Analysis with Python and PySpark is your guide to delivering successful Python-driven data projects. Packed with relevant examples and essential techniques, this practical book teaches you to build pipelines for reporting, machine learning, and other data-centric tasks. Quick exercises in every chapter help you practice what you’ve learned, and rapidly start implementing PySpark into your data systems. No previous knowledge of Spark is required.

Spring in Action, Sixth Edition
by Craig WallsMarch 2022  comes with audio!

If you need to learn Spring, look no further than this widely beloved and comprehensive guide! Fully revised for Spring 5.

3, and packed with interesting real-world examples to get your hands dirty with Spring.

In Spring in Action, 6th Edition you will learn:

  • Building reactive applications
  • Relational and NoSQL databases
  • Integrating via HTTP and REST-based services, and sand reactive RSocket services
  • Reactive programming techniques
  • Deploying applications to traditional servers and containers
  • Securing applications with Spring Security

Over the years, Spring in Action has helped tens of thousands of developers get a major productivity boost from Spring. This new edition of the classic bestseller covers all of the new features of Spring 5.3 and Spring Boot 2.4 along with examples of reactive programming, Spring Security for REST Services, and bringing reactivity to your databases. You'll also find the latest Spring best practices, including Spring Boot for application setup and configuration.

Python Concurrency with asyncio
by Matthew FowlerFebruary 2022  comes with audio!

Learn how to speed up slow Python code with concurrent programming and the cutting-edge asyncio library.



  • Use coroutines and tasks alongside async/await syntax to run code concurrently
  • Build web APIs and make concurrency web requests with aiohttp
  • Run thousands of SQL queries concurrently
  • Create a map-reduce job that can process gigabytes of data concurrently
  • Use threading with asyncio to mix blocking code with asyncio code

Python is flexible, versatile, and easy to learn. It can also be very slow compared to lower-level languages. Python Concurrency with asyncio teaches you how to boost Python's performance by applying a variety of concurrency techniques. You'll learn how the complex-but-powerful asyncio library can achieve concurrency with just a single thread and use asyncio's APIs to run multiple web requests and database queries simultaneously. The book covers using asyncio with the entire Python concurrency landscape, including multiprocessing and multithreading.

Kafka in Action
by Dylan Scott, Viktor Gamov Dave KleinFebruary 2022  comes with audio!

Master the wicked-fast Apache Kafka streaming platform through hands-on examples and real-world projects.



In Kafka in Action you will learn:

  • Understanding Apache Kafka concepts
  • Setting up and executing basic ETL tasks using Kafka Connect
  • Using Kafka as part of a large data project team
  • Performing administrative tasks
  • Producing and consuming event streams
  • Working with Kafka from Java applications
  • Implementing Kafka as a message queue

Kafka in Action is a fast-paced introduction to every aspect of working with Apache Kafka. Starting with an overview of Kafka's core concepts, you'll immediately learn how to set up and execute basic data movement tasks and how to produce and consume streams of events. Advancing quickly, you’ll soon be ready to use Kafka in your day-to-day workflow, and start digging into even more advanced Kafka topics.

Quantum Computing in Action
by Johan VosFebruary 2022  comes with audio!

Quantum computing is on the horizon and you can get started today! This practical, clear-spoken guide shows you don’t need a physics degree to write your first quantum software.



In Quantum Computing in Action you will learn:

  • An introduction to the core concepts of quantum computing
  • Qubits and quantum gates
  • Superposition, entanglement, and hybrid computing
  • Quantum algorithms including Shor’s, Deutsch-jozsa, and Grover’s search

Quantum Computing in Action shows you how to leverage your existing Java skills into writing your first quantum software, so you’re ready for the quantum revolution. This book is focused on practical implementations of quantum computing algorithms—there’s no deep math or confusing theory. Using Strange, a Java-based quantum computer simulator, you’ll go hands-on with quantum computing’s core components including qubits and quantum gates.

Kubernetes Native Microservices with Quarkus and MicroProfile
by John Clingan and Ken FinniganJanuary 2022  comes with audio!

Build fast, efficient Kubernetes-based Java applications using the Quarkus framework, MicroProfile, and Java standards.



In Kubernetes Native Microservices with Quarkus and MicroProfile you’ll learn how to:

  • Deploy enterprise Java applications on Kubernetes
  • Develop applications using the Quarkus runtime
  • Compile natively using GraalVM for blazing speed
  • Create efficient microservices applications
  • Take advantage of MicroProfile specifications

Popular Java frameworks like Spring were designed long before Kubernetes and the microservices revolution. Kubernetes Native Microservices with Quarkus and MicroProfile introduces next generation tools that have been cloud-native and Kubernetes-aware right from the beginning. Written by veteran Java developers John Clingan and Ken Finnigan, this book shares expert insight into Quarkus and MicroProfile directly from contributors at Red Hat. You’ll learn how to utilize these modern tools to create efficient enterprise Java applications that are easy to deploy, maintain, and expand.

Data Science Bookcamp: Five Python projects
by Leonard ApeltsinNovember 2021  comes with audio!

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 will learn:

  • Techniques for computing and plotting probabilities
  • Statistical analysis using Scipy
  • How to organize datasets with clustering algorithms
  • How to visualize complex multi-variable datasets
  • How to train a decision tree machine learning algorithm

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.

Microservices in .NET, 2e
by Christian Horsdal GammelgaardNovember 2021  comes with audio!

In Microservices in .NET, Second Edition you will learn how to:

  • Build scalable microservices that are reliable in production
  • Optimize microservices for continuous delivery
  • Design event-based collaboration between microservices
  • Deploy microservices to Kubernetes
  • Set up Kubernetes in Azure

Microservices in .NET, Second Edition is a comprehensive guide to building microservice applications using the .NET stack.

After a crystal-clear introduction to the microservices architectural style, it teaches you practical microservices development skills using ASP.NET. This second edition of the bestselling original has been revised with up-to-date tools for the .NET ecosystem, and more new coverage of scoping microservices and deploying to Kubernetes.

Machine Learning Bookcamp: Build a portfolio of real-life projects
by Alexey GrigorevOctober 2021  comes with audio!

Time to flex your machine learning muscles! Take on the carefully designed challenges of the Machine Learning Bookcamp and master essential ML techniques through practical application.



In Machine Learning Bookcamp you will:

  • Collect and clean data for training models
  • Use popular Python tools, including NumPy, Scikit-Learn, and TensorFlow
  • Apply ML to complex datasets with images
  • Deploy ML models to a production-ready environment

The only way to learn is to practice! In Machine Learning Bookcamp, you’ll create and deploy Python-based machine learning models for a variety of increasingly challenging projects. Taking you from the basics of machine learning to complex applications such as image analysis, each new project builds on what you’ve learned in previous chapters. You’ll build a portfolio of business-relevant machine learning projects that hiring managers will be excited to see.

Pipeline as Code: Continuous Delivery with Jenkins, Kubernetes, and Terraform
by Mohamed LabouardyOctober 2021  comes with audio!

Start thinking about your development pipeline as a mission-critical application.

Discover techniques for implementing code-driven infrastructure and CI/CD workflows using Jenkins, Docker, Terraform, and cloud-native services.

In Pipeline as Code, you will master:

  • Building and deploying a Jenkins cluster from scratch
  • Writing pipeline as code for cloud-native applications
  • Automating the deployment of Dockerized and Serverless applications
  • Containerizing applications with Docker and Kubernetes
  • Deploying Jenkins on AWS, GCP and Azure
  • Managing, securing and monitoring a Jenkins cluster in production
  • Key principles for a successful DevOps culture
Pipeline as Code is a practical guide to automating your development pipeline in a cloud-native, service-driven world. You’ll use the latest infrastructure-as-code tools like Packer and Terraform to develop reliable CI/CD pipelines for numerous cloud-native applications. Follow this book's insightful best practices, and you’ll soon be delivering software that’s quicker to market, faster to deploy, and with less last-minute production bugs.

Five Lines of Code: How and when to refactor
by Christian Clausen, Foreword by Robert C. MartinOctober 2021  comes with audio!

In Five Lines of Code you will learn:

  • The signs of bad code
  • Improving code safely, even when you don't understand it
  • Balancing optimization and code generality
  • Proper compiler practices
  • The Extract method, Introducing Strategy pattern, and many other refactoring patterns
  • Writing stable code that enables change-by-addition
  • Writing code that needs no comments
  • Real-world practices for great refactoring

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.

Pandas in Action
by Boris PaskhaverSeptember 2021  comes with audio!

Take the next steps in your data science career! This friendly and hands-on guide shows you how to start mastering Pandas with skills you already know from spreadsheet software.



In Pandas in Action you will learn how to:

  • Import datasets, identify issues with their data structures, and optimize them for efficiency
  • Sort, filter, pivot, and draw conclusions from a dataset and its subsets
  • Identify trends from text-based and time-based data
  • Organize, group, merge, and join separate datasets
  • Use a GroupBy object to store multiple DataFrames

Pandas has rapidly become one of Python's most popular data analysis libraries. In Pandas in Action, a friendly and example-rich introduction, author Boris Paskhaver shows you how to master this versatile tool and take the next steps in your data science career. You’ll learn how easy Pandas makes it to efficiently sort, analyze, filter and munge almost any type of data.

Deep Learning Patterns and Practices
by Andrew FerlitschSeptember 2021  comes with audio!

Discover best practices, reproducible architectures, and design patterns to help guide deep learning models from the lab into production.



In Deep Learning Patterns and Practices you will learn:

  • Internal functioning of modern convolutional neural networks
  • Procedural reuse design pattern for CNN architectures
  • Models for mobile and IoT devices
  • Assembling large-scale model deployments
  • Optimizing hyperparameter tuning
  • Migrating a model to a production environment

The big challenge of deep learning lies in taking cutting-edge technologies from R&D labs through to production. Deep Learning Patterns and Practices is here to help. This unique guide lays out the latest deep learning insights from author Andrew Ferlitsch’s work with Google Cloud AI. In it, you'll find deep learning models presented in a unique new way: as extendable design patterns you can easily plug-and-play into your software projects. Each valuable technique is presented in a way that's easy to understand and filled with accessible diagrams and code samples.

Graph Powered Machine Learning
by Alessandro NegroSeptember 2021  comes with audio!

Upgrade your machine learning models with graph-based algorithms, the perfect structure for complex and interlinked data.



In Graph-Powered Machine Learning, you will learn:

  • The lifecycle of a machine learning project
  • Graphs in big data platforms
  • Data source modeling using graphs
  • Graph-based natural language processing, recommendations, and fraud detection techniques
  • Graph algorithms
  • Working with Neo4J

Graph-Powered Machine Learning teaches to use graph-based algorithms and data organization strategies to develop superior machine learning applications. You’ll dive into the role of graphs in machine learning and big data platforms, and take an in-depth look at data source modeling, algorithm design, recommendations, and fraud detection. Explore end-to-end projects that illustrate architectures and help you optimize with best design practices. Author Alessandro Negro’s extensive experience shines through in every chapter, as you learn from examples and concrete scenarios based on his work with real clients!

Good Code, Bad Code
by Tom LongSeptember 2021  comes with audio!

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
  • Save yourself and your team time

The difference between good code or bad code often comes down to how you apply the established practices of the software development community. In Good Code, Bad Code you’ll learn how to boost your productivity and effectiveness with code development insights normally only learned through careful mentorship and hundreds of code reviews.

Terraform in Action
by Scott WinklerJuly 2021  comes with audio!

Use Terraform to programmatically create, test, and manage infrastructure using the efficient infrastructure-as-code approach.



In Terraform in Action you will learn:

  • Cloud architecture with Terraform
  • Terraform module sharing and the private module registry
  • Terraform security in a multitenant environment
  • Strategies for performing blue/green deployments
  • Refactoring for code maintenance and reusability
  • Running Terraform at scale
  • Creating your own Terraform provider
  • Using Terraform as a continuous development/continuous delivery platform

Terraform in Action introduces the infrastructure-as-code (IaC) model that lets you instantaneously create new components and respond efficiently to changes in demand. You’ll use the Terraform automation tool to design and manage servers that can be provisioned, shared, changed, tested, and deployed with a single command.

Code like a Pro in C#
by Jort RodenburgJuly 2021  comes with audio!

youtube.com/embed/wsZLWbs_QQ0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen> Build on your existing programming skills and upskill to professional-level C# programming.

In Code Like A Pro in C# you will learn:

  • Unit testing and test-driven development
  • Refactor a legacy .NET codebase
  • Principles of clean code
  • Essential backend architecture skills
  • Query and manipulate databases with LINQ and Entity Framework Core

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.

Transfer Learning for Natural Language Processing
by Paul AzunreJuly 2021  comes with audio!

Build custom NLP models in record time by adapting pre-trained machine learning models to solve specialized problems.



In Transfer Learning for Natural Language Processing you will learn:

  • Fine tuning pretrained models with new domain data
  • Picking the right model to reduce resource usage
  • Transfer learning for neural network architectures
  • Generating text with generative pretrained transformers
  • Cross-lingual transfer learning with BERT
  • Foundations for exploring NLP academic literature

Training deep learning NLP models from scratch is costly, time-consuming, and requires massive amounts of data. In Transfer Learning for Natural Language Processing, DARPA researcher Paul Azunre reveals cutting-edge transfer learning techniques that apply customizable pretrained models to your own NLP architectures. You’ll learn how to use transfer learning to deliver state-of-the-art results for language comprehension, even when working with limited label data. Best of all, you’ll save on training time and computational costs.

Advanced Algorithms and Data Structures
by Marcello La RoccaJuly 2021  comes with audio!

As a software engineer, you’ll encounter countless programming challenges that initially seem confusing, difficult, or even impossible.

Don’t despair! Many of these “new” problems already have well-established solutions. Advanced Algorithms and Data Structures teaches you powerful approaches to a wide range of tricky coding challenges that you can adapt and apply to your own applications. Providing a balanced blend of classic, advanced, and new algorithms, this practical guide upgrades your programming toolbox with new perspectives and hands-on techniques.

Spring Microservices in Action, Second Edition
by John Carnell, Illary Huaylupo SánchezJune 2021  comes with audio!

By dividing large applications into separate self-contained units, Microservices are a great step toward reducing complexity and increasing flexibility.

Spring Microservices in Action, Second Edition teaches you how to build microservice-based applications using Java and the Spring platform. 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.

ASP.NET Core in Action, Second Edition
by Andrew LockMay 2021  comes with audio!

Fully updated to ASP.

NET 5.0, ASP.NET Core in Action, Second Edition is a hands-on primer to building cross-platform web applications with your C# and .NET skills. Even if you've never worked with ASP.NET you'll start creating productive cross-platform web apps fast.

Data Pipelines with Apache Airflow
by Bas P. Harenslak and Julian Rutger de RuiterMay 2021  comes with audio!

A successful pipeline moves data efficiently, minimizing pauses and blockages between tasks, keeping every process along the way operational.

Apache Airflow provides a single customizable environment for building and managing data pipelines, eliminating the need for a hodgepodge collection of tools, snowflake code, and homegrown processes. Using real-world scenarios and examples, Data Pipelines with Apache Airflow teaches you how to simplify and automate data pipelines, reduce operational overhead, and smoothly integrate all the technologies in your stack.

Designing Cloud Data Platforms
by Danil Zburivsky Lynda PartnerMay 2021  comes with audio!

Centralized data warehouses, the long-time defacto 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 is a hands-on guide to envisioning and designing a modern scalable data platform that takes full advantage of the flexibility of the cloud. As you read, you’ll learn the core components of a cloud data platform design, along with the role of key technologies like Spark and Kafka Streams. You’ll also explore setting up processes to manage cloud-based data, keep it secure, and using advanced analytic and BI tools to analyze it.

Testing JavaScript Applications
by Lucas da CostaMay 2021  comes with audio!

Automated testing will help you write high-quality software in less time, with more confidence, fewer bugs, and without constant manual oversight.

Testing JavaScript Applications is a guide to building a comprehensive and reliable JS application testing suite, covering both how to write tests and how JS testing tools work under the hood. You’ll learn from Lucas de Costa, a core contributor to popular JS testing libraries, as he shares a quality mindset for making testing decisions that deliver a real contribution to your business. You’ll benefit from informative explanations and diagrams, easily-transferable code samples, and useful tips on using the latest and most consolidated libraries and frameworks of the JavaScript ecosystem.

GitOps and Kubernetes: Continuous Deployment with Argo CD, Jenkins X, and Flux
by Billy Yuen, Alexander Matyushentsev, Todd Ekenstam Jesse SuenApril 2021  comes with audio!

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.

Grokking Simplicity
by Eric NormandApril 2021  comes with audio!

"Java, JavaScript, C++, Python, and so many others are not purely functional languages, but have adopted ideas from functional programming that make them much easier to use.

These simple ideas can be used in any programming language. This book shows you how to do that. It’s an easy read, filled with practical examples and sidebars that explain the technical terms. I was drawn in, really enjoyed it, and learned a couple of new ideas that I am eager to apply in my own code. I hope you enjoy it, too!"

From the Foreword by Guy Steele


"Functional programming does not transfer peacefully from academia to business software. We aren’t starting from scratch. We depend on runtimes and libraries outside our control. Our software interacts with many other systems. It is a long way from FP-land to legacy business software. Eric has undertaken this journey for us. He delved into functional programming, found its most helpful essences, and brought them to us where we are."

From the Foreword by Jessica Kerr
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 so that they’re easier to test and debug.

Learn Kubernetes in a Month of Lunches
by Elton StonemanApril 2021  comes with audio!

In Learn Kubernetes in a Month of Lunches you'll go from "what's a Pod?" to automatically scaling clusters of containers and components in just 22 hands-on lessons, each short enough to fit into a lunch break.

Every lesson is task-focused and covers an essential skill on the road to Kubernetes mastery. You'll learn how to smooth container management with Kubernetes, including securing your clusters, and upgrades and rollbacks with zero downtime. No development stack, platform, or background is assumed. Author Elton Stoneman describes all patterns generically, so you can easily apply them to your applications and port them to other projects!

GraphQL in Action
by Samer BunaMarch 2021  comes with audio!

Reduce bandwidth demands on your APIs by getting only the results you need—all in a single request! The GraphQL query language simplifies interactions with web servers, enabling smarter API queries that can hugely improve the efficiency of data requests.

In GraphQL in Action, you'll learn how to bring those benefits to your own APIs, giving your clients the power to ask for exactly what they need from your server, no more, no less. Practical and example-driven, this book teaches everything you need to get started with GraphQL—from design principles and syntax right through to performance optimization.

Chaos Engineering: Site reliability through controlled disruption
by Mikolaj PawlikowskiMarch 2021  comes with audio!

Auto engineers test the safety of a car by intentionally crashing it and carefully observing the results.

Chaos engineering applies the same principles to software systems. In Chaos Engineering: Site reliability through controlled disruption, you’ll learn to run your applications and infrastructure through a series of tests that simulate real-life failures. You'll maximize the benefits of chaos engineering by learning to think like a chaos engineer, and how to design the proper experiments to ensure the reliability of your software. With examples that cover a whole spectrum of software, you'll be ready to run an intensive testing regime on anything from a simple WordPress site to a massive distributed system running on Kubernetes.

Bootstrapping Microservices with Docker, Kubernetes, and Terraform: A project-based guide
by Ashley DavisFebruary 2021  comes with audio!

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. Following a true bootstrapping approach, you’ll begin with a simple, familiar application and build up your knowledge and skills as you create and deploy a real microservices project.

Math for Programmers: 3D graphics, machine learning, and simulations with Python
by Paul OrlandJanuary 2021  comes with audio!

To score a job in data science, machine learning, computer graphics, and cryptography, you need to bring strong math skills to the party.

Math for Programmers teaches the math you need for these hot careers, concentrating on what you need to know as a developer. Filled with lots of helpful graphics and more than 200 exercises and mini-projects, this book unlocks the door to interesting–and lucrative!–careers in some of today’s hottest programming fields.

API Security in Action epub
by Neil MaddenJanuary 2021  comes with audio!

A web API is an efficient way to communicate with an application or service.

However, this convenience opens your systems to new security risks. API Security in Action gives you the skills to build strong, safe APIs you can confidently expose to the world. Inside, you’ll learn to construct secure and scalable REST APIs, deliver machine-to-machine interaction in a microservices architecture, and provide protection in resource-constrained IoT (Internet of Things) environments.

Operations Anti-patterns, DevOps Solutions
by Jeffery D. SmithDecember 2020  comes with audio!

Operations Anti-Patterns, DevOps Solutions shows how to implement DevOps techniques in the kind of imperfect environments most developers work in.

Part technology tutorial, part reference manual, and part psychology handbook, this practical guide shows you realistic ways to bring DevOps to your team when you don't have the flexibility to make sweeping changes in organizational structure.

Grokking Artificial Intelligence Algorithms
by Rishal HurbansAugust 2020  comes with audio!

Grokking Artificial Intelligence Algorithms is a fully-illustrated and interactive tutorial guide to the different approaches and algorithms that underpin AI.

Written in simple language and with lots of visual references and hands-on examples, you'll learn the concepts, terminology, and theory you need to effectively incorporate AI algorithms into your applications. And to make sure you truly grok as you go, you'll use each algorithm in practice with creative coding exercises—including building a maze puzzle game, performing diamond data analysis, and even exploring drone material optimization.

Microservices Security in Action
by Prabath Siriwardena and Nuwan DiasAugust 2020  comes with audio!

Unlike traditional enterprise applications, Microservices applications are collections of independent components that function as a system.

Securing the messages, queues, and API endpoints requires new approaches to security both in the infrastructure and the code. Microservices Security in Action teaches you how to address microservices-specific security challenges throughout the system. This practical guide includes plentiful hands-on exercises using industry-leading open-source tools and examples using Java and Spring Boot.

Python Workout: 50 ten-minute exercises
by Reuven M. LernerJuly 2020  comes with audio!

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. Along the way, Python Workout provides over four hours of video instruction walking you through the solutions to each exercise and dozens of additional exercises for you to try on your own.

Learn Azure in a Month of Lunches, Second Edition
by Iain FouldsJuly 2020  comes with audio!

You can be incredibly productive with Azure without mastering every feature, function, and service.

Learn Azure in a Month of Lunches, Second Edition gets you up and running quickly, teaching you the most important concepts and tasks in 21 practical bite-sized lessons. As you explore the examples, exercises, and labs, you'll pick up valuable skills immediately and take your first steps to Azure mastery! This fully revised new edition covers core changes to the Azure UI, new Azure features, Azure containers, and the upgraded Azure Kubernetes Service.

Deep Learning with PyTorch
by Luca Pietro Giovanni Antiga,Thomas Viehmann,Eli StevensJuly 2020  comes with audio!

Every other day we hear about new ways to put deep learning to good use: improved medical imaging, accurate credit card fraud detection, long range weather forecasting, and more.

PyTorch puts these superpowers in your hands, providing a comfortable Python experience that gets you started quickly and then grows with you as you—and your deep learning skills—become more sophisticated. Deep Learning with PyTorch will make that journey engaging and fun.

Learn Docker in a Month of Lunches
by Elton StonemanJuly 2020  comes with audio!

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.

Elm in Action
by Richard FeldmanApril 2020  comes with audio!

Elm is more than just a cutting-edge programming language, it’s a chance to upgrade the way you think about building web applications.

Once you get comfortable with Elm’s refreshingly different approach to application development, you’ll be working with a clean syntax, dependable libraries, and a delightful compiler that essentially eliminates runtime exceptions. Elm compiles to JavaScript, so your code runs in any browser, and Elm’s best-in-class rendering speed will knock your socks off. Let’s get started!

Zero to AI: A non-technical, hype-free guide to prospering in the AI era
by Nicolo Valigi and Gianluca MauroApril 2020  comes with audio!

How can artificial intelligence transform your business? In Zero to AI, you’ll explore a variety of practical AI applications you can use to improve customer experiences, optimize marketing, help you cut costs, and more.

In this engaging guide written for business leaders and technology pros alike, authors and AI experts Nicolò Valigi and Gianluca Mauro use fascinating projects, hands-on activities, and real-world explanations to make it clear how your business can benefit from AI.

Succeeding with AI: How to make AI work for your business
by Veljko KrunicMarch 2020  comes with audio!

Companies small and large are initiating AI projects, investing vast sums of money on software, developers, and data scientists.

Too often, these AI projects focus on technology at the expense of actionable or tangible business results, resulting in scattershot results and wasted investment. Succeeding with AI sets out a blueprint for AI projects to ensure they are predictable, successful, and profitable. It’s filled with practical techniques for running data science programs that ensure they’re cost effective and focused on the right business goals.

Deep Reinforcement Learning in Action
by Alexander Zai, Brandon BrownMarch 2020  comes with audio!

Humans learn best from feedback—we are encouraged to take actions that lead to positive results while deterred by decisions with negative consequences.

This reinforcement process can be applied to computer programs allowing them to solve more complex problems that classical programming cannot. Deep Reinforcement Learning in Action teaches you the fundamental concepts and terminology of deep reinforcement learning, along with the practical skills and techniques you’ll need to implement it into your own projects.

Seriously Good Software: Code that works, survives, and wins
by Marco Faella
Foreword by Cay Horstmann
March 2020  comes with audio!

Serious developers know that code can always be improved.

With each iteration, you make optimizations small and large that can have a huge impact on your application's speed, size, resilience, and maintainability.

In Seriously Good Software: Code that Works, Survives, and Wins, author, teacher, and Java expert Marco Faella teaches you techniques for writing better code. You'll start with a simple application and follow it through seven careful refactorings, each designed to explore another dimension of quality.

GANs in Action: Deep learning with Generative Adversarial Networks
by Jakub Langr and Vladimir BokJanuary 2020  comes with audio!

GANs in Action teaches you how to build and train your own Generative Adversarial Networks, one of the most important innovations in deep learning.

In this book, you'll learn how to start building your own simple adversarial system as you explore the foundation of GAN architecture: the generator and discriminator networks.

Practices of the Python Pro
by Dane HillardJanuary 2020  comes with audio!

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. You'll find easy-to-grok examples that use pseudocode and Python to introduce software development best practices, along with dozens of instantly useful techniques that will help you code like a pro.

Object Design Style Guide
by Matthias NobackJanuary 2020  comes with audio!

Objects are the central concept of languages like Java, Python, C#. Applying best practices for object design means that your code will be easy to read, write, and maintain.

Object Design Style Guide captures dozens of techniques for creating pro-quality OO code that can stand the test of time. Examples are in an instantly familiar pseudocode, teaching techniques you can apply to any OO language, from C++ to PHP.

The Well-Grounded Rubyist, Second Edition
by David A. BlackSeptember 2019  comes with audio!  comes with exercises!

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.

This beautifully written and totally revised second edition includes coverage of features that are new in Ruby 2.1, as well as expanded and updated coverage of aspects of the language that have changed.

Cloud Native Patterns: Designing change-tolerant software
by Cornelia DavisMay 2019  comes with audio!

Cloud Native Patterns is your guide to developing strong applications that thrive in the dynamic, distributed, virtual world of the cloud.

This book presents a mental model for cloud-native applications, along with the patterns, practices, and tooling that set them apart.

Natural Language Processing in Action: Understanding, analyzing, and generating text with Python
by Hobson Lane,Hannes Hapke,Cole HowardApril 2019  comes with audio!

Natural Language Processing in Action is your guide to creating machines that understand human language using the power of Python with its ecosystem of packages dedicated to NLP and AI.

C# in Depth, Fourth Edition
by Jon Skeet, Foreword by Eric LippertMarch 2019  comes with audio!

C# in Depth, Fourth Edition is your key to unlocking the powerful new features added to the language in C# 5, 6, and 7.

Following the expert guidance of C# legend Jon Skeet, you'll master asynchronous functions, expression-bodied members, interpolated strings, tuples, and much more.

Classic Computer Science Problems in Python
by David KopecMarch 2019  comes with audio!

Classic Computer Science Problems in Python deepens your knowledge of problem solving techniques from the realm of computer science by challenging you with time-tested scenarios, exercises, and algorithms. As you work through examples in search, clustering, graphs, and more, you'll remember important things you've forgotten and discover classic solutions to your "new" problems!

Deep Learning with Python
by Francois CholletMarch 2019  comes with audio!

Deep Learning with Python introduces the field of deep learning using the Python language and the powerful Keras library.

Written by Keras creator and Google AI researcher Francois Chollet, this book builds your understanding through intuitive explanations and practical examples.

Learn Windows PowerShell in a Month of Lunches, Third Edition
by Don Jones and Jeffery HicksFebruary 2019  comes with audio!

Learn Windows PowerShell in a Month of Lunches, Third Edition is an innovative tutorial designed for busy IT professionals.

This updated edition covers PowerShell features that run on Windows 7, Windows Server 2008 R2 and later, PowerShell v3 and later, and includes v5 features like PowerShellGet.

AWS Lambda in Action: Event-driven serverless applications
by Danilo PocciaFebruary 2019  comes with audio!

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.

C++ Concurrency in Action, Second Edition
by Anthony WilliamsFebruary 2019  comes with audio!

This bestseller has been updated and revised to cover all the latest changes to C++ 14 and 17! C++ Concurrency in Action, Second Edition teaches you everything you need to write robust and elegant multithreaded applications in C++17.

Kubernetes in Action
by February 2019  comes with audio!

Kubernetes in Action is a comprehensive guide to effectively developing and running applications in a Kubernetes environment.

Before diving into Kubernetes, the book gives an overview of container technologies like Docker, including how to build containers, so that even readers who haven't used these technologies before can get up and running.

Microservices Patterns
by Chris RichardsonOctober 2018  comes with audio!

Microservices Patterns teaches enterprise developers and architects how to build applications with the microservice architecture.

Rather than simply advocating for the use the microservice architecture, this clearly-written guide takes a balanced, pragmatic approach, exploring both the benefits and drawbacks.

Modern Java in Action: Lambdas, streams, reactive and functional programming
by Raoul-Gabriel Urma, Mario Fusco, Alan MycroftSeptember 2018  comes with audio!

Manning's bestselling 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.

Functional Programming in JavaScript
by Luis AtencioSeptember 2018  comes with audio!

Functional Programming in JavaScript teaches JavaScript developers functional techniques that will improve extensibility, modularity, reusability, testability, and performance. Through concrete examples and jargon-free explanations, this book teaches you how to apply functional programming to real-life development tasks

Reactive Design Patterns
by Rol Kuhn, Brian Hanafee, Jamie AllenFebruary 2017  comes with audio!

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.

Angular 2 Development with TypeScript
by Yakov Fain Anton MoiseevDecember 2016  comes with audio!

manning.com/book/angular-development-with-typescript-second-edition">NEWER EDITION AVAILABLE IN MEAP

Angular Development with TypeScript, Second Edition is now available in the Manning Early Access Program. An eBook of this older edition is included at no additional cost when you buy the revised edition!

You may still purchase Angular 2 Development with TypeScript (First Edition) using the Buy options on this page.


Angular 2 Development with Typescript teaches you what you need to start using Angular, while you also learn TypeScript and how to take advantage of its benefits.

Spark in Action
by Petar Zecevic, Marko BonaciNovember 2016  comes with audio!

Spark in Action teaches you the theory and skills you need to effectively handle batch and streaming data using Spark.

Fully updated for Spark 2.0.

The Little Elixir & OTP Guidebook
by Benjamin Tan Wei HaoSeptember 2016  comes with audio!

The Little Elixir & OTP Guidebook gets you started programming applications with Elixir and OTP.

You begin with a quick overview of the Elixir language syntax, along with just enough functional programming to use it effectively. Then, you'll dive straight into OTP and learn how it helps you build scalable, fault-tolerant and distributed applications through several fun examples.

Akka in Action
by Raymond Roestenburg Rob Bakker Rob WilliamsSeptember 2016  comes with audio!  comes with exercises!

Akka in Action is a comprehensive tutorial on building message-oriented systems using Akka.

The book takes a hands-on approach, where each new concept is followed by an example that shows you how it works, how to implement the code, and how to (unit) test it.

Secrets of the JavaScript Ninja, Second Edition
by John Resig Bear Bibeault Josip MarasSeptember 2016  comes with audio!  comes with exercises!

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 book shows you how.

Real-World Machine Learning
by Henrik Brink Joseph W. Richards Mark FetherolfSeptember 2016  comes with audio!

Real-World Machine Learning is a practical guide designed to teach working developers the art of ML project execution.

Without overdosing you on academic theory and complex mathematics, it introduces the day-to-day practice of machine learning, preparing you to successfully build and deploy powerful ML systems.

Algorithms of the Intelligent Web, Second Edition
by Douglas G. McIlwraith Haralambos Marmanis Dmitry BabenkoAugust 2016  comes with audio!

GET MORE WITH MANNING

An eBook copy of the previous edition,

manning.com/book/algorithms-of-the-intelligent-web">Algorithms of the Intelligent Web (First Edition), is included at no additional cost. It will be automatically added to your Manning Bookshelf within 24 hours of purchase.

Algorithms of the Intelligent Web, Second Edition teaches the most important approaches to algorithmic web data analysis, enabling you to create your own machine learning applications that crunch, munge, and wrangle data collected from users, web applications, sensors and website logs.

Grokking Algorithms: An illustrated guide for programmers and other curious people
by Aditya Y. BhargavaMay 2016  comes with audio!  comes with exercises!

Grokking Algorithms is a fully illustrated, friendly guide that 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. Each carefully presented example includes helpful diagrams and fully annotated code samples in Python.

Learning about algorithms doesn't have to be boring! Get a sneak peek at the fun, illustrated, and friendly examples you'll find in Grokking Algorithms on YouTube.

If you want to get more from the classic algorithms inside this book then be sure to check out Algorithms in Motion. Together this book and video course make the perfect duo.

Docker in Action
by Jeff NickoloffMarch 2016  comes with audio!

Docker in Action teaches readers how to create, deploy, and manage applications hosted in Docker containers.

After starting with a clear explanation of the Docker model, you will learn how to package applications in containers, including techniques for testing and distributing applications. You will also learn how to run programs securely and how to manage shared resources. Using carefully designed examples, the book teaches you how to orchestrate containers and applications from installation to removal. Along the way, you'll discover techniques for using Docker on systems ranging from dev-and-test machines to full-scale cloud deployments.

Getting MEAN with Mongo, Express, Angular, and Node Livebook
by Simon HolmesNovember 2015  comes with audio!

Getting MEAN teaches readers how to develop web applications end-to-end using the MEAN stack.

You'll systematically discover each technology in the MEAN stack as you build up an application one layer at a time, just as you'd do in a real project.

Go in Action
by William Kennedy Brian Ketelsen Erik St. MartinNovember 2015  comes with audio!  comes with exercises!

Go in Action introduces the Go language, guiding you from inquisitive developer to Go guru.

The book begins by introducing the unique features and concepts of Go. Then, you'll get hands-on experience writing real-world applications including websites and network servers, as well as techniques to manipulate and convert data at speeds that will make your friends jealous.

Amazon Web Services in Action
by Michael Wittig Andreas WittigOctober 2015  comes with audio!

Amazon Web Services in Action introduces you to computing, storing, and networking in the AWS cloud.

The book will teach you about the most important services on AWS. You will also learn about best practices regarding automation, security, high availability, and scalability.

R in Action, Second Edition: Data analysis and graphics with R
by Robert KabacoffMay 2015  comes with audio!  comes with exercises!

GET MORE WITH MANNING

An eBook copy of the previous edition,

manning.com/book/r-in-action">R in Action (First Edition), is included at no additional cost. It will be automatically added to your Manning account within 24 hours of purchase.


R in Action, Second Edition presents both the R language and the examples that make it so useful for business developers. Focusing on practical solutions, the book offers a crash course in statistics and covers elegant methods for dealing with messy and incomplete data that are difficult to analyze using traditional methods. You'll also master R's extensive graphical capabilities for exploring and presenting data visually. And this expanded second edition includes new chapters on time series analysis, cluster analysis, and classification methodologies, including decision trees, random forests, and support vector machines.

Big Data: Principles and best practices of scalable realtime data systems
by Nathan Marz James WarrenApril 2015  comes with audio!

Big Data teaches you to build big data systems using an architecture that takes advantage of clustered hardware along with new tools designed specifically to capture and analyze web-scale data.

It describes a scalable, easy-to-understand approach to big data systems that can be built and run by a small team. Following a realistic example, this book guides readers through the theory of big data systems, how to implement them in practice, and how to deploy and operate them once they're built.

D3.js in Action
by Elijah MeeksFebruary 2015  comes with audio!  comes with exercises!

manning.com/book/d3js-in-action-second-edition">NEWER EDITION AVAILABLE IN MEAP

D3.js in Action, Second Edition is now available in the Manning Early Access Program. An eBook of this older edition is included at no additional cost when you buy the revised edition!

You may still purchase D3.js in Action (First Edition) using the Buy options on this page.

D3.js in Action is a practical tutorial for creating interactive graphics and data-driven applications using D3.js. You'll start with in-depth explanations of D3's out-of-the-box layouts, along with dozens of practical use cases that align with different types of visualizations. Then, you'll explore practical techniques for content creation, animation, and representing dynamic data - including interactive graphics and data streamed live over the web. The final chapters show you how to use D3's rich interaction model as the foundation for a complete web application. In the end, you'll be ready to integrate D3.js into your web development process and transform any site into a more engaging and sophisticated user experience.

JavaScript Application Design: A Build First Approach
by Nicolas BevacquaJanuary 2015  comes with audio!  comes with exercises!

The fate of most applications is often sealed before a single line of code has been written.

How is that possible? Simply, bad design assures bad results. Good design and effective processes are the foundation on which maintainable applications are built, scaled, and improved. For JavaScript developers, this means discovering the tooling, modern libraries, and architectural patterns that enable those improvements.

JavaScript Application Design: A Build First Approach introduces techniques to improve software quality and development workflow. You'll begin by learning how to establish processes designed to optimize the quality of your work. You'll execute tasks whenever your code changes, run tests on every commit, and deploy in an automated fashion. Then you'll focus on designing modular components and composing them together to build robust applications.

Spring in Action, 4th Edition: Covers Spring 4
by Craig WallsNovember 2014  comes with audio!  comes with exercises!

GET MORE WITH MANNING

An eBook copy of the previous edition,

manning.com/book/spring-in-action-fourth-edition">Spring in Action, Third Edition, is included at no additional cost. It will be automatically added to your Manning Bookshelf within 24 hours of purchase of this edition.

Spring in Action, Fourth Edition is a hands-on guide to the Spring Framework, updated for version 4. It covers the latest 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.

Functional Programming in Scala
by Paul Chiusano Rúnar BjarnasonSeptember 2014  comes with audio!  comes with exercises!

Functional Programming in Scala is a serious tutorial for programmers looking to learn FP and apply it to the everyday business of coding.

The book guides readers from basic techniques to advanced topics in a logical, concise, and clear progression. In it, you'll find concrete examples and exercises that open up the world of functional programming.

Java 8 in Action: Lambdas, streams, and functional-style programming
by Raoul-Gabriel Urma, Mario Fusco, Alan MycroftAugust 2014  comes with audio!  comes with exercises!

manning.com/book/java-8-and-9-in-action">NEWER EDITION AVAILABLE IN MEAP

Java 8 & 9 in Action, Second Edition is now available in the Manning Early Access Program. An eBook of this older edition is included at no additional cost when you buy the revised edition!

You may still purchase Java 8 in Action (First Edition) using the Buy options on this page.

Java 8 in Action is a clearly written guide to the new features of Java 8. The book covers lambdas, streams, and functional-style programming. With Java 8's functional features you can now write more concise code in less time, and also automatically benefit from multicore architectures. It's time to dig in!

The Joy of Clojure, Second Edition
by Michael Fogus Chris HouserMay 2014  comes with audio!  comes with exercises!

The Joy of Clojure, Second Edition is a deep look at the Clojure language.

Fully updated for Clojure 1.6, this new edition goes beyond just syntax to show you the "why" of Clojure and how to write fluent Clojure code. You'll learn functional and declarative approaches to programming and will master the techniques that make Clojure so elegant and efficient.

Practical Data Science with R
by Nina Zumel John MountMarch 2014  comes with audio!  comes with exercises!

Practical Data Science with R lives up to its name.

It explains basic principles without the theoretical mumbo-jumbo and jumps right to the real use cases you'll face as you collect, curate, and analyze the data crucial to the success of your business. You'll apply the R programming language and statistical analysis techniques to carefully explained examples based in marketing, business intelligence, and decision support.

The Art of Unit Testing, Second Edition: with examples in C#
by Roy Osherove, Forewords by Michael Feathers and Robert C. MartinNovember 2013  comes with audio!

The Art of Unit Testing, Second Edition guides you step by step from writing your first simple tests to developing robust test sets that are maintainable, readable, and trustworthy.

You'll master the foundational ideas and quickly move to high-value subjects like mocks, stubs, and isolation, including frameworks such as Moq, FakeItEasy and Typemock Isolator. You'll explore test patterns and organization, working with legacy code, and even "untestable" code. Along the way, you'll learn about integration testing and techniques and tools for testing databases and other technologies.

Single Page Web Applications: JavaScript end-to-end
by Michael S. Mikowski Josh C. PowellOctober 2013  comes with audio!  comes with exercises!

In Single Page Web Applications you'll learn to build modern browser-based apps that take advantage of stronger client platforms and more predictable bandwidth.

You'll learn the SPA design approach, and then start exploring new techniques like structured JavaScript and responsive design. And you'll learn how to capitalize on trends like server-side JavaScript and NoSQL data stores, as well as new frameworks that make JavaScript more manageable and testable as a first-class language.

C# in Depth
by Jon SkeetSeptember 2013  comes with audio!  comes with exercises!

manning.com/book/c-sharp-in-depth-fourth-edition">NEWER EDITION AVAILABLE IN MEAP

C# in Depth, Fourth Edition is now available in the Manning Early Access Program. An eBook of this older edition is included at no additional cost when you buy the revised edition!

You may still purchase C# in Depth, Third Edition using the Buy options on this page.

C# in Depth, Third Edition updates the best-selling second edition to cover the new 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.

The Quick Python Book
by Naomi R. CederJanuary 2013  comes with audio!  comes with exercises!

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 updated edition covers features common to other languages concisely, while introducing Python's comprehensive standard functions library and unique features in detail.

Secrets of the JavaScript Ninja
by John Resig Bear BibeaultMarch 2008  comes with audio!  comes with exercises!

Secrets of the Javascript Ninja takes you on a journey towards mastering modern JavaScript development in three phases: design, construction, and maintenance.

Written for JavaScript developers with intermediate-level skills, this book will give you the knowledge you need to create a cross-browser JavaScript library from the ground up.

Secrets of the JavaScript Ninja, Second Edition is now available from Manning!

sitemap

Unable to load book!

The book could not be loaded.

(try again in a couple of minutes)

manning.com homepage