Vtome.ru - электронная библиотека

  • Добавил: alex66
  • Дата: 6-12-2019, 20:38
  • Комментариев: 0

Название: Прикладное программирование с использованием языка С-Шарп: учебно-методическое пособие
Автор: Бельков, С. А.
Издательство: Екатеринбург: Издательство Уральского университета
Год: 2017
Формат: PDF
Страниц: 120
Размер: 10,33 МБ
Язык: русский

Данное пособие предназначено для студентов-бакалавров, уже прошедших ранее курс изучения языка программирования С++ и приступающих теперь к изучению языка нового программирования С-Шарп (C#). Основное внимание уделено особенностям практического освоения нового языка программирования.
Данное пособие будет полезно для студентов средних курсов, обучающихся разработке прикладных программных комплексов.

  • Добавил: buratino
  • Дата: 6-12-2019, 20:31
  • Комментариев: 0

Автор: Brenda Jin
Издательство: O'Reilly Media
Год: 2018
Страниц: 232
Формат: True PDF
Размер: 10 Mb
Язык: English

Using a web API to provide services to application developers is one of the more satisfying endeavors that software engineers undertake. But building a popular API with a thriving developer ecosystem is also one of the most challenging. With this practical guide, developers, architects, and tech leads will learn how to navigate complex decisions for designing, scaling, marketing, and evolving interoperable APIs.
  • Добавил: buratino
  • Дата: 6-12-2019, 20:30
  • Комментариев: 1

Название: Machine Learning with TensorFlow
Автор: Nishant Shukla
Издательство: Manning Publications
Год: 2018
Страниц: 272
Формат: True PDF
Размер: 10 Mb
Язык: English

Machine Learning with TensorFlow gives readers a solid foundation in machine-learning concepts plus hands-on experience coding TensorFlow with Python.
  • Добавил: buratino
  • Дата: 6-12-2019, 20:30
  • Комментариев: 0

Название: Spark in Action
Автор: Marko Bonaci, Petar Zecevic
Издательство: Manning Publications
Год: 2016
Страниц: 472
Формат: PDF
Размер: 10 Mb
Язык: English

Spark in Action teaches you the theory and skills you need to effectively handle batch and streaming data using Spark. Fully updated for Spark 2.0.
  • Добавил: buratino
  • Дата: 6-12-2019, 20:29
  • Комментариев: 0

Название: .NET Core in Action
Автор: Dustin Metzgar
Издательство: Manning Publications
Год: 2018
Страниц: 275
Формат: True PDF
Размер: 10 Mb
Язык: English

.NET Core is a subset of the .NET framework with libraries and runtimes that drastically reduce its footprint, so you can write and run .NET applications more efficiently.
  • Добавил: buratino
  • Дата: 6-12-2019, 20:29
  • Комментариев: 0

Название: Concurrency in .NET: Modern patterns of concurrent and parallel programming
Автор: Riccardo Terrell
Издательство: Manning Publications
Год: 2018
Страниц: 500
Формат: True PDF
Размер: 10 Mb
Язык: English

Functional languages help developers support concurrency by encouraging immutable data structures that can be passed between threads without having to worry about a shared state, all while avoiding side effects.
Concurrency in .NET teaches readers how to build concurrent and scalable programs in .NET using the functional paradigm. This intermediate-level guide is aimed at developers, architects, and passionate computer programmers.
  • Добавил: buratino
  • Дата: 6-12-2019, 20:28
  • Комментариев: 0

Название: Microservices in .NET Core: with examples in Nancy
Автор: Christian Horsdal
Издательство: Manning Publications
Год: 2017
Страниц: 344
Формат: True PDF
Размер: 10 Mb
Язык: English

Microservices in .NET Core provides a complete guide to building microservice applications. After a crystal-clear introduction to the microservices architectural style, the book will teach you practical development skills in that style, using OWIN and Nancy.
  • Добавил: buratino
  • Дата: 6-12-2019, 20:28
  • Комментариев: 0

Название: OpenShift in Action
Автор: Jamie Duncan, John Osborne
Издательство: Manning Publications
Год: 2018
Страниц: 300
Формат: True PDF
Размер: 12 Mb
Язык: English

OpenShift, an innovative enterprise infrastructure management system from RedHat, radically simplifies the day-to-day operation of deploying and maintaining large-scale applications.
OpenShift in Action teaches readers how to set up and manage container-based infrastructure using OpenShift. Along the way, they'll discover techniques for handling persistent storage and best practices for security and other fundamental tasks.
  • Добавил: buratino
  • Дата: 6-12-2019, 20:27
  • Комментариев: 0

Название: RabbitMQ in Depth
Автор: Gavin M. Roy
Издательство: Manning Publications
Год: 2017
Страниц: 264
Формат: True PDF
Размер: 10 Mb
Язык: English

RabbitMQ in Depth is a practical guide to building and maintaining message-based applications. This book provides detailed coverage of RabbitMQ with an emphasis on why it works the way it does.
  • Добавил: buratino
  • Дата: 6-12-2019, 20:27
  • Комментариев: 0

Название: Akka in Action
Автор: Raymond Roestenburg, Rob Bakker, Rob Williams
Издательство: Manning Publications
Год: 2016
Страниц: 448
Формат: PDF
Размер: 10 Mb
Язык: English

Akka in Action is a comprehensive tutorial on building message-oriented systems using Akka. The book takes a hands-on approach, where each new concept is followed by an example that shows you how it works, how to implement the code, and how to (unit) test it.
Akka makes it relatively easy to build applications in the cloud or on devices with many cores that efficiently use the full capacity of the computing power available. It's a toolkit that provides an actor programming model, a runtime, and required support tools for building scalable applications.