Build an Orchestrator in Go (From Scratch) (MEAP v7)

Автор: literator от 1-01-2023, 05:06, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Build an Orchestrator in Go (From Scratch) (MEAP v7)Название: Build an Orchestrator in Go (From Scratch) (MEAP v7)
Автор: Tim Boring
Издательство: Manning Publications
Год: 2022
Страниц: 206
Язык: английский
Формат: pdf, epub
Размер: 10.1 MB

Understand Kubernetes and other orchestration systems deeply by building your own using Go and the Docker API. Orchestration systems like Kubernetes coordinate other software subsystems and services to create a complete organized system. Although orchestration tools have a reputation for complexity, they’re designed around few important patterns that apply across many aspects of software development. Build an Orchestrator in Go (From Scratch) reveals the inner workings of orchestration frameworks by guiding you as you design and implement your own using the Go SDK. As you create your own orchestration framework, you’ll improve your understanding of Kubernetes and its role in distributed system design. You’ll also build the skills required to design custom orchestration solutions for those times when an out-of-the-box solution isn’t a good fit. Build an Orchestrator in Go (From Scratch) teaches you to implement an orchestrator from scratch. You’ll discover the components that make up all orchestration systems, and use the Docker API and Go SDK to build layers of functionality from tasks, to workers, to the manager.
 

Bootstrapping Microservices with Docker, Kubernetes and Terraform, 2nd Edition (MEAP v6)

Автор: literator от 1-01-2023, 04:52, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Bootstrapping Microservices with Docker, Kubernetes and Terraform, 2nd Edition (MEAP v6)Название: Bootstrapping Microservices with Docker, Kubernetes and Terraform, 2nd Edition (MEAP v6)
Автор: Ashley Davis
Издательство: Manning Publications
Год: 2022
Страниц: 396
Язык: английский
Формат: pdf, epub
Размер: 20.4 MB

Build a microservices application from scratch, layer by layer. This book teaches the tools and techniques you need. In Bootstrapping Microservices with Docker, Kubernetes, and Terraform, Second Edition you’ll get hands-on experience with microservices development skills. Bootstrapping Microservices with Docker, Kubernetes, 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 you make pragmatic choices that will cut down the learning curve for Docker, Terraform, and Kubernetes.
 

.NET Maui in Action (MEAP v6)

Автор: literator от 1-01-2023, 04:26, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

.NET Maui in Action (MEAP v6)Название: .NET Maui in Action (MEAP v6)
Автор: Matt Goldman
Издательство: Manning Publications
Год: 2022
Страниц: 443
Язык: английский
Формат: pdf, epub
Размер: 20.4 MB

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. .NET MAUI in Action teaches you to build cross-platform applications with the skills you already have as a .NET developer. There’s no platform-specific knowledge needed to get started; you’ll learn everything you need about Android, iOS, and more through the book’s hands-on guidance. The .NET Multiplatform App UI (MAUI) is a new framework from Microsoft for building cross-platform UI applications that target Windows, macOS, iOS and Android. With .NET MAUI, you can build a rich, interactive, native UI application that runs on any one of these platforms. With a single code base, you can build an application that supports all these platforms and share 100% of the code between them. In short, you write an application in a .NET language, and it runs without any changes on any of the target platforms.
 

Audio Programming in C++ : The Beginner Level

Автор: literator от 1-01-2023, 04:16, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Audio Programming in C++ : The Beginner LevelНазвание: Audio Programming in C++ : The Beginner Level
Автор: Hakan Blomqvist
Издательство: Leanpub
Год: 2022-12-05
Страниц: 519
Язык: английский
Формат: pdf (true), epub
Размер: 18.1 MB

Learn the different sound synthesis methods and how to implement them in C++. Requires knowledge of programming in C++. Welcome to the beginner book about audio Programming. In this book we will get to learn the different types of sound synthesis there are (a least the popular ones) and go through some example code using the different synthesis techniques. All code examples are written using C++20 and Clang++ as a compiler and linker. You’ll find all code examples in Appendix A and all code will include what to type in a terminal to compile and link the program. This book assumes that you already know how to program in C++ and what a compiler and linker is. Fokus for the book is about the different synthesis methods and examples of them in C++20. The examples are not optimized for real time playback just to show how the synthesis method works.
 

Fast Python for Data Science: High performance techniques for large datasets (MEAP v10)

Автор: literator от 31-12-2022, 20:49, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Fast Python for Data Science: High performance techniques for large datasets (MEAP v10)Название: Fast Python for Data Science: High performance techniques for large datasets (MEAP v10)
Автор: Tiago Antao
Издательство: Manning Publications
Год: 2022
Страниц: 374
Язык: английский
Формат: pdf, epub
Размер: 12.5 MB

Master these effective techniques to reduce costs and run times, handle huge datasets, and implement complex machine learning applications efficiently in Python. 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. Fast, accurate systems are vital for handling the huge datasets and complex analytical algorithms that are common in modern data science. Python programmers need to boost performance by writing faster pure-Python programs, optimizing the use of libraries, and utilizing modern multi-processor hardware; Fast Python shows you how. For intermediate Python programmers familiar with the basics of concurrency.
 

Kubernetes in Action, Second Edition (MEAP v14)

Автор: literator от 31-12-2022, 20:24, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Kubernetes in Action, Second Edition (MEAP v14)Название: Kubernetes in Action, Second Edition (MEAP v14)
Автор: Marko Luksa
Издательство: Manning Publications
Год: 2022
Страниц: 766
Язык: английский
Формат: pdf, epub
Размер: 26.8 MB

Kubernetes is an essential tool for anyone deploying and managing cloud-native applications. Kubernetes in Action, Second Edition is a fully-updated and comprehensive guide to developing and running applications in a Kubernetes environment. It lays out a complete introduction to container technologies and containerized applications along with practical tips for efficient deployment and operation. This revised edition of the bestselling original contains new coverage of the Kubernetes architecture, including the Kubernetes API, and a deep dive into managing a Kubernetes cluster in production. The Kubernetes container orchestration system safely manages the structure and flow of a distributed application, organizing containers and services for maximum efficiency. Kubernetes serves as an operating system for your clusters, reducing the need to factor the underlying network and server infrastructure into your designs. As more and more applications are created using cloud-native and container-based architectures, Kubernetes has become an essential tool for modern developers to master.
 

Experimentation for Engineers: From A/B testing to Bayesian optimization (MEAP v8)

Автор: literator от 31-12-2022, 19:57, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Experimentation for Engineers: From A/B testing to Bayesian optimization (MEAP v8)Название: Experimentation for Engineers: From A/B testing to Bayesian optimization (MEAP v8)
Автор: David Sweet
Издательство: Manning Publications
Год: 2022
Страниц: 326
Язык: английский
Формат: pdf, epub
Размер: 10.2 MB

Learn practical and modern experimental methods used by engineers in technology and trading. Experimentation for Engineers: From A/B testing to Bayesian optimization is a toolbox for optimizing machine learning systems, quantitative trading strategies, and more. You’ll start with a deep dive into tests like A/B testing, and then graduate to advanced techniques used to measure performance in highly competitive industries like finance and social media. The tests in this unique, practical guide will quickly reveal which approaches and features deliver real results for your business. This book reveals experiments, tests, metrics, and industry-tested tools that will ensure your projects are constantly improving, delivering revenue, and ensuring user satisfaction. Each method is fully explained using basic math and Python code, and illustrated with real-world use cases in quantitative trading, recommender systems, and ad serving.
 

Shipping Go (MEAP v7)

Автор: literator от 31-12-2022, 19:40, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Shipping Go (MEAP v7)Название: Shipping Go (MEAP v7)
Автор: Joel Holmes
Издательство: Manning Publications
Год: 2022
Страниц: 251
Язык: английский
Формат: pdf, epub
Размер: 10.1 MB

You know how to build Go programs—now learn how to ship them to your customers efficiently! This practical guide to continuous delivery shows you how to rapidly establish an automated pipeline that will improve your testing, code quality, and final product. Shipping Go is a hands-on guide to shipping Go-based software. Following examples in the powerful Go programming language, you’ll learn how to establish pipelines that seamlessly ferry your projects through production and deployment. Put the theory of 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. Shipping Go: Develop, deliver, discuss, design, and go again shows you how to build pipelines that optimize your development process so you can deliver software seamlessly to production. This book is the perfect guide for anyone aspiring to serious Go development as part of a professional team.
 

Numerical Methods Using Kotlin: For Data Science, Analysis, and Engineering

Автор: literator от 31-12-2022, 07:52, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Numerical Methods Using Kotlin: For Data Science, Analysis, and EngineeringНазвание: Numerical Methods Using Kotlin: For Data Science, Analysis, and Engineering
Автор: Haksun Li, PhD
Издательство: Apress
Год: 2023
Страниц: 914
Язык: английский
Формат: pdf, epub
Размер: 48.9 MB

This in-depth guide covers a wide range of topics, including chapters on linear algebra, root finding, curve fitting, differentiation and integration, solving differential equations, random numbers and simulation, a whole suite of unconstrained and constrained optimization algorithms, statistics, regression and time series analysis. The mathematical concepts behind the algorithms are clearly explained, with plenty of code examples and illustrations to help even beginners get started. In this book, you'll implement numerical algorithms in Kotlin using NM Dev, an object-oriented and high-performance programming library for applied and industrial mathematics. Discover how Kotlin has many advantages over Java in its speed, and in some cases, ease of use. In this book, you’ll see how it can help you easily create solutions for your complex engineering and Data Science problems.
 

Java in a Nutshell: A Desktop Quick Reference, 8th Edition (5th Early Release)

Автор: literator от 31-12-2022, 07:41, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Java in a Nutshell: A Desktop Quick Reference, 8th Edition (5th Early Release)Название: Java in a Nutshell: A Desktop Quick Reference, 8th Edition (5th Early Release)
Автор: Benjamin J. Evans, Jason Clark, David Flanagan
Издательство: O’Reilly Media, Inc.
Год: 2022-12-06
Страниц: 470
Язык: английский
Формат: epub, mobi
Размер: 10.2 MB

This updated edition of the Nutshell guide not only helps experienced Java programmers get the most out of versions through Java 17, it also serves as a learning path for new developers. Chock-full of examples that demonstrate how to take complete advantage of modern Java APIs and development best practices, this thoroughly revised book includes new material on recent enhancements to the Java object model that every developer should know about. The first section provides a fast-paced, no-fluff introduction to the Java programming language and the core runtime aspects of the Java platform. The second section is a reference to core concepts and APIs that explains how to perform real programming work in the Java environment.