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



Реклама


Название: Functional Programming in Kotlin
Автор: Marco Vermeulen
Издательство: Manning Publications
Год: 2021
Формат: True PDF
Страниц: 504
Размер: 10 Mb
Язык: English

In Functional Programming in Kotlin you will learn:
Functional programming techniques for real-world applications
Write combinator libraries
Common structures and idioms in functional design
Simplicity and modularity (and fewer bugs!)
Functional Programming in Kotlin is a reworked version of the bestselling Functional Programming in Scala, with all code samples, instructions, and exercises translated into the powerful Kotlin language. In this authoritative guide, you’ll take on the challenge of learning functional programming from first principles. Complex concepts are demonstrated through exercises that you’ll love to test yourself against. You’ll start writing Kotlin code that’s easier to read, easier to reuse, better for concurrency, and less prone to bugs and errors.
Разместил: vitvikvas 4-09-2021, 10:51 | Комментарии: 0 | Подробнее
Название: Pandas in Action
Автор: Boris Paskhaver
Издательство: Manning Publications
Год: 2021
Формат: True PDF
Страниц: 440
Размер: 10 Mb
Язык: English

Take the next steps in your data science career! This friendly and hands-on guide shows you how to start mastering Pandas with skills you already know from spreadsheet software.
In Pandas in Action you will learn how to:
Import datasets, identify issues with their data structures, and optimize them for efficiency
Sort, filter, pivot, and draw conclusions from a dataset and its subsets
Identify trends from text-based and time-based data
Organize, group, merge, and join separate datasets
Use a GroupBy object to store multiple DataFrames
Разместил: vitvikvas 4-09-2021, 10:43 | Комментарии: 0 | Подробнее
Название: Real-World Cryptography
Автор: David Wong
Издательство: Manning Publications
Год: 2021
Формат: True PDF
Страниц: 400
Размер: 37,4 Mb
Язык: English

Real-World Cryptography teaches you applied cryptographic techniques to understand and apply security at every level of your systems and applications. You'll go hands-on with cryptography building blocks such as hash functions and key exchanges, then learn how to use them as part of your security protocols and applications.
If you’re browsing the web, using public APIs, making and receiving electronic payments, or experimenting with blockchain, you’re relying on cryptography. And you’re probably trusting a collection of tools, frameworks, and protocols to keep your data, users, and business safe. It’s important to understand these tools so you can make the best decisions about how, where, and why to use them.
Real-World Cryptography teaches you applied cryptographic techniques to understand and apply security at every level of your systems and applications. You'll go hands-on with cryptography building blocks such as hash functions and key exchanges, then learn how to use them as part of your security protocols and applications. Alongside modern methods, the book also explores the future of cryptography, diving into emerging and cutting-edge advances such as cryptocurrencies, password-authenticated key exchange, and post-quantum cryptography.
Разместил: vitvikvas 4-09-2021, 10:32 | Комментарии: 0 | Подробнее
Название: Conversational AI: Chatbots that work
Автор: A. Freed
Издательство: Manning Publications
Год: 2021
Формат: True PDF
Страниц: 319
Размер: 16,5 Mb
Язык: English

Conversational AI is a hands-on guide to building custom virtual assistants for a wide variety of use cases.
Design, develop, and deploy human-like AI solutions that chat with your customers, solve their problems, and streamline your support services. Conversational AI: Chatbots that work teaches you to create the kind of AI-enabled chatbots that are revolutionizing the customer service industry.
Conversational AI is a hands-on guide to building custom virtual assistants for a wide variety of use cases. You’ll dive right into developing an assistant capable of identifying top user requests and making a suitable response for each request type. Once you’ve got the basics, you’ll master a multi-step process flow that can be easily adapted for both text and voice assistants. You'll learn how to hone your assistant by writing better dialog, training and improving its underlying machine learning, and spotting issues like abandonment and underperformance.
Разместил: vitvikvas 4-09-2021, 10:21 | Комментарии: 0 | Подробнее
97 Things Every SRE Should Know: Collective Wisdom from the Experts (Final)Название: 97 Things Every SRE Should Know: Collective Wisdom from the Experts (Final)
Автор: Emil Stolarsky, Jaime Woo
Издательство: O’Reilly Media
Год: 2020
Страниц: 253
Язык: английский
Формат: pdf (true), epub
Размер: 59.9 MB, 54.7 MB

Site reliability engineering (SRE) is more relevant than ever. Knowing how to keep systems reliable has become a critical skill. With this practical book, newcomers and old hats alike will explore a broad range of conversations happening in SRE. You'll get actionable advice on several topics, including how to adopt SRE, why SLOs matter, when you need to upgrade your incident response, and how monitoring and observability differ.
Разместил: Ingvar16 4-09-2021, 04:41 | Комментарии: 0 | Подробнее
Название: Learn iOS Application Development: Take Your Mobile App Development Skills to the Next Level with Swift and Xcode
Автор: Rudra S. Misra
Издательство: BPB Publications
Год: 2021
Страниц: 894
Язык: английский
Формат: pdf, epub
Размер: 28.6 MB

Explore the complex app development concepts for iOS application programming with fun and ease. Grab this book if you want to make Apps for Apple's iOS devices and that too efficiently like a skilled developer. This book covers the complete development of iOS applications, right from concepts of designing an application to adding machine learning capabilities in the applications. You will learn and practice the App development environment with Xcode and Swift programming. Concepts like different types of views and UI components, data manipulations, animations, different iOS screen views, and integrating web services are covered in detail with examples. You will also learn the popular machine learning technology and fascinating features like Augmented Reality to be put into use in your app. You will learn to run automated application testing, use SwiftUI, and deploy applications on the network.
Разместил: Ingvar16 3-09-2021, 21:30 | Комментарии: 0 | Подробнее
Название: Mastering Behavior-Driven Development Using Cucumber: Practice and Implement Page Object Design Pattern, Test Suites in Cucumber, POM TestNG Integration, Cucumber Reports, and Work with Selenium Grid
Автор: Pinakin A Chaubal
Издательство: BPB Publications
Год: 2022
Страниц: 283
Язык: английский
Формат: pdf, epub
Размер: 10.1 MB

Master the skills required to effectively use Cucumber BDD which simplifies Agile development and fast-paced time-to-market. In this book, readers will learn everything they need to know about Behavior-Driven Development (BDD) and a framework used for automation testing for BDD. The book is divided into three sections. The first section covers the building blocks of Cucumber such as Feature files, Step Definition classes, and Runner classes, among other things. These will serve as the building blocks for becoming more familiar with Cucumber. The second section covers the Page Object design pattern and Page Factories, both of which are useful in developing robust frameworks. The final section demonstrates Cucumber's integration with TestNG and Maven. We will be putting each Maven build in Jenkins and configuring Jenkins to trigger automatically when a development build is completed. After reading this book, the test engineer will understand the concept of incorporating Cucumber as a BDD framework into his testing. As a result, he will be able to streamline the testing and bug detection processes.
Разместил: Ingvar16 3-09-2021, 20:49 | Комментарии: 0 | Подробнее
Название: AI and Machine Learning for On-Device Development: A Programmer's Guide
Автор: Laurence Moroney
Издательство: O’Reilly Media
Год: 2021
Формат: True PDF, ePUB
Страниц: 329
Размер: 57 Mb, 53 Mb
Язык: English

AI is nothing without somewhere to run it. Now that mobile devices have become the primary computing device for most people, it's essential that mobile developers add AI to their toolbox. This insightful book is your guide to creating and running models on popular mobile platforms such as iOS and Android.
Разместил: vitvikvas 3-09-2021, 19:54 | Комментарии: 0 | Подробнее
Название: Cloud Native Microservices with Spring and Kubernetes: Design and Build Modern Cloud Native Applications using Spring and Kubernetes
Автор: Rajiv Srivastava
Издательство: BPB Publications
Год: 2021
Страниц: 811
Язык: английский
Формат: pdf, epub
Размер: 11.4 MB

Build and deploy scalable cloud native microservices using the Spring framework and Kubernetes. The main objective of this book is to give an overview of cloud native microservices, their architecture, design patterns, best practices, real use cases and practical coverage of modern applications. This book covers a strong understanding of the fundamentals of microservices, API first approach, Testing, observability, API Gateway, Service Mesh and Kubernetes alternatives of Spring Cloud. This book covers the implementation of various design patterns of developing cloud native microservices using Spring framework docker and Kubernetes libraries. It covers containerization concepts and hands-on lab exercises like how to build, run and manage microservices applications using Kubernetes.
Разместил: Ingvar16 3-09-2021, 19:53 | Комментарии: 0 | Подробнее
Название: SQL Pocket Guide: A Guide to SQL Usage, 4th Edition
Автор: Alice Zhao
Издательство: O’Reilly Media
Год: 2021
Формат: True PDF, ePUB
Страниц: 358
Размер: 13,6 Mb
Язык: English

If you use SQL in your day-to-day work as a data analyst, data scientist, or data engineer, this popular pocket guide is your ideal on-the-job reference. You'll find many examples that address the language's complexities, along with key aspects of SQL used in Microsoft SQL Server, MySQL, Oracle Database, PostgreSQL, and SQLite.
In this updated edition, author Alice Zhao describes how these database management systems implement SQL syntax for both querying and making changes to a database. You'll find details on data types and conversions, regular expression syntax, window functions, pivoting and unpivoting, and more.
Разместил: vitvikvas 3-09-2021, 19:31 | Комментарии: 0 | Подробнее
 MirKnig.Su  ©2021     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности