Spring Boot - Quick Start

Автор: TRex от 29-06-2021, 16:59, Коментариев: 0

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

Название: Spring Boot - Quick Start
Автор: Ivor Online
Издательство: Leanpub
Год: 2021
Формат: PDF
Страниц: 503
Размер: 18,3 Mb
Язык: English

Intention of this Book is to quickly get you started using Spring Boot to develop Web Applications.
Book covers basic functionalities like: Controllers, Endpoints, Entities, DTOs, Services, Repositories.
Standalone Tutorials
The core of this Book are standalone tutorials that explain different functionalities of Spring Boot.
 

Start Kubernetes : The Beginner's Guide to Kubernetes

Автор: literator от 29-06-2021, 14:02, Коментариев: 0

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

Start Kubernetes : The Beginner's Guide to KubernetesНазвание: Start Kubernetes : The Beginner's Guide to Kubernetes
Автор: Peter Jausovec
Издательство: Leanpub
Год: 2021-04-25 (Version 1.0.0)
Страниц: 234
Язык: английский
Формат: pdf (true), mobi, epub
Размер: 20.0 MB

If you are a developer, system administrator, or solution architect who wants to make the transition into Kubernetes an absolute breeze, this book is your key to success. This 230-page book is packed full of all the basic concepts and introductions into the more complex capabilities. And I’ve made it an exciting read with detailed explanations, colorful diagrams, practical examples, and more!
 

Real World PowerShell

Автор: literator от 29-06-2021, 13:50, Коментариев: 0

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

Real World PowerShellНазвание: Real World PowerShell
Автор: Joe Acosta
Издательство: Leanpub
Год: 2021-05-07
Язык: английский
Формат: pdf (true), mobi, epub
Размер: 14.96 MB

Transition from foo & bar into real world application of PowerShell! Explore actual advanced functions and scripts written to accomplish every day tasks. Understand WHY the code was developed, HOW PowerShell was applied, and WHAT the final outcome was. Armed with this knowledge you can begin to develop your own PowerShell solutions! PowerShell is an extremely versatile cross-platform shell / language. This quick read will explore actual advanced functions and scripts written to accomplish everyday tasks. Problems, solutions, explanations and code are provided. Everything covered can run wherever PowerShell 5 or 7 runs - Linux, Mac, Windows, even Raspberry Pi.
 

Developing Microservices Architecture on Microsoft Azure with Open Source Technologies

Автор: literator от 29-06-2021, 13:35, Коментариев: 0

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

Developing Microservices Architecture on Microsoft Azure with Open Source TechnologiesНазвание: Developing Microservices Architecture on Microsoft Azure with Open Source Technologies
Автор: Ovais Mehboob Ahmed Khan, Arvind Chandaka
Издательство: Microsoft Press, Pearson
Год: 2021
Страниц: 304
Язык: английский
Формат: epub
Размер: 24.2 MB

Deliver microservices architecture, step-by-step: from defining business problems through development, deployment, and monitoring. Increasingly, organizations are modernizing application development by integrating open source technologies into a holistic architecture for delivering high-quality workloads to the cloud. This is a complete, step-by-step guide to building flexible microservices architecture by leveraging Microsoft Azure cloud services, together with key open source technologies such as Java, Node.JS, .NET Core and Angular. Through a realistic case study project, expert Microsoft engineers Ovais Mehboob Ahmed Khan and Arvind Chandaka guide you through every step of technical implementation required to achieve value: establishing end-to-end infrastructure, developing cloud-native applications, automating deployments, monitoring operations, and more.
 

Clean Code Fundamentals : Hands-on Guide to Understand the Fundamentals of Software Craftsmanship and Clean Code in Java

Автор: TRex от 29-06-2021, 11:04, Коментариев: 0

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

Название: Clean Code Fundamentals : Hands-on Guide to Understand the Fundamentals of Software Craftsmanship and Clean Code in Java
Автор: Martin Hock
Издательство: Leanpub
Год: 2021
Формат: PDF
Страниц: 312
Размер: 10 Mb
Язык: English

To become a better software developer needs deep of knowledge and practical skills in the field of software development and quality This book gives an overview and discusses in-depth knowledge for the analysis and improvement of your software code. You will be able to apply principles, patterns, techniques and tools needed to write clean code.
Nothing affects the work of a team as much as bad, illegible, sloppy and quickly written code that has not been designed carefully. Team dynamics can be improved, requirements can be redefined, and the schedule can be modified. However, if bad code takes over, it becomes more and more a burden for the team.
 

Pillow: Image Processing with Python

Автор: TRex от 29-06-2021, 10:33, Коментариев: 0

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

Название: Pillow: Image Processing with Python
Автор: Michael Driscoll
Издательство: Leanpub
Год: 2021
Формат: PDF
Страниц: 372
Размер: 94 Mb
Язык: English

Have you ever wondered how to use Python to process your images? Wonder no longer! The Pillow package is Python's Imaging Library. In this book, you will learn how to crop photos, apply filters and transforms, work with colors and much more!
 

Robust Python (Early Release)

Автор: TRex от 29-06-2021, 09:07, Коментариев: 0

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

Название: Robust Python (Early Release)
Автор: Patrick Viafore
Издательство: O’Reilly Media
Год: 2021-05-19: Seventh Release
Формат: ePUB
Размер: 10 Mb
Язык: English

Does it seem like your Python projects are getting bigger and bigger? Are you feeling the pain as your codebase grows and gets tougher to debug and maintain? Python is an easy language to learn and use, but that also means systems can quickly grow beyond comprehension. Thankfully, Python has features to help developers overcome maintainability woes.
In this practical book, author Patrick Viafore shows you how to use Python's type system to the max. You'll look at user-defined types, such as classes and enums, and Python's type hinting system. You'll also learn how to make Python extensible and how to use a comprehensive testing strategy as a safety net. With these tips and techniques, you'll write clearer and more maintainable code.
 

Functional Programming in Typescript : A Practical Guide

Автор: TRex от 29-06-2021, 08:56, Коментариев: 0

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

Название: Functional Programming in Typescript : A Practical Guide
Автор: Sam Van Overmeire
Издательство: Leanpub
Год: 2021
Формат: PDF
Страниц: 212
Размер: 20 Mb
Язык: English

Disappointed with Object-oriented Programming? Has imperative coding let you down? Don't worry, because Functional Programming is here to fix all your problems! Maybe! More realistically, it will show you new ways of thinking about code. So why not give it a go with a programming language you are probably already familiar with? Learn how to write programs the functional way with Typescript and the fp-ts library! This book was written for people who are less or not at all familiar with functional programming. It explains basic functional techniques (including monads) and demonstrates their use in practical examples and projects. In those projects you deploy to the AWS cloud, work with a REST API and store information in a database.
 

О Haskell по-человечески, 2-е издание

Автор: literator от 28-06-2021, 20:47, Коментариев: 0

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

О Haskell по-человечески, 2-е изданиеНазвание: О Haskell по-человечески, 2-е издание
Автор: Денис Шевченко
Издательство: Интернет-издание
Год: 2016
Страниц: 147
Язык: русский
Формат: pdf
Размер: 10.6 MB

Перед вами - книга о Haskell, удивительном и прекрасном языке программирования. Функциональное программирование - своеобразное гетто посреди мегаполиса нашей индустрии. Доля функциональных языков пока ещё очень мала, и многие разработчики побаиваются знакомства с этими языками, и с Haskell в особенности. Моя цель - разрушить этот страх. Вероятно, вы слышали, что Haskell - это что-то архисложное, сугубо научное и непригодное для реальной жизни? Читайте дальше и вскоре вы убедитесь в обратном.
 

Automated API testing : Testing Journal

Автор: literator от 28-06-2021, 18:27, Коментариев: 0

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

Automated API testing : Testing JournalНазвание: Automated API testing : Testing Journal
Автор: Anton Smirnov
Издательство: Leanpub
Год: 2021-05-24
Страниц: 86
Язык: английский
Формат: pdf (true), epub
Размер: 38.1 MB

This book will be a lot of programming and describing patterns. I tried to create instructions on how to write code for API testing. In this book, I tried to focus more on the concept of how and with what vision it is necessary to approach the testing of an API. Software testing has become a critical and an ever-growing part of the development life-cycle. Initially, it relied on large teams executing manual test cases. This has changed in recent years as testing teams have found a way to facilitate a faster deployment cycle: test automation. A cost-effective automation testing strategy with a result-oriented approach is always a key to success in automation testing. In this book let’s see how to build good API automation scripts.