Found 668 books
Managing Kubernetes

While Kubernetes has greatly simplified the task of deploying containerized applications, managing this orchestration framework on a daily basis can still be a complex undertaking. With this practical book, site reliability and DevOps engineers will learn how to build, operate, manage, and upgrade a Kubernetes cluster - whether it resides on cloud infrastructure or on-premises. Brendan B

Natural Language Processing with Transformers

Since their introduction in 2017, transformers have quickly become the dominant architecture for achieving state-of-the-art results on a variety of natural language processing tasks. If you're a data scientist or coder, this practical book -now revised in full color- shows you how to train and scale these large models using Hugging Face Transformers, a Python-based deep learning library.

GNU SED

This open access book employs a practical, example-driven approach to introduce the features of sed and regular expressions incrementally. The author strongly advises readers to manually type and experiment with each example, emphasizing that a thorough understanding of both the sample input and the resulting output is critical for comprehension. The book presupposes that readers possess

GNU GREP and RIPGREP

This open access book relies heavily on examples to systematically present the features of grep and regular expressions. The author recommends that readers manually type each example and experiment with them, stressing that understanding both the sample input strings and the resulting output is crucial. The book assumes that the reader has prior experience working with the command line a

Azure Tips and Tricks

When the author first began the Azure Tips and Tricks series, the initial expectation was to write only a few posts before moving on. However, the project has since expanded significantly from its origins. Today, the collection has grown to include over 150 tips, supplemented by videos, conference talks, and a comprehensive eBook that spans the entire Azure platform. This particular book

Azure Serverless Computing Cookbook, 3rd Edition

This 3rd edition of Azure Serverless Computing Cookbook guides you through the development of a basic back-end web API that performs simple operations, helping you understand how to persist data in Azure Storage services. You'll cover the integration of Azure Functions with other cloud services, such as notifications (SendGrid and Twilio), Cognitive Services (computer vision), and Logic

AngularJS Notes for Professionals

The AngularJS Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow.

Hibernate Notes for Professionals

The Hibernate Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow.

Microservice Architecture

Microservice architecture has emerged as a common pattern of software development from the practices of a number of leading organizations. These practices includes principles, technologies, methodologies, organizational tendencies, and cultural characteristics. Companies taking steps to implement microservices and reap their benefits need to consider this broad scope. You should read thi

Knative Cookbook

Enterprise developers face several challenges when it comes to building serverless applications, such as integrating applications and building container images from source. With more than 60 practical recipes, this cookbook helps you solve these issues with Knative - the first serverless platform natively designed for Kubernetes. Each recipe contains detailed examples and exercises, alon