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



Реклама



Название: Testing Java Microservices: Using Arquillian, Hoverfly, AssertJ, JUnit, Selenium, and Mockito
Автор: Alex Soto Bueno
Издательство: Manning Publications
Год: 2018
Страниц: 296
Формат: PDF
Размер: 10 Mb
Язык: English

Testing Java Microservices teaches you to implement unit and integration tests for microservice systems running on the JVM. You'll work with a microservice environment built using Java EE, WildFly Swarm, and Docker. You'll learn how to increase your test coverage and productivity, and gain confidence that your system will work as you expect.
Разместил: bomboane 28-02-2020, 22:36 | Комментарии: 0 | Подробнее
Название: Ruby Wizardry: An Introduction to Programming for Kids
Автор: Eric Weinstein
Издательство: No Starch Press
ISBN: 1593275668
Год: 2014
Страниц: 352
Язык: английский
Формат: pdf (true), epub
Размер: 11.72 MB

The Ruby programming language is perfect for beginners: easy to learn, powerful, and fun to use! But wouldn't it be more fun if you were learning with the help of some wizards and dragons? Ruby Wizardry is a playful, illustrated tale that will teach you how to program in Ruby by taking you on a fantastical journey. As you follow the adventures of young heroes Ruben and Scarlet, you’ll learn real programming skills, like how to:
• Use fundamental concepts like variables, symbols, arrays, and strings
• Work with Ruby hashes to create a programmable breakfast menu...
Разместил: Ingvar16 28-02-2020, 22:11 | Комментарии: 0 | Подробнее
Название: Testing Vue.js Applications
Автор: Edd Yerburgh
Издательство: Manning Publications
Год: 2018
Страниц: 272
Язык: английский
Формат: pdf (true), epub, mobi
Размер: 13.7 MB

With Testing Vue.js Applications, you'll discover effective testing methods for Vue applications. You'll enjoy author Edd Yerburgh's engaging style and fun real-world examples as you learn to use the Jest framework to run tests for a Hacker News application built with Vue, Vuex, and Vue Router. This comprehensive guide teaches the best testing practices in Vue along with an evergreen methodology that applies to any web dev process.
Разместил: Ingvar16 28-02-2020, 21:41 | Комментарии: 0 | Подробнее
Название: Redux in Action
Автор: Marc Garreau, Will Faurot
Издательство: Manning Publications
Год: 2018
Страниц: 312
Язык: английский
Формат: pdf (true), epub, mobi
Размер: 15.6 MB

With Redux in Action, you'll discover how to integrate Redux into your React application and development environment. With the insights you glean from the experience of authors Marc Garreau and Will Faurot, you'll be more than confident in your ability to solve your state management woes with Redux and focus on developing the apps you need! With Redux, you manage the state of a web application in a single, simple object, practically eliminating most state-related bugs. Centralizing state with Redux makes it possible to quickly start saved user sessions, maintain a reliable state history, and smoothly transfer state between UIs. Plus, the Redux state container is fully programmable and integrates cleanly with React and other popular frameworks.
Разместил: Ingvar16 28-02-2020, 21:13 | Комментарии: 0 | Подробнее
Название: Agile Enterprise Engineering: Smart Application of Human Factors: Models, Methods, Practices, Case Studies
Автор: Sergey V. Zykov, Amitoj Singh
Издательство: Springer
Год: 2020
Страниц: 158
Язык: английский
Формат: pdf (true), epub
Размер: 26.3 MB

This concise book provides a survival toolkit for efficient, large-scale software development. Discussing a multi-contextual research framework that aims to harness human-related factors in order to improve flexibility, it includes a carefully selected blend of models, methods, practices, and case studies. To investigate mission-critical communication aspects in system engineering, it also examines diverse, i.e. cross-cultural and multinational, environments.
Разместил: Ingvar16 28-02-2020, 20:40 | Комментарии: 0 | Подробнее
Название: Numerical Nonsmooth Optimization: State of the Art Algorithms
Автор: Adil M. Bagirov (Editor), Manlio Gaudioso (Editor), Napsu Karmitsa (Editor), Marko M. M?kel? (Editor), Sona Taheri (Editor)
Издательство: Springer
Год: 2020
Формат: true pdf/epub
Страниц: 700
Размер: 43.9 Mb
Язык: English

Solving nonsmooth optimization (NSO) problems is critical in many practical applications and real-world modeling systems. The aim of this book is to survey various numerical methods for solving NSO problems and to provide an overview of the latest developments in the field. Experts from around the world share their perspectives on specific aspects of numerical NSO.
Разместил: bomboane 28-02-2020, 20:26 | Комментарии: 0 | Подробнее
Название: Multimedia Security Using Chaotic Maps: Principles and Methodologies
Автор: Khalid M. Hosny
Издательство: Springer
Год: 2020
Страниц: 271
Язык: английский
Формат: pdf (true)
Размер: 20.5 MB

This comprehensive book is primarily intended for researchers, engineers, mathematicians and computer security specialists who are interested in multimedia security, steganography, encryption, and related research fields. It is also a valuable reference resource for postgraduate and senior undergraduate students who are studying multimedia, multimedia security, and information security, as well as for professionals in the IT industry.
Разместил: Ingvar16 28-02-2020, 20:14 | Комментарии: 0 | Подробнее
Название: Practical Highcharts with Angular: Your Essential Guide to Creating Real-time Dashboards
Автор: Sourabh Mishra
Издательство: Apress
Год: 2020
Формат: true pdf/epub
Страниц: 302
Размер: 13.6 Mb
Язык: English

Highcharts is a popular charting product that provides stunning animated and interactive charts. This concise book examines data analysis and construct the right graph.
Nowadays, charting is used by the finance, education, entertainment, sports and real estate sectors to analyse their data. Built on top of of modern javascript frameworks like jQuery and Angular, Highcharts enables developers to easily construct charts that will work in all modern browsers with pure knowledge of HTML, CSS, and javascript.
Разместил: bomboane 28-02-2020, 19:28 | Комментарии: 0 | Подробнее
Название: Vue.js in Action
Автор: Erik Hanchett, Benjamin Listwon
Издательство: Manning Publications
Год: 2018
Страниц: 306
Язык: английский
Формат: pdf (true), epub, mobi
Размер: 20.6 MB

Vue.js is a front-end framework that builds on many of the reactive UI ideas introduced in React.js.
Vue.js in Action teaches readers to build fast, flowing web UI with the Vue.js framework. As they move through the book, readers put their skills to practice by building a complete web store application with product listings, a checkout process, and an administrative interface!
Разместил: Ingvar16 28-02-2020, 19:09 | Комментарии: 0 | Подробнее
Название: Optimization for Robot Modelling with MATLAB
Автор: Hazim Nasir Ghafil, K?roly Jarmai
Издательство: Springer
Год: 2020
Формат: True PDF
Страниц: 220
Размер: 12 Mb
Язык: English

This book addresses optimization in robotics, in terms of both the configuration space and the metal structure of the robot arm itself; and discusses, describes and builds different types of heuristics and algorithms in MATLAB.
Разместил: bomboane 28-02-2020, 18:27 | Комментарии: 0 | Подробнее
 MirKnig.Su  ©2024     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности