Monolith to Microservices: Evolutionary Patterns to Transform Your Monolith (Second Early Release)

Автор: literator от 26-07-2019, 15:37, Коментариев: 0

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

Название: Monolith to Microservices: Evolutionary Patterns to Transform Your Monolith (Second Early Release)
Автор: Sam Newman
Издательство: O'Reilly Media
ISBN: 1492047848
Год: 2019
Страниц: 146
Язык: английский
Формат: epub, pdf (conv)
Размер: 10.1 MB

How do you detangle a monolithic system and migrate it to a microservices architecture? How do you do it while maintaining business-as-usual? As a companion to Sam Newman’s extremely popular Building Microservices, this new book details a proven method for transitioning an existing monolithic system to a microservice architecture. With many illustrative examples, insightful migration patterns, and a bevy of practical advice to transition your monolith enterprise into a microservice operation, this practical guide covers multiple scenarios and strategies for a successful migration, from initial planning all the way through application and database decomposition. You’ll learn several tried and tested patterns and techniques that you can use as you migrate your existing architecture.
 

Data, Engineering and Applications: Volume 2

Автор: literator от 26-07-2019, 14:31, Коментариев: 0

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

Название: Data, Engineering and Applications: Volume 2
Автор: Rajesh Kumar Shukla, Jitendra Agrawal
Издательство: Springer
ISBN: 9811363501
Год: 2019
Страниц: 331
Язык: английский
Формат: pdf (true)
Размер: 12.3 MB

This book presents a compilation of current trends, technologies, and challenges in connection with Big Data. Many fields of science and engineering are data-driven, or generate huge amounts of data that are ripe for the picking. There are now more sources of data than ever before, and more means of capturing data. At the same time, the sheer volume and complexity of the data have sparked new developments, where many Big Data problems require new solutions. Given its scope, the book offers a valuable reference guide for all graduate students, researchers, and scientists interested in exploring the potential of Big Data applications.
 

Extending jQuery

Автор: literator от 26-07-2019, 14:24, Коментариев: 0

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

Название: Extending jQuery
Автор: Keith B. Wood
Издательство: Manning Publications
Год: 2013
Язык: английский
Формат: pdf
Размер: 16.7 MB

jQuery is the most widely used jаvascript library on the web, offering many abilities that make web development much easier. But it concentrates on providing features that are widely applicable and widely used, and can’t do everything that you might want. You could code your extra requirements inline for each web page, but if you find yourself repeating code across several pages it may be time to create a plugin for jQuery instead.
 

Requirements Writing for System Engineering

Автор: buratino от 26-07-2019, 10:07, Коментариев: 0

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


Название: Requirements Writing for System Engineering
Автор: George Koelsch
Издательство: Apress
Год: 2016
Страниц: 400
Формат: PDF
Размер: 10 Mb
Язык: English

Learn how to create good requirements when designing hardware and software systems. While this book emphasizes writing traditional “shall” statements, it also provides guidance on use case design and creating user stories in support of agile methodologies. The book surveys modeling techniques and various tools that support requirements collection and analysis. You’ll learn to manage requirements, including discussions of document types and digital approaches using spreadsheets, generic databases, and dedicated requirements tools. Good, clear examples are presented, many related to real-world work the author has done during his career.
 

Learning Groovy 3: Java-Based Dynamic Scripting 2nd edition

Автор: buratino от 25-07-2019, 20:33, Коментариев: 0

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

Название: Learning Groovy 3: Java-Based Dynamic Scripting Second edition
Автор: Adam L. Davis
Издательство: Apress
Год: 2019
Формат: true pdf/epub/azw3
Страниц: 164
Размер: 10.3 Mb
Язык: English

Start building powerful apps that take advantage of the dynamic scripting capabilities of the Groovy language, including what's new in Groovy version 3.0. This book covers Groovy fundamentals, such as installing Groovy, using Groovy tools, and working with the Groovy Development Kit (GDK). You'll also learn more advanced aspects of Groovy, such as using Groovy design patterns, writing DSLs in Groovy, and taking advantage of Groovy's functional programming features.
 

C++ Concurrency in Action

Автор: kotmatros255 от 25-07-2019, 05:31, Коментариев: 0

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

Название: C++ Concurrency in Action
Автор: Anthony Williams
Издательство: Manning Publications
Год: 2012
ISBN: 978-1-933-98877-1
Формат: pdf
Страниц: 530
Размер: 12,8 Mb
Язык: Русский

C++ Concurrency in Action is a reference and guide to the new C++ 11 Standard for experienced C++ programmers as well as those who have never written multithreaded code. This book will show you how to write robust multithreaded applications in C++ while avoiding many common pitfalls.
Multiple processors with multiple cores are the norm these days. The C++11 version of the C++ language offers beefed-up support for multithreaded applications, and requires that you master the principles, techniques, and new language features of concurrency to stay ahead of the curve.
Written for C++ programmers who are new to concurrency and others who may have written multithreaded code using other languages, APIs, or platforms.
 

Python and AWS Cookbook

Автор: kotmatros255 от 25-07-2019, 05:15, Коментариев: 0

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

Название: Python and AWS Cookbook
Автор: Mitch Python_and_AWS_Cookbook
Издательство: O'Reilly Media
Год: 2011
ISBN: 978-1-449-30544-4
Формат: pdf
Страниц: 74
Размер: 10,8 Mb
Язык: English

If you intend to use Amazon Web Services (AWS) for remote computing and storage, Python is an ideal programming language for developing applications and controlling your cloud-based infrastructure. This cookbook gets you started with more than two dozen recipes for using Python with AWS, based on the author’s boto library.
You’ll find detailed recipes for working with the S3 storage service as well as EC2, the service that lets you design and build cloud applications. Each recipes includes a code solution you can use immediately, along with a discussion of why and how the recipes works. You also get detailed advice for using boto with AWS and other cloud services.
 

Hello! Python

Автор: kotmatros255 от 24-07-2019, 16:57, Коментариев: 0

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

Название: Hello! Python
Автор: Anthony S. Briggs
Издательство: Manning Publications
Год: 2012
ISBN: 978-1-93518-208-5
Формат: pdf, fb2, epub
Страниц: 426
Размер: 28,1 Mb
Язык: English

Hello! Python fully covers the building blocks of Python programming and gives you a gentle introduction to more advanced topics such as object-oriented programming, functional programming, network programming, and program design. New (or nearly new) programmers will learn most of what they need to know to start using Python immediately.
Programmers love Python because it’s fast and efficient. Shouldn’t learning Python be just the same? Hello! Python starts quickly and simply, with a line of Python code. You’ll learn the basics the right way—by writing your own programs. Along the way, you’ll get a gentle introduction to more advanced concepts and new programming styles.
No experience with Python needed. Exposure to another programming language is helpful but not required.
 

Programming Kubernetes: Developing Cloud-Native Applications 1st Edition

Автор: buratino от 24-07-2019, 12:52, Коментариев: 0

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

Название: Programming Kubernetes: Developing Cloud-Native Applications First Edition
Автор: Michael Hausenblas, Stefan Schimanski
Издательство: O'Reilly Media
Год: 2019
Формат: epub/mobi/pdf(conv.)
Страниц: 272
Размер: 10.4 Mb
Язык: English

If you’re looking to develop native applications in Kubernetes, this is your guide. Developers and AppOps administrators will learn how to build Kubernetes-native applications that interact directly with the API server to query or update the state of resources. AWS developer advocate Michael Hausenblas and Red Hat principal software engineer Stefan Schimanski explain the characteristics of these apps and show you how to program Kubernetes to build them.
You’ll explore the basic building blocks of Kubernetes, including the client-go API library and custom resources. All you need to get started is a rudimentary understanding of development and system administration tools and practices, such as package management, the Go programming language, and Git.
 

Программирование на языке LUA

Автор: SCART56 от 24-07-2019, 09:34, Коментариев: 4

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


Название: Программирование на языке LUA
Автор: Роберту Иерузалимски
Издательство: ДМК Пресс
Год: 2014
Страниц: 382
Формат: PDF
Размер: 76 Mb
Язык: Русский

Книга посвящена одному из самых популярных встраиваемых языков – Lua. Этот язык используется во многих играх и большом количестве различных приложений. Он сочетает небольшой объем занимаемый памяти, высокое быстродействие, простоту использования и большую гибкость. Книга рас­сматривает практически все аспекты использования Lua, начиная с основ языка и заканчивая тонкостями расширения языка и взаимодействия с С. Важной особенностью книги является огромный спектр охватываемых тем – практически все, что может понадобиться при использовании Lua.