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



Реклама


Docker: Up & Running: Shipping Reliable Containers in Production, 3rd Edition (2nd Early Release)Название: Docker: Up & Running: Shipping Reliable Containers in Production, 3rd Edition (2nd Early Release)
Автор: Sean P. Kane, Karl Matthias
Издательство: O’Reilly Media, Inc.
Год: 2023-1-23
Страниц: 268
Язык: английский
Формат: pdf, epub (true), mobi
Размер: 10.1 MB

Docker and Linux containers have fundamentally changed the way that organizations develop, deliver, and run software at scale. But understanding why these tools are important and how they can be successfully integrated into your organization's ecosystem can be challenging. This fully updated guide provides developers, operators, architects, and technical managers with a thorough understanding of the Docker tool set and how containers can improve almost every aspect of modern software delivery and management. Docker is a tool that promises to easily encapsulate the process of creating a distributable artifact for any application, deploying it at scale into any environment, and streamlining the workflow and responsiveness of agile software organizations. Initially, many people who were unfamiliar with Docker viewed it as some sort of virtualization platform, but in reality, it was the first widely accessible tool to build on top of a much newer technology called containerization. Docker and Linux containers have had a significant impact on a wide range of industry segments that include tools and technologies like Vagrant, KVM, OpenStack, Mesos, Capistrano, Ansible, Chef, Puppet, and so on.
Разместил: Ingvar16 22-01-2023, 04:52 | Комментарии: 0 | Подробнее
Notebook C++ : Tips and Tricks with TemplatesНазвание: Notebook C++ : Tips and Tricks with Templates
Автор: Andreas Fertig
Издательство: Leanpub
Год: 2021-01-15
Страниц: 103
Язык: английский
Формат: pdf (true), epub, mobi
Размер: 10.1 MB

Did you always wonder how certain pieces of C++ code work and how you can apply the technique to your code? What can you do with decltype beyond the usual type deduction? Then have a look into Tips and Tricks with templates, which is part of the brand new Notebook C++ series. This book is part of a series which is called Notebook C++. The idea is that most of us have some kind of rules about do's and don'ts or tips and tricks to keep in mind. It is probably one of the most frequent questions I get during training classes. I have such a list too. In this series, I will publish mine. My idea is to create multiple short books (ok what is the number of pages required to call it a book or short?) about various topics. I currently plan to share tips about templates (this book), lambdas, and trap-like situations like dangling references. There will probably be more.
Разместил: Ingvar16 21-01-2023, 18:47 | Комментарии: 0 | Подробнее
Blockchain Tethered AI: Trackable, Traceable Artificial Intelligence and Machine Learning (Third Early Release)Название: Blockchain Tethered AI: Trackable, Traceable Artificial Intelligence and Machine Learning (Third Early Release)
Автор: Karen Kilroy, Deepak Bhatta, Lynn Riley
Издательство: O’Reilly Media, Inc.
Год: 2023-01-20
Страниц: 223
Язык: английский
Формат: epub (true), mobi
Размер: 18.7 MB

Remove your doubts about AI and explore how this technology can be future-proofed using blockchain's smart contracts and tamper-evident ledgers. With this practical book, system architects, software engineers, and systems solution specialists will learn how enterprise blockchain provides permanent provenance of AI, removes the mystery, and allows you to validate AI before it's ever used. This book is intended for software architects and developers who want to write AI that can be kept under control. It assumes that the reader already has an understanding of AI systems and is aware of the concerns that arise from the release of these systems. It is also assumed that the reader is somewhat familiar with blockchain and how it works. In order to complete the exercises, the reader should first become familiar with NodeJS, Hyperledger Fabric, and TensorFlow, PyTorch, or another popular AI library, and be able to set up an appropriate development environment in which to perform the exercises.
Разместил: Ingvar16 21-01-2023, 17:56 | Комментарии: 0 | Подробнее
Notebook C++ : About Move SemanticsНазвание: Notebook C++ : About Move Semantics
Автор: Andreas Fertig
Издательство: Leanpub
Год: 2022-09-12
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

The idea of the Notebook C++ series is to share some tips and tricks about various C++ elements. All books in this series are somewhat short and small books, one for each major topic. Such that the paperback version can be carried around easily. This part of the series is all about move semantics. I will introduce the feature to you in an maybe unconventional but easy-to-understand way. Move semantics are nothing special, afterall. We'll start looking at what move semantics is, how it works, and why we should most times stay away from std::move. We establish some rules about when to use std::move, when std::forward. You learn about why not to move return values or temporary objects. You want to get the best speed from your custom data type and the STL? No problem, you will learn what your class must look like to achieve this. In the end, you also learn about some feature that is not seen that often, ref-qualifiers, how they work, why they are there, and when to use them.
Разместил: Ingvar16 21-01-2023, 10:19 | Комментарии: 0 | Подробнее
Building Table Views with Phoenix LiveViewНазвание: Building Table Views with Phoenix LiveView: Advanced Table UIs for Accessible Data
Автор: Peter Ullrich
Издательство: Pragmatic Bookshelf
Год: January 2023 (Version: P1.0)
Страниц: 98
Язык: английский
Формат: pdf, epub (true), mobi
Размер: 10.06 MB

If you’re an Elixir developer, chances are that you have to build tables. Lots and lots of tables. So, with table UIs making up such a significant part of our daily work, it’s paramount to understand how to build them properly. This book is here to teach you exactly that. In the following chapters we will see how to build a table UI with advanced features like sorting, filtering, pagination, and infinity scrolling. Using the marvelous Phoenix LiveView framework, we’ll make them interactive. We’ll work with LiveComponents and Ecto schemaless changesets to parse user input. This book assumes that you know the basics of Elixir and how to set up a Phoenix LiveView application. Use SOLID coding principles to make your queries reusable with query composition. Compartmentalize your UI with LiveComponents and learn how to handle user input securely with schemaless changesets. Share your view onto the data painlessly by storing your search parameters in the URL.
Разместил: Ingvar16 21-01-2023, 07:19 | Комментарии: 0 | Подробнее
Go in Action, Second Edition (MEAP v2)Название: Go in Action, Second Edition (MEAP v2)
Автор: Andrew Walker, William Kennedy
Издательство: Manning Publications
Год: 2022
Страниц: 171
Язык: английский
Формат: pdf, epub
Размер: 10.2 MB

Master Go language fundamentals, learn how to structure Go projects effectively, and deliver high-performance code using Go’s powerful concurrency model. Designed by Google with productivity in mind, Go excels in modern, highly-dynamic environments. This modern language has all its concurrency primitives baked in, so Go users can handle problems like real-time performance with no additional tools required. Its simple-but-powerful type system includes generics and interfaces as first-class citizens. Best of all, because Go was designed to be simple, with a small number of keywords and an efficient standard library, it’s really easy to learn! In a cloud-first world, it’s easy to see why Go has quickly become a must-have skill. Go in Action, Second Edition takes advantage of your existing programming knowledge to fast-track you to Go mastery. Google Developer Expert in Go Andrew Walker has revised the original bestseller with William Kennedy, covering new language features and adding compelling real-world case studies. You’ll get a jump start on Go’s syntax and internals as you build a comprehensive and idiomatic view of Go.
Разместил: Ingvar16 21-01-2023, 06:58 | Комментарии: 0 | Подробнее
Enabling Microservice Success: Managing Technical, Organizational, and Cultural Challenges (2nd Early Release)Название: Enabling Microservice Success: Managing Technical, Organizational, and Cultural Challenges (2nd Early Release)
Автор: Sarah Wells
Издательство: O’Reilly Media, Inc.
Год: 2023-01-23
Страниц: 120
Язык: английский
Формат: pdf, epub
Размер: 10.1 MB

Microservices can be a very effective approach for delivering value to your organization and to your customers. If you get them right, microservices help you to move fast, making changes to small parts of your system hundreds of times a day. But get them wrong and microservices just make everything more complicated. This book gives practical advice on how to adopt a microservices architecture and how to make sure it still works for you once you are several years in, maintaining and sustaining your systems as they mature. The focus of this book is how to benefit from microservices for the long term. This book is for anyone who is moving to microservices and wondering what that means for all the techniques and processes they currently use. And anyone using microservices who is struggling with the complexity and wants to learn how other people have successfully met some of those challenges. I assume that the reader is familiar with the fundamental concepts of software development and architecture but I don’t assume you already have experience with microservice architecture.
Разместил: Ingvar16 21-01-2023, 06:44 | Комментарии: 0 | Подробнее

Название: Java made easy: A beginner’s Handbook to easily Learn Java
Автор: Magige Robi
Издательство:Creative Commons BY-SA
Год: 2022
Формат: PDF
Страниц:1119
Размер: 124,5 МБ
Язык: English

This book will help you learn how to code in JAVA very easily.

Разместил: vikCAT 20-01-2023, 20:43 | Комментарии: 0 | Подробнее
Applied Multivariate Statistics with R, 2nd EditionНазвание: Applied Multivariate Statistics with R, 2nd Edition
Автор: Daniel Zelterman
Издательство: Springer
Год: 2022
Страниц: 469
Язык: английский
Формат: pdf (true)
Размер: 10.2 MB

This book brings the power of multivariate statistics to graduate-level practitioners, making these analytical methods accessible without lengthy mathematical derivations. Using the open source, shareware program R, Professor Zelterman demonstrates the process and outcomes for a wide array of multivariate statistical applications. Chapters cover graphical displays, linear algebra, univariate, bivariate and multivariate normal distributions, factor methods, linear regression, discrimination and classification, clustering, time series models, and additional methods. Zelterman uses practical examples from diverse disciplines to welcome readers from a variety of academic specialties. Those with backgrounds in statistics will learn new methods while they review more familiar topics. Chapters include exercises, real data sets, and R implementations. The data are interesting, real-world topics, particularly from health and biology-related contexts. As an example of the approach, the text examines a sample from the Behavior Risk Factor Surveillance System, discussing both the shortcomings of the data as well as useful analyses. The text avoids theoretical derivations beyond those needed to fully appreciate the methods. Prior experience with R is not necessary.
Разместил: Ingvar16 20-01-2023, 18:53 | Комментарии: 0 | Подробнее
Julia as a Second Language (MEAP v10)Название: Julia as a Second Language (MEAP v10)
Автор: Erik Engheim
Издательство: Manning Publications
Год: 2023
Страниц: 456
Язык: английский
Формат: pdf, epub
Размер: 15.7 MB

Learn Julia programming by building fun projects, like launching rockets, building password keepers, and even coding battle simulations. With Julia, programmers no longer have to make tradeoffs. They can have high performance, ease of use and high productivity all in one language. In the last few years, it has become apparent that Julia also excels at software engineering. One of the most dramatic examples is probably the Julia implementation of Apache Arrow which managed to achieve more functionality in 5,000 lines of Julia code than 300,000 lines of C++ code. This is a testament to Julia's excellent ability to reuse and combine existing code. Add advanced meta-programming facilities and you got a language I believe is the future of programming. I’m writing this book to appeal to every programmer, even the inexperienced ones. My goal has been to write a fun book, not by cracking jokes but by doing fun code examples such as simulating space rockets, simulating battle between medieval warriors, analyzing pizza sales, or creating a password keeper using the encryption algorithm Caesar used to send secret messages to his generals. These code examples have been carefully designed to teach important concepts in Julia such as data modeling, type hierarchies, multiple dispatch, and functional programming.
Разместил: Ingvar16 20-01-2023, 18:11 | Комментарии: 0 | Подробнее
 MirKnig.Su  ©2024     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности