Hands-on AIOps: Best Practices Guide to Implementing AIOps

Автор: TRex от 21-07-2022, 08:35, Коментариев: 0

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

Название: Hands-on AIOps: Best Practices Guide to Implementing AIOps
Автор: Navin Sabharwal, Gaurav Bhardwaj
Издательство: Apress
Год: 2022
Формат: True PDF
Страниц: 259
Размер: 10 Mb
Язык: English

Welcome to your hands-on guide to artificial intelligence for IT operations (AIOps). This book provides in-depth coverage, including operations and technical aspects. The fundamentals of machine learning (ML) and artificial intelligence (AI) that form the core of AIOps are explained as well as the implementation of multiple AIOps uses cases using ML algorithms. The book begins with an overview of AIOps, covering its relevance and benefits in the current IT operations landscape. The authors discuss the evolution of AIOps, its architecture, technologies, AIOps challenges, and various practical use cases to efficiently implement AIOps and continuously improve it. The book provides detailed guidance on the role of AIOps in site reliability engineering (SRE) and DevOps models and explains how AIOps enables key SRE principles.
 

Before the Big Bang: The Origin of Our Universe from the Multiverse

Автор: harun54 от 20-07-2022, 09:02, Коментариев: 0

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

Название: Before the Big Bang: The Origin of Our Universe from the Multiverse
Автор: Laura Mersini-Houghton
Издательство: Mariner Books
Год: 2022
Формат: EPUB, AZW3
Размер: 13 Мб
Язык: английский / English

A revolutionary new account of our universe’s creation—and a breathtaking exploration of the landscape from which we sprang—from one of the world’s most celebrated cosmologists. What came before the Big Bang, and what exists outside of the universe it created? Until recently, scientists could only guess at what lay past the edge of space-time. However, as pioneering theoretical physicist Laura Mersini-Houghton explains, new scientific tools are now giving us the ability to peer beyond the limits of our universe and to test our theories about what is there. And what we are finding is upending everything we thought we knew about the cosmos and our place in it.
 

Grokking Concurrency (MEAP)

Автор: TRex от 19-07-2022, 11:17, Коментариев: 0

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

Название: Grokking Concurrency
Автор: Kirill Bobrov
Издательство: Manning Publications
Год: 2022 MEAP V3
Формат: True PDF
Страниц: 109
Размер: 10 Mb
Язык: English

This easy-to-read, hands-on guide demystifies concurrency concepts like threading, asynchronous programming, and parallel processing in any language. Grokking Concurrency demystifies writing high-performance concurrent code through clear explanations of core concepts, interesting illustrations, insightful examples, and detailed techniques you can apply to your own projects. You’ll learn 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.
 

Data-Oriented Programming: Reduce software complexity

Автор: TRex от 19-07-2022, 10:46, Коментариев: 0

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

Название: Data-Oriented Programming: Reduce software complexity
Автор: Yehonathan Sharvit
Издательство: Manning Publications
Год: 2022
Формат: True PDF
Страниц: 426
Размер: 10 Mb
Язык: English

Eliminate the unavoidable complexity of object-oriented designs. Using the persistent data structures built into most modern programming languages, Data-oriented programming cleanly separates code and data, which simplifies state management and eases concurrency. Data-Oriented Programming teaches you to design and implement software using the data-oriented programming paradigm. In it, you’ll learn author Yehonathan Sharvit’s unique approach to DOP that he has developed over a decade of experience. Every chapter contains a new light bulb moment that will change the way you think about programming. As you read, you’ll build a library management system using the DOP paradigm. You’ll design data models for business entities, manipulate immutable data collections, and write unit tests for data-oriented systems.
 

Getting Started with Ethereum: A Step-by-Step Guide to Becoming a Blockchain Developer

Автор: TRex от 19-07-2022, 10:11, Коментариев: 0

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

Название: Getting Started with Ethereum: A Step-by-Step Guide to Becoming a Blockchain Developer
Автор: Davi Pedro Bauer
Издательство: Apress
Год: 2022
Формат: ePUB, PDF
Страниц: 141
Размер: 10 Mb
Язык: English

Get started with blockchain development with this step-by-step guide. This book takes you all the way from installing requisite software through writing, testing, and deploying smart contracts. Getting Started with Ethereum delves into technologies most closely associated with Ethereum, such as IPFS, Filecoin, ENS, Chainlink, Truffle, Ganache, OpenZeppelin, Pinata, Fleek, Infura, Metamask, and Opensea. Author Davi Bauer walks you through project creation, how to compile projects and contracts, configure networks, and deploy smart contracts on blockchains. He then covers smart contracts, including deploying and verifying them. This book approaches blockchain in a way that allows you to focus on the topic that most interests you, covering Ethereum-related technologies broadly and not just focusing on Solidity.
 

Introduction to Engineering and Scientific Computing with Python

Автор: TRex от 19-07-2022, 06:42, Коментариев: 0

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

Название: Introduction to Engineering and Scientific Computing with Python
Автор: David E. Clough, Steven C. Chapra
Издательство: CRC Press
Год: 2022
Формат: True PDF
Страниц: 421
Размер: 23,6 Mb
Язык: English

As more and more engineering departments and companies choose to use Python, this book provides an essential introduction to this open-source, free-to-use language. Expressly designed to support first-year engineering students, this book covers engineering and scientific calculations, Python basics, and structured programming. Based on extensive teaching experience, the text uses practical problem solving as a vehicle to teach Python as a programming language. By learning computing fundamentals in an engaging and hands-on manner, it enables the reader to apply engineering and scientific methods with Python, focusing this general language to the needs of engineers and the problems they are required to solve on a daily basis. Rather than inundating students with complex terminology, this book is designed with a leveling approach in mind, enabling students at all levels to gain experience and understanding of Python.
 

Java EE to Jakarta EE 10 Recipes: A Problem-Solution Approach for Enterprise Java

Автор: TRex от 18-07-2022, 20:09, Коментариев: 0

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

Название: Java EE to Jakarta EE 10 Recipes: A Problem-Solution Approach for Enterprise Java, 3rd Edition
Автор: Josh Juneau, Tarun Telang
Издательство: Apress
Год: 2022
Формат: PDF
Страниц: 719
Размер: 15,4 Mb
Язык: English

Take a problem-solution approach for programming enterprise Java or Java EE applications and microservices for cloud-based solutions, enterprise database applications, and even small business web applications. Java EE to Jakarta EE 10 Recipes provides effective, practical, and proven code snippets that you can immediately use to accomplish just about any task that you may encounter. You can feel confident using the reliable solutions that are demonstrated in this book in your personal or corporate environment.
 

Learn API Testing: Norms, Practices, and Guidelines for Building Effective Test Automation

Автор: TRex от 18-07-2022, 19:59, Коментариев: 0

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

Название: Learn API Testing: Norms, Practices, and Guidelines for Building Effective Test Automation
Автор: Jagdeep Jain
Издательство: Apress
Год: 2022
Формат: ePUB, PDF
Страниц: 235
Размер: 10 Mb
Язык: English

Explore software web application architecture, API testing, coding practices, and the standards for better API test automation development and management. This book focuses on aspiring software testing engineers currently working in API testing, and those starting their journey in the field of software testing. You’ll begin with an introduction to API testing and software web applications involving APIs. The book then moves on to the authentication standards used in the software industry, and the tools, the frameworks, and the libraries used in API testing. As the book progresses, you’ll learn about the test pyramid, how to test an API, what makes a good test script, and various coding guidelines. Finally, you get to write your own API test script.
 

C# 9.0. Справочник. Полное описание языка

Автор: ekvator от 18-07-2022, 19:11, Коментариев: 0

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

C# 9.0. Справочник. Полное описание языка
Название: C# 9.0. Справочник. Полное описание языка
Автор: Джозеф Албахари
Издательство: Диалектика
Год: 2021
Формат: pdf
Страниц: 1058
Размер: 91 Мб
Язык: русский

В новом издании бестселлера читателю предлагаются все необходимые ответы на разнообразные вопросы по языку C# 9.0 и .NET 5. C# — это язык с замечательной гибкостью и широким размахом, но такое его непрекращающееся развитие означает, что по-прежнему есть многие вещи, которые предстоит изучить. В соответствии с традициями справочников O’Reilly это основательно обновленное издание будет наилучшим однотомным источником информации по языку C#, из доступных на сегодняшний день. Организованное вокруг концепций и сценариев использования, новое издание книги снабдит программистов средней и высокой квалификации лаконичным планом получения глубоких знаний по C# и .NET. Освойте все аспекты языка C#, от синтаксиса и переменных до таких сложных тем, как указатели, записи, замыкания и шаблоны. Тщательно исследуйте LINQ с помощью трех глав, специально посвященных этой теме. Узнайте о параллелизме и асинхронности, расширенной многопоточной обработке и параллельном программировании. Научитесь работать с функциональными средствами .NET, включая регулярные выражения, взаимодействие с сетью, промежутки, рефлексию и криптографию.
 

Computer Vision Projects with PyTorch: Design and Develop Production-Grade Models

Автор: TRex от 18-07-2022, 18:16, Коментариев: 0

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

Название: Computer Vision Projects with PyTorch: Design and Develop Production-Grade Models
Автор: Akshay Kulkarni, Adarsha Shivananda, Nitin Ranjan Sharma
Издательство: Apress
Год: 2022
Формат: ePUB, PDF
Страниц: 240
Размер: 10,2 Mb
Язык: English

Design and develop end-to-end, production-grade computer vision projects for real-world industry problems. This book discusses computer vision algorithms and their applications using PyTorch. The book begins with the fundamentals of computer vision: convolutional neural nets, RESNET, YOLO, data augmentation, and other regularization techniques used in the industry. And then it gives you a quick overview of the PyTorch libraries used in the book. After that, it takes you through the implementation of image classification problems, object detection techniques, and transfer learning while training and running inference.