Software Engineering: Principles and Practices

Автор: harun54 от 6-07-2020, 18:51, Коментариев: 0

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

Название: Software Engineering: Principles and Practices
Автор: Rajesh Narang
Издательство: McGraw Hill Education
Год: 2015
Формат: PDF
Размер: 11 Мб
Язык: английский / English

Taking care of all basics of syllabi and subject, this book on Software Engineering covers right from the fundamentals of the subject till industry oriented topics like Project Management, Change Management, Strategic Control and Hosting Model. All across the book, the content is kept in sync with latest trends like Social-Mobile-Analytics-Cloud (SMAC).
 

Django for APIs: Build web APIs with Python and Django

Автор: TRex от 6-07-2020, 18:00, Коментариев: 0

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

Название: Django for APIs: Build web APIs with Python and Django
Автор: William S. Vincent
Издательство: Leanpub
Год: 2020
Формат: PDF, EPUB
Страниц: 179
Размер: 15,2 Mb
Язык: English

Learn how to build web APIs with Python and Django 3.0.

Take a modern API-first approach to creating 3 different Django back-ends: a Library API, Todo API, and a Blog API with user authentication, permissions, proper documentation, and more. You'll even learn how to connect them to a React front-end for a truly full-stack web application.
 

Genetic Algorithms with Python (2019 Update)

Автор: TRex от 6-07-2020, 17:47, Коментариев: 0

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

Название: Genetic Algorithms with Python
Автор: Clinton Sheppard
Издательство: Leanpub
Год: 2019
Формат: PDF
Страниц: 297
Размер: 10 Mb
Язык: English

Genetic algorithms are one of the tools you can use to apply machine learning to finding good, sometimes even optimal, solutions to problems that have billions of potential solutions. This book gives you experience making genetic algorithms work for you, using easy-to-follow example problems that you can fall back upon when learning to use other machine learning tools and techniques. Each chapter is a step-by-step tutorial that helps to build your skills at using genetic algorithms to solve problems.
 

The Kubernetes Book (2020 Update)

Автор: TRex от 6-07-2020, 17:31, Коментариев: 0

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

Название: The Kubernetes Book
Автор: Nigel Poulton
Издательство: Leanpub
Год: 2020-02-19
Формат: PDF, EPUB, MOBI
Страниц: 163
Размер: 24 Mb
Язык: English

Containers are here and resistance is futile! Now that people are getting their heads around Docker, they need an orchestration platform to help them manage their containerized apps. Kubernetes has emerged as one of the hottest and most important container orchestration platforms in the world. This book gets you up to speed fast!
 

The Python Master (2020 Update)

Автор: TRex от 6-07-2020, 16:43, Коментариев: 0

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

Название: The Python Master
Автор: Austin Bingham, Robert Smallshire
Издательство: Lean Publishing
Год: 2020-04-24
Формат: PDF, EPUB, MOBI
Страниц: 209
Размер: 10 Mb
Язык: English

The Python Master is the culmination of our trilogy covering the core Python language. The material in these books is derived from Sixty North's popular and battle-tested training courses which have led thousands of programmers on a journey to being productive with Python.
 

The Python Apprentice (2020 Update)

Автор: TRex от 6-07-2020, 16:43, Коментариев: 0

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

Название: The Python Apprentice
Автор: Austin Bingham, Robert Smallshire
Издательство: Lean Publishing
Год: 2020-04-05
Формат: PDF
Страниц: 354
Размер: 17 Mb
Язык: English

The Python Apprentice together with The Python Journeyman and The Python Master comprise a trilogy of books on the Python programming language and the Python Standard Library. The material in these books is derived from Sixty North's popular and battle-tested training courses which have led thousands of programmers on a journey to being productive with Python.
 

The Python Journeyman (2020 Update)

Автор: TRex от 6-07-2020, 16:43, Коментариев: 0

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

Название: The Python Journeyman
Автор: Austin Bingham, Robert Smallshire
Издательство: Lean Publishing
Год: 2020-06-05
Формат: PDF, EPUB, MOBI
Страниц: 425
Размер: 17 Mb
Язык: English

The Python Journeyman is the second book in our trilogy covering the core Python language. The material in these books is derived from Sixty North's popular and battle-tested training courses which have led thousands of programmers on a journey to being productive with Python.
 

Composing Software: An Exploration of Functional Programming and Object Composition in JavaScript (2020-05-05 Update)

Автор: TRex от 6-07-2020, 16:03, Коментариев: 0

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

Название: Composing Software: An Exploration of Functional Programming and Object Composition in jаvascript
Автор: Eric Elliott
Издательство: Leanpub
Год: 2020-05-05
Формат: PDF, EPUB, MOBI
Страниц: 238
Размер: 10 Mb
Язык: English

All software design is composition: the act of breaking complex problems down into smaller problems and composing those solutions. Most developers have a limited understanding of compositional techniques. It's time for that to change.In "Composing Software", Eric Elliott shares the fundamentals of composition, including both function composition and object composition, and explores them in the context of jаvascript.
 

Production Go: Build modern, production-ready web services in Go

Автор: literator от 6-07-2020, 15:38, Коментариев: 0

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

Production Go: Build modern, production-ready web services in GoНазвание: Production Go: Build modern, production-ready web services in Go
Автор: Herman Schaaf, Shawn Smith
Издательство: Leanpub
Год: 2020-05-21
Страниц: 154
Язык: английский
Формат: pdf (true), mobi, epub
Размер: 10.1 MB

Production Go is the book about creating and maintaining modern production applications written in Go. It assumes prior programming knowledge, and is recommended for professional programmers. With its focus on simplicity and getting things done, Go is a great language for developing performant, robust and maintainable applications. Production Go first teaches the basics of the Go language, then discusses how to bring an application from development to real users. The authors draw from years of experience running high-volume real-world Go applications to explain the tricks behind making - and keeping - Go applications performant, robust and maintainable.
 

Kubernetes Patterns Patterns, Principles, and Practices for Designing Cloud Native Applications

Автор: literator от 6-07-2020, 15:04, Коментариев: 0

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

Kubernetes Patterns Patterns, Principles, and Practices for Designing Cloud Native ApplicationsНазвание: Kubernetes Patterns: Patterns, Principles, and Practices for Designing Cloud Native Applications
Автор: Bilgin Ibryam, Roland Huß
Издательство: Leanpub
Год: 2019-03-02
Страниц: 171
Язык: английский
Формат: pdf (true), mobi, epub
Размер: 13.1 MB

A minimalistic and focused guide with common use cases, patterns, principles and practices for developing Cloud Native applications on Kubernetes. With the evolution of microservices and containers in the recent years, the way we design, develop and run software has changed significantly. The new modern applications are optimised for scalability, elasticity, failure, and speed of change. Driven by new principles, these modern architectures require a different set of patterns and practices to be applied. In this book, we will try to cover all these new concepts in breadth rather than depth. Today, Kubernetes is measured as one of the most active projects on GitHub. It is probably fair to claim that currently Kubernetes is the most used and feature rich container orchestration platform.