Production-Ready Microservices: Building Standardized Systems Across an Engineering Organization

Автор: bhaer от 10-12-2016, 10:54, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ


Название: Production-Ready Microservices: Building Standardized Systems Across an Engineering Organization
Автор: Susan Fowler
Издательство: O'reilly
Год: 2016
Страниц: 170
Формат: PDF, EPUB, MOBI
Размер: 10 Mb
Язык: English

Recent practice in distributed systems has shifted from building and maintaining monolithic applications to breaking monoliths into microservices, but the standardization and best practices for microservice architecture and interaction between microservices remain largely undefined. After breaking apart a monolithic application or building up microservices from scratch, many engineers are left wondering "now what"? In Production-Ready Microservices, author Susan Fowler looks at lessons learned from driving high production-readiness standards across over a thousand microservices. She discusses standards that apply to every microservice, and shares strategies for bringing microservices to a production-ready state. A production-ready microservice, she argues, is one that is stable, reliable, fault-tolerant, scalable, performant, monitored, prepared for any catastrophe, and documented and understood.
 

Введение в разработку приложений для Windows 8 с использованием HTML, CSS и JavaScript (2-е изд.)

Автор: SCART56 от 10-12-2016, 02:27, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ


Название: Введение в разработку приложений для Windows 8 с использованием HTML, CSS и javascript (2-е изд.)
Автор: Брокшмидт Крэйг
Издательство: М.: НОУ "Интуит"
Год: 2016
Страниц: 459
Формат: PDF
Размер: 50 Мб
Язык: русский

Учебный курс посвящен основам разработки приложений для Windows 8 с использованием технологий HTML, CSS и javascript.
Курс знакомит читателя с особенностями платформы Windows 8 и инструментальных средств, применяемых при разработке приложений для Магазина Windows. Курс содержит описание внутреннего устройства приложения и его жизненного цикла, сведения по основным элементам управления WinJS.
 

Programming the Intel Galileo: Getting Started with the Arduino - Compatible Development Board

Автор: bhaer от 9-12-2016, 17:42, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ


Название: Programming the Intel Galileo: Getting Started with the Arduino - Compatible Development Board
Автор: Christopher Rush
Издательство: McGraw-Hill Education
Год: 2016
Страниц: 144
Формат: EPUB
Размер: 13 Mb
Язык: English

Write powerful programs for your Intel® Galileo?no experience required!

This hands-on guide offers a step-by-step introduction to programming the Intel® Galileo using Arduino™ software. Written by an experienced electronics hobbyist, Programming the Intel® Galileo: Getting Started with the Arduino™-Compatible Development Board shows how to set up your board, configure the software, and quickly start writing sketches. You will discover how to work with the Galileo’s inputs and outputs, use libraries, interface with the Web, and control external hardware. From there, you will learn to engineer and program your own useful and fun Galileo gadgets.
 

Programming FPGAs: Getting Started with Verilog

Автор: bhaer от 9-12-2016, 17:35, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ


Название: Programming FPGAs: Getting Started with Verilog
Автор: Simon Monk
Издательство: McGraw-Hill Education
Год: 2016
Страниц: 192
Формат: EPUB
Размер: 18 Mb
Язык: English

Take your creations to the next level with FPGAs and Verilog
This fun guide shows how to get started with FPGA technology using the popular Mojo, Papilio One, and Elbert 2 boards. Written by electronics guru Simon Monk, Programming FPGAs: Getting Started with Verilog features clear explanations, easy-to-follow examples, and downloadable sample programs. You’ll get start-to-finish assembly and programming instructions for numerous projects, including an LED decoder, a timer, a tone generator?even a memory-mapped video display! The book serves both as a hobbyists’ guide and as an introduction for professional developers.
 

Murach's ASP.NET 4.6 Web Programming with C# 2015, 6 edition (+code)

Автор: decomeron от 9-12-2016, 16:15, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ


Название: Murach's ASP.NET 4.6 Web Programming with C# 2015, 6 edition+code
Издательство:Murach
Автор: Mary Delamater and Anne Boehm
Год: 2016
Количество страниц:826
Язык: English
Формат: pdf+code
Размер:1 Gb

If you know how to create Windows applications using C#, you’re ready to learn Web Forms programming with our classic ASP.NET book. It will get you off to a fast start whether or not you have done any web programming. It will teach you the skills you need to develop bullet-proof web applications on the job. And when you’re done, this book does double duty as the best on-the-job reference that money can buy.
 

Mastering Autodesk Revit 2017 for Architecture

Автор: bookin от 9-12-2016, 14:05, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ


Название: Mastering Autodesk Revit 2017 for Architecture
Автор: Marcus Kim, Lance Kirby, Eddy Krygiel
Издательство: Wiley & Sons, Inc.
ISBN: 978-1-119-24000-6
Год: 2016
Формат: PDF
Страниц: 984
Размер: 235.9 MB
Язык: English

Наиболее полное руководство для пользователей Autodesk Revit Architecture 2017 года для всех уровней.
Mastering Autodesk Revit 2017 for Architecture is the bestselling guide for Revit Architecture users of all levels, with focused discussions, detailed exercises, and compelling real-world examples.This new edition has been completely revamped based on reader and Revit Architecture instructor feedback to be more useful, more complete, and more approachable than ever. Organized by real-world workflow, practical tutorials guide you through each phase of a project to help you understand BIM concepts and quickly start accomplishing vital Revit Architecture tasks. From templates, work-sharing, and project management, to modeling, documentation, annotation, and complex structures, this book provides full coverage of essential Revit Architecture tools and processes. The companion website features before-and-after tutorials, additional advanced content, and an hour of video instruction to help you quickly master crucial techniques.
 

Python Descriptors

Автор: bhaer от 9-12-2016, 11:25, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ


Название: Python Descriptors
Автор: Jacob Zimmerman
Издательство: Apress
Год: 2017
Страниц: 64
Формат: PDF
Размер: 11 Mb
Язык: English

This short book on Python descriptors is a collection of knowledge and ideas from many sources on dealing with and creating descriptors. And, after going through the things all descriptors have in common, the author explores ideas that have multiple ways of being implemented as well as completely new ideas never seen elsewhere before.
There aren't many good resources out there for writing Python descriptors, and extremely few books. This is a sad state of affairs, as it makes it difficult for Python developers to get a really good understanding of how descriptors work and the techniques to avoid the big gotchas associated with working with them.
This truly is a comprehensive guide to creating Python descriptors. As a BONUS: A pip install-able library, descriptor_tools, was written alongside this book and is an open source library on GitHub.
 

Android Recipes: A Problem-Solution Approach, 5th Edition

Автор: bhaer от 9-12-2016, 11:18, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ


Название: Android Recipes: A Problem-Solution Approach, 5th Edition
Автор: Dave Smith, Erik Hellman
Издательство: Apress
Год: 2017
Страниц: 711
Формат: PDF
Размер: 13 Mb
Язык: English

Discover more than 100 down-to-earth code recipes, covering a wide range of useful topics using complete and real-world working code examples. This book is updated to include the Android N SDK (7.0), as well as earlier releases.
Crammed with insightful instruction and helpful examples, this fifth edition of Android Recipes is your guide to writing apps for one of today’s hottest mobile platforms. It offers pragmatic advice that will help you get the job done quickly and well. This can save you a great deal of work over creating a project from scratch.
 

Толковый словарь стандарта языка Си

Автор: daromir от 9-12-2016, 09:57, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ


Автор: Рекс Жешке
Название: Толковый словарь стандарта языка Си
Издательство: СПб.: Питер
Год: 1994
ISBN: 5-7190-0018-6
Язык: Русский
Формат: pdf
Размер: 11,6 mb
Страниц: 220

Настоящий толковый словарь является своеобразным лоцманом в море имен и терминов, используемых при работе на языке Си. Словарь включает описание двух версий стандарта языка Си: американской (ANSI С) и международной (ISO С).
 

Simulation for Applied Graph Theory Using Visual C++

Автор: asusaser от 9-12-2016, 08:57, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ



Название: Simulation for Applied Graph Theory Using Visual C++
Автор: Shaharuddin Salleh
Издательство: Chapman and Hall/CRC
Год: 353
Формат: PDF/EPUB
Страниц: 353
Размер: 10.54 MB(PDF)/12.98 MB(EPUB)
Язык: English

The tool for visualization is Microsoft Visual C++. This popular software has the standard C++ combined with the Microsoft Foundation Classes (MFC) libraries for Windows visualization. This book explains how to create a graph interactively, solve problems in graph theory with minimum number of C++ codes, and provide friendly interfaces that makes learning the topics an interesting one. Each topic in the book comes with working Visual C++ codes which can easily be adapted as solutions to various problems in science and engineering