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



Реклама


Software Design Principles : A Practical GuideНазвание: Software Design Principles : A Practical Guide
Автор: Moises Gamio
Издательство: Leanpub
Год: 2022-10-18
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

Software design principles provide guidelines to handle the complexity of the design process and prepare your code when changes arise, and minimize the impact of introducing bugs. This book aims to make you a better software designer within the object-oriented paradigm. Software design principles are guidelines that help developers to make an object-oriented system design resilient to future changes. Software design principles provide guidelines to handle the complexity of the design process and prepare our code when changes arise and minimize the impact of introducing bugs. Following these guidelines make our code more readable and easier to maintain. This book aims to make you a better software designer within the object-oriented paradigm.
Разместил: Ingvar16 21-10-2022, 03:47 | Комментарии: 0 | Подробнее
A Complete Guide to Standard C++ AlgorithmsНазвание: A Complete Guide to Standard C++ Algorithms
Автор: Simon Toth
Издательство: Leanpub
Год: September 28, 2022 (version 0.3.0)
Страниц: 105
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

The standard algorithms offer a lot of functionality. Save yourself time and effort by having a good grasp on what functionality already exists in the standard library. This book is a complete guide to the C++ standard algorithms, demonstrating examples and pointing out notable, surprising, dangerous or interesting aspects of the different algorithms. This book is a guide, as opposed to a reference, meaning that instead of describing every detail, the book concentrates on examples and pointing out notable, surprising, dangerous or interesting aspects of the different algorithms. Furthermore, unlike a reference, it is supposed to be read, for the most part, like a book in sequential order. C++ already has one canonical reference, the C++ standard, and for quick lookup, the cppreference.com wiki is a great source. The ”complete” part of the statement refers to the width of coverage. The book covers all algorithms and relevant theory up to the C++20 standard (the C++23 standard is not finalized at the time of writing).
Разместил: Ingvar16 21-10-2022, 03:27 | Комментарии: 0 | Подробнее
Ansible for DevOps: Server and configuration management for humans, 2nd EditionНазвание: Ansible for DevOps: Server and configuration management for humans, 2nd Edition
Автор: Jeff Geerling
Издательство: Leanpub
Год: 2022-04-15
Страниц: 469
Язык: английский
Формат: pdf (true), epub
Размер: 18.9 MB

Ansible is a simple, but powerful, server and configuration management tool. Learn to use Ansible effectively, whether you manage one server—or thousands. Ansible is a simple, but powerful, server and configuration management tool (with a few other tricks up its sleeve). This book helps those familiar with the command line and basic shell scripting start using Ansible to provision and manage anywhere from one to thousands of servers. The book begins with fundamentals, like installing Ansible, setting up a basic inventory file, and basic concepts, then guides you through Ansible's many uses, including ad-hoc commands, basic and advanced playbooks, application deployments, multiple-provider server provisioning, and even Docker orchestration!
Разместил: Ingvar16 21-10-2022, 03:09 | Комментарии: 0 | Подробнее
Image Processing in Python : Processing raster images with the Pillow libraryНазвание: Image Processing in Python : Processing raster images with the Pillow library
Автор: Martin McBride
Издательство: Leanpub
Год: 2021-08-22
Страниц: 154
Язык: английский
Формат: pdf (true), epub
Размер: 10.1 MB

Pillow is the most popular Python image processing library. It provides many of the features found in imaging applications like Photoshop or GIMP, such as loading, saving, resizing, transforming images, as well as converting colours and applying filters, enhancements, and effects. This book will teach you how to use simple Python code to automate these functions using the Pillow library, so that your programs can incorporate advanced image processing. It provides a comprehensive guide to Pillow, in plain language and with lots of examples. This book is aimed at anyone wishing to learn about image processing in Python.
Разместил: Ingvar16 21-10-2022, 02:56 | Комментарии: 0 | Подробнее
Название: Rust Atomics and Locks: Low-Level Concurrency in Practice
Автор: Mara Bos
Издательство: O’Reilly Media
Год: 2023
Формат: ePUB, MOBI
Страниц: 256
Размер: 10 Mb
Язык: English

In this practical book, Mara Bos, leader of the Rust library team, helps Rust programmers of all levels gain a clear understanding of low-level concurrency. You'll learn everything about atomics and memory ordering and how they're combined with basic operating system APIs to build common primitives like mutexes and condition variables. Once you're done, you'll have a firm grasp of how Rust's memory model, the processor, and the roles of the operating system all fit together.
Разместил: vitvikvas 20-10-2022, 20:49 | Комментарии: 0 | Подробнее
Название: AI at the Edge: Solving Real World Problems with Embedded Machine Learning
Автор: Daniel Situnayake and Jenny Plunkett
Издательство: O’Reilly Media
Год: 2023
Формат: ePUB
Страниц: 559
Размер: 243 Mb
Язык: English

Edge artificial intelligence is transforming the way computers interact with the real world, allowing internet of things (IoT) devices to make decisions using the 99% of sensor data that was previously discarded due to cost, bandwidth, or power limitations. With techniques like embedded machine learning, developers can capture human intuition and deploy it to any target--from ultra-low power microcontrollers to flexible embedded Linux devices--for applications that reduce latency, protect privacy, and work without a network connection, greatly expanding the capabilities of the IoT.
This practical guide gives engineering professionals and product managers an end-to-end framework for solving real-world industrial, commercial, and scientific problems with edge AI. You'll explore every stage of the process, from data collection to model optimization to tuning and testing, as you learn how to design and support edge AI and embedded ML products. Edge AI is destined to become a standard tool for systems engineers. This high-level roadmap will help you get started.
Разместил: vitvikvas 20-10-2022, 20:34 | Комментарии: 0 | Подробнее
Название: Python for Geospatial Data Analysis: Theory, Tools, and Practice for Location Intelligence
Автор: Bonny P. McClain
Издательство: O’Reilly Media
Год: 2022
Формат: ePUB
Страниц: 351
Размер: 118 Mb
Язык: English

In spatial data science, things in closer proximity to one another likely have more in common than things that are farther apart. With this practical book, geospatial professionals, data scientists, business analysts, geographers, geologists, and others familiar with data analysis and visualization will learn the fundamentals of spatial data analysis to gain a deeper understanding of their data questions.
Author Bonny P. McClain demonstrates why detecting and quantifying patterns in geospatial data is vital. Both proprietary and open source platforms allow you to process and visualize spatial information. This book is for people familiar with data analysis or visualization who are eager to explore geospatial integration with Python.
Разместил: vitvikvas 20-10-2022, 20:15 | Комментарии: 0 | Подробнее
Python Mini Reference 2022: A Quick Guide to the Modern Python Programming Language for Busy CodersНазвание: Python Mini Reference 2022: A Quick Guide to the Modern Python Programming Language for Busy Coders
Автор: Harry Yoon
Издательство: Coding Books Press
Год: 2022
Страниц: 211
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.2 MB

Learn Python in a Weekend! This book is an (informal) language reference on the Python programming language. Python is one of the most widely used languages in many different application areas. We go through all essential features of the modern Python programming language, including the match statement (3.10) and exception groups (3.11). Although the book is written as a reference, you can read it more or less from beginning to end and you should be able to get the overall picture of the Python language if you have some prior experience with programming in Python. Python is a dynamic language. It means many different things. It means that the language is more flexible. It means that Python is an easier language to program with. You can quickly write a simple program without having to go through too much "rituals", compared to many other programming languages. Python scripts tend to require less boilerplate code. Python gives you more freedom.
Разместил: Ingvar16 20-10-2022, 14:39 | Комментарии: 0 | Подробнее
Название: Microservices with Laravel
Автор: Martin Jod
Издательство: Martin Jod
Год: 2022
Формат: True PDF
Страниц: 151
Размер: 16 Mb
Язык: English

The Complete Guide to Mastering microservices With Laravel. Get rid of the monster monolith! 151 pages of high-quality content that teaches you how to build microservices with Laravel
The Complete Guide to Mastering microservices With Laravel. Get rid of the monster monolith! 151 pages of high-quality content that teaches you how to build microservices with Laravel.
Разместил: vitvikvas 20-10-2022, 14:08 | Комментарии: 0 | Подробнее
Название: 100 Go Mistakes and How to Avoid Them
Автор: Teiva Harsanyi
Издательство: Manning Publications
Год: 2022
Формат: True PDF
Страниц: 385
Размер: 10,2 Mb
Язык: English

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 Go code organization, and learn how to use slices efficiently.
Разместил: vitvikvas 20-10-2022, 12:45 | Комментарии: 0 | Подробнее
 MirKnig.Su  ©2024     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности