by Craig Walls
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, inc...
Price: $43.65 | Publisher: Manning | Release: 2022
Infrastructure as Code, Patterns and Practices ![]()
![]()
![]()
![]()
![]()
by Rosemary Wang
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 ne...
Price: $50.09 | Publisher: Manning | Release: 2022
Python Concurrency with asyncio ![]()
![]()
![]()
![]()
![]()
by Matthew Fowler
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 request...
Price: $51.99 | Publisher: Manning | Release: 2022
100 Go Mistakes and How to Avoid Them ![]()
![]()
![]()
![]()
![]()
by Teiva Harsanyi
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 ...
Price: $43.99 | Publisher: Manning | Release: 2022
by Bill Karwin
SQL is the ubiquitous language for software developers working with structured data. Most developers who rely on SQL are experts in their favorite language (such as Java, Python, or Go), but they're not experts in SQL. They often depend on antipatterns - -solutions that look right but become increasingly painful to work with as you uncover their hidden costs. Learn to identify and avoid many of these c...
Price: $47.95 | Publisher: The Pragmatic Programmers | Release: 2022
Build a Weather Station with Elixir and Nerves
by Alexander Koutmos, Bruce A. Tate, Frank Hunleth
The Elixir programming language has become a go-to tool for creating reliable, fault-tolerant, and robust server-side applications. Thanks to Nerves, those same exact benefits can be realized in embedded applications. This book will teach you how to structure, build, and deploy production grade Nerves applications to network-enabled devices. The weather station sensor hub project that you will be embarking ...
Price: $23.18 | Publisher: The Pragmatic Programmers | Release: 2022
by Karl Stolley
Build your own video chat application - but that's just the beginning. With WebRTC, you'll create real-time applications to stream any kind of user media and data directly from one browser to another, all built on familiar HTML, CSS, and JavaScript. Power real-time activities like text-based chats, secure peer-to-peer file transfers, collaborative brainstorming sessions - even multiplayer gaming. ...
Price: $45.95 | Publisher: The Pragmatic Programmers | Release: 2022
by Herbert Wolverson
The Rust programming language is consistent and does its best to avoid surprising the programmer. Like all languages, though, Rust still has its quirks. But these quirks present a teaching opportunity. In this book, you'll work through a series of brain teasers that will challenge your understanding of Rust. By understanding the gaps in your knowledge, you can become better at what you do and avoid mis...
Price: $18.95 | Publisher: The Pragmatic Programmers | Release: 2022
by Anthony DeBarros
Practical SQL is an approachable and fast-paced guide to SQL (Structured Query Language), the standard programming language for defining, organizing, and exploring data in relational databases. Anthony DeBarros, a journalist and data analyst, focuses on using SQL to find the story within your data. The examples and code use the open-source database PostgreSQL and its companion pgAdmin interface, and the con...
Price: $30.94 | Publisher: No Starch Press | Release: 2022
The Recursive Book of Recursion ![]()
![]()
![]()
![]()
![]()
by Al Sweigart
Recursion has an intimidating reputation: it's considered to be an advanced computer science topic frequently brought up in coding interviews. But there's nothing magical about recursion. The Recursive Book of Recursion uses Python and JavaScript examples to teach the basics of recursion, exposing the ways that it's often poorly taught and clarifying the fundamental principles of all recursiv...
Price: $29.74 | Publisher: No Starch Press | Release: 2022