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

  • Добавил: TRex
  • Дата: 2-11-2020, 11:20
  • Комментариев: 0
Название: Vert.x in Action: Asynchronous and Reactive Java
Автор: Julien Ponge
Издательство: Manning Publications
Год: 2020
Формат: PDF
Страниц: 336
Размер: 12 Mb
Язык: English

Vert.x in Action teaches you how to build production-quality reactive applications in Java. This book covers core Vert.x concepts, as well as the fundamentals of asynchronous and reactive programming. Learn to develop microservices by using Vert.x tools for database communications, persistent messaging, and test app resiliency. The patterns and techniques included here transfer to reactive technologies and frameworks beyond Vert.x.
  • Добавил: literator
  • Дата: 2-11-2020, 11:09
  • Комментариев: 0
Kubernetes in Action, 2nd Edition (MEAP)Название: Kubernetes in Action, 2nd Edition (MEAP)
Автор: Marko Luksa
Издательство: Manning Publications
Год: 2020
Страниц: 211
Язык: английский
Формат: pdf (true)
Размер: 10.19 MB

Kubernetes is an essential tool for anyone deploying and managing cloud-native applications. Kubernetes in Action, Second Edition is a fully-updated and comprehensive guide to developing and running applications in a Kubernetes environment. It lays out a complete introduction to container technologies and containerized applications along with practical tips for efficient deployment and operation. This revised edition of the bestselling original contains new coverage of the Kubernetes architecture, including the Kubernetes API, and a deep dive into managing a Kubernetes cluster in production.
  • Добавил: TRex
  • Дата: 2-11-2020, 10:56
  • Комментариев: 0
Название: Operations Anti-Patterns, DevOps Solutions
Автор: Jeffery D.Smith
Издательство: Manning Publications
Год: 2020
Формат: PDF
Страниц: 305
Размер: 10 Mb
Язык: English

Operations Anti-Patterns, DevOps Solutions shows how to implement DevOps techniques in the kind of imperfect environments most developers work in. Part technology tutorial, part reference manual, and part psychology handbook, this practical guide shows you realistic ways to bring DevOps to your team when you don’t have the flexibility to make sweeping changes in organizational structure.
  • Добавил: TRex
  • Дата: 2-11-2020, 10:32
  • Комментариев: 0
Название: Профессиональный TypeScript. Разработка масштабируемых jаvascript-приложений.
Автор: Борис Черный
Издательство: Питер
Год: 2021
Формат: PDF
Страниц: 352
Размер: 10 Mb
Язык: Русский

Любой программист, работающий с языком с динамической типизацией, подтвердит, что задача масштабирования кода невероятно сложна и требует большой команды инженеров. Вот почему Facebook, Google и Microsoft придумали статическую типизацию для динамически типизированного кода.
Работая с любым языком программирования, мы отслеживаем исключения и вычитываем код строку за строкой в поиске неисправности и способа ее устранения. TypeScript позволяет автоматизировать эту неприятную часть процесса разработки.
  • Добавил: TRex
  • Дата: 1-11-2020, 19:32
  • Комментариев: 0
Название: Algorithms and Data Structures: Foundations and Probabilistic Methods for Design and Analysis
Автор: Helmut Knebl
Издательство: Springer
Год: 2020
Формат: PDF
Страниц: 360
Размер: 10 Mb
Язык: English

This is a central topic in any computer science curriculum. To distinguish this textbook from others, the author considers probabilistic methods as being fundamental for the construction of simple and efficient algorithms, and in each chapter at least one problem is solved using a randomized algorithm. Data structures are discussed to the extent needed for the implementation of the algorithms. The specific algorithms examined were chosen because of their wide field of application.
  • Добавил: TRex
  • Дата: 1-11-2020, 19:09
  • Комментариев: 0
Название: MATLAB Report Generator User’s Guide 2020
Автор: The MathWorks
Издательство: The MathWorks
Год: 2020
Формат: PDF
Страниц: 1972
Размер: 13,5 Mb
Язык: English

MATLAB® Report Generator™ provides functions and APIs that integrate reporting capabilities into MATLAB applications. You can develop programs that generate reports in PDF, Microsoft® Word, Microsoft PowerPoint®, and HTML. MATLAB Report Generator enables you to dynamically capture results and figures from your MATLAB code and document those results in a single report that can be shared with others in your organization. You can use the prebuilt, customizable Word and HTML templates or design reports based on your organization’s templates and standards.
  • Добавил: TRex
  • Дата: 1-11-2020, 18:38
  • Комментариев: 0
Название: Simulink 3D Animation User’s Guide 2020
Автор: The MathWorks
Издательство: The MathWorks
Год: 2020
Формат: PDF
Страниц: 452
Размер: 10 Mb
Язык: English

Simulink 3D Animation provides apps for linking Simulink models and MATLAB® algorithms to 3D graphics objects. Objects can be represented in the standard 3D modeling languages X3D and VRML97. You can animate a 3D world by changing position, rotation, scale, and other object properties during desktop or real-time simulation. You can also sense collisions and other events in the virtual world and feed them back into your MATLAB and Simulink algorithms. Video from virtual cameras can be streamed to Simulink for processing.
  • Добавил: literator
  • Дата: 1-11-2020, 17:33
  • Комментариев: 0
Poems That Solve Puzzles: The History and Science of AlgorithmsНазвание: Poems That Solve Puzzles: The History and Science of Algorithms
Автор: Chris Bleakley
Издательство: Oxford University Press
Год: 2020
Страниц: 289
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

Algorithms are the hidden methods that computers apply to process information and make decisions. Nowadays, our lives are run by algorithms. They determine what news we see. They influence which products we buy. They suggest our dating partners. They may even be determining the outcome of national elections. They are creating, and destroying, entire industries. Despite mounting concerns, few know what algorithms are, how they work, or who created them.
  • Добавил: TRex
  • Дата: 1-11-2020, 16:52
  • Комментариев: 0
Название: Computer Programming in C for Beginners
Автор: Gonzalez, Avelino
Издательство: Springer
Год: 2020
Формат: PDF, EPUB
Страниц: 199
Размер: 10 Mb
Язык: English

This textbook is an ideal introduction in college courses or self-study for learning computer programming using the C language. Written for those with minimal or no programming experience, Computer Programming in C for Beginners offers a heavily guided, hands-on approach that enables the reader to quickly start programming, and then progresses to cover the major concepts of C programming that are critical for an early stage programmer to know and understand..
  • Добавил: literator
  • Дата: 1-11-2020, 15:35
  • Комментариев: 0
C Programming Language - Always BeginnersНазвание: C Programming Language - Always Beginners
Автор: DP Publishing
Издательство: DP Publishing
Год: 2020
Язык: английский
Формат: pdf, azw3, epub
Размер: 10.1 MB

What is C? C is a general-purpose computer programming language developed by Dennis Ritchie in 1972 at the Bell Telephone Laboratories for use with the UNIX operating system. Today, C is running under a number of operating systems including MS-DOS (Microsoft Disk Operating System). The C compiler combines the compatibility of assembly language (low level language) with the feature of a high-level language therefore C is a higher level programming language. It is well suited for writing both system software and business package. C is a most robust language whose rich set of built in functions; operators can be used to write a complex program. C is highly portable. This means that C program written for one computer can be run on another computer without any modification or little modification. C is a procedure oriented (procedural) and structural programming language.