Добавить в избранное
Форум
Правила сайта "Мир Книг"
Группа в Вконтакте
Подписка на книги
Правообладателям
Найти книгу:
Навигация
Вход на сайт
Регистрация



Реклама


Hands-On Guide to AgileOps: A Guide to Implementing Agile, DevOps, and SRE for Cloud OperationsНазвание: Hands-On Guide to AgileOps: A Guide to Implementing Agile, DevOps, and SRE for Cloud Operations
Автор: Navin Sabharwal, Raminder Rathore
Издательство: Apress
Год: 2022
Страниц: 225
Язык: английский
Формат: pdf (true)
Размер: 10.2 MB

Discover the best practices for transforming cloud and infrastructure operations by using Agile, Scrum, Kanban, Scrumban and Spotify models. This book will help you gain an in-depth understanding of these processes so that you can apply them to your own work. The book begins by offering an overview of current processes and methods used in IT Operations using ITIL and IT4IT. The Authors provide a background of the Agile, Scrum, Kanban, SaFe, Scrumban, and Spotify models used in software development. You’ll then gain in-depth guidance and best practices to implement Agile in the Operations world. You’ll see how Agile, Site Reliability Engineering and DevOps work in tandem to provide the foundation for modern day infrastructure and cloud operations.
Разместил: Ingvar16 11-12-2021, 01:53 | Комментарии: 0 | Подробнее
Practical C++ Design: From Programming to Architecture, 2nd EditionНазвание: Practical C++ Design: From Programming to Architecture, 2nd Edition
Автор: Adam B. Singer
Издательство: Apress
Год: 2022
Страниц: 303
Язык: английский
Формат: pdf (true), epub
Размер: 10.2 MB

Go from competent C++ developer to skilled designer or architect using this book as your personal C++ design master class. Updated for the C++20 standard, this title will guide you through the design and implementation of an engaging case study that forms the backdrop for learning the art of applying design patterns and modern C++ techniques to create a high quality, robust application.
Разместил: Ingvar16 11-12-2021, 01:43 | Комментарии: 0 | Подробнее

Название: Навык «Разметка по БЭМ»
Автор: Коллектив
Издательство: HTML academy
Год: 2021
Формат: html
Страниц: много
Размер: 431 Mb
Язык: Русский

Методология БЭМ (Блок, Элемент, Модификатор) — широко распространённый в веб-разработке компонентный подход к описанию структуры интерфейса. Такая структура позволяет быстро создавать предсказуемую и надёжную вёрстку интерфейсов любой сложности. БЭМ-компоненты можно легко расширять и переиспользовать без дублирования кода. Освоив этот навык, вы сможете на этапе анализа макета уверенно разделять интерфейс на независимые блоки и их элементы, определять взаимосвязи между ними, а затем воплощать полученную структуру в разметке.

Разместил: Chipa 10-12-2021, 19:02 | Комментарии: 0 | Подробнее
Hyperparameter Optimization in Machine Learning: Make Your Machine Learning and Deep Learning Models More EfficientНазвание: Hyperparameter Optimization in Machine Learning: Make Your Machine Learning and Deep Learning Models More Efficient
Автор: Tanay Agrawal
Издательство: Apress
Год: 2021
Страниц: 177
Язык: английский
Формат: pdf (true), epub
Размер: 10.2 MB

Dive into hyperparameter tuning of machine learning models and focus on what hyperparameters are and how they work. This book discusses different techniques of hyperparameters tuning, from the basics to advanced methods.
Разместил: Ingvar16 10-12-2021, 17:20 | Комментарии: 0 | Подробнее
Название: MATLAB Parallel Computing Toolbox User’s Guide (R2021b)
Автор: The MathWorks, Inc.
Издательство: The MathWorks, Inc.
Год: 2021
Формат: PDF
Страниц: 986
Размер: 10 Mb
Язык: English

Parallel Computing Toolbox lets you solve computationally and data-intensive problems using multicore processors, GPUs, and computer clusters. High-level constructs—parallel for-loops, special array types, and parallelized numerical algorithms—enable you to parallelize MATLAB applications without CUDA or MPI programming. The toolbox lets you use parallel-enabled functions in MATLAB and other toolboxes. You can use the toolbox with Simulink to run multiple simulations of a model in parallel. Programs and models can run in both interactive and batch modes.
Разместил: vitvikvas 10-12-2021, 16:30 | Комментарии: 0 | Подробнее
Ripple and Stablecoins: Building Banks of Tomorrow: Use Cases on International Remittance, Capital, and Money Markets, based on Swaps, MicropaymentsНазвание: Ripple and Stablecoins: Building Banks of Tomorrow: Use Cases on International Remittance, Capital, and Money Markets, based on Swaps, Micropayments, Trade Finance, Islamic Finance, and Stablecoins
Автор: Debajani Mohanty, Hugh Macmillen
Издательство: BPB Publications
Год: 2019
Страниц: 186
Язык: английский
Формат: pdf (true)
Размер: 10.99 MB

Step-by-step guide to learn Ripple and explore $155 trillion+ market on international remittance. The book is written for all IT professionals. It starts with the loopholes existing in the banking as well as payment industry, especially in the international remittance space, that have led to the invention of Bitcoin, a Blockchain product, followed by Ethereum, and finally Ripple. The book focuses on Ripple’s architecture and the different open source and enterprise products offered by Ripple, which have been widely adopted by the global payment industry today. For developers, there are adequate examples covering Ripple’s development APIs with different features such as instant payment, partial payment, escrow, checks, and micropayment.
Разместил: Ingvar16 10-12-2021, 14:39 | Комментарии: 0 | Подробнее
Название: Multithreaded javascript: Concurrency Beyond the Event Loop (Final)
Автор: Thomas Hunter II, Bryan English
Издательство: O’Reilly Media, Inc.
Год: 2022
Страниц: 214
Язык: английский
Формат: pdf (true), epub
Размер: 10.2 MB, 10.2 MB

The nature of javascript is to be single threaded. This is reflected not only in libraries and applications, but also in online forum posts, books, and online documentation. Thanks to recent advancements in the platform—such as with web workers in the browser, worker_threads in Node.js, and the Atomics and SharedArrayBuffer objects - javascript engineers are able to build multi-threaded applications. These features will go down as being the biggest paradigm shift for the world's most popular programming language. Multithreaded javascript explores the various features that javascript runtimes have at their disposal for implementing multithreaded programming, using a spectrum of API reference material and high level programming patterns.
Разместил: Ingvar16 10-12-2021, 13:45 | Комментарии: 0 | Подробнее
Название: Embracing Modern C++ Safely
Автор: John Lakos, Vittorio Romeo, Rostislav Khlebnikov , Alisdair Meredith
Издательство: Pearson Education
Год: 2022
Формат: epub
Страниц: 1376
Размер: 282.9 Mb
Язык: English

Embracing Modern C++ Safely shows you how to make effective use of the new and enhanced language features of modern C++ without falling victim to their potential pitfalls.
Разместил: bomboane 10-12-2021, 12:07 | Комментарии: 0 | Подробнее
Название: The DevOps Handbook: How to Create World-Class Agility, Reliability, & Security in Technology Organizations, Second Edition
Автор: Gene Kim
Издательство: IT Revolution Press
Год: 2021
Формат: epub
Страниц: 480
Размер: 11.5 Mb
Язык: English

For years, The DevOps Handbook has been the definitive guide for taking the successes laid out in the bestselling The Phoenix Project and applying them in any organization. Now, with this fully updated and expanded edition, it's time to take DevOps out of the IT department and apply it across the full business.

Разместил: bomboane 10-12-2021, 10:22 | Комментарии: 0 | Подробнее
Название: Head First Git (Final Early Release)
Автор: Raju Gandhi
Издательство: O’Reilly Media
Год: 2021-12-09: Final early release
Формат: ePUB
Страниц: 861
Размер: 51 Mb
Язык: English

Many people who use Git rely on "recipes"—basic copy-paste commands—without understanding how this version control system actually works. But what do you do if you find yourself in a tight spot? You can't simply wing it. With this unique hands-on guide, you'll learn valuable ways to use Git in many different situations. Raju Gandhi peels back the layers to reveal the simple yet powerful engine that powers Git, with activities that help you truly understand this crucial tool as you get it up and running. You’ll master branches, tags, stashes, and merges; learn best practices; collaborate with your team; and unlock the full potential of Git.
Разместил: vitvikvas 10-12-2021, 03:25 | Комментарии: 0 | Подробнее
 MirKnig.Su  ©2024     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности