Spring REST: Building Java Microservices and Cloud Applications, 2nd Edition

Автор: literator от 27-11-2021, 22:24, Коментариев: 0

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

Spring REST: Building Java Microservices and Cloud Applications, 2nd EditionНазвание: Spring REST: Building Java Microservices and Cloud Applications, 2nd Edition
Автор: Balaji Varanasi, Maxim Bartkov
Издательство: Apress
Год: 2022
Страниц: 251
Язык: английский
Формат: pdf (true), epub
Размер: 24.1 MB

Design and develop Java-based RESTful APIs using the latest versions of the Spring MVC and Spring Boot frameworks. This book walks you through the process of designing and building a REST application while delving into design principles and best practices for versioning, security, documentation, error handling, paging, and sorting.
 

Agile Visualization with Pharo: Crafting Interactive Visual Support Using Roassal

Автор: TRex от 27-11-2021, 17:32, Коментариев: 0

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

Название: Agile Visualization with Pharo: Crafting Interactive Visual Support Using Roassal
Автор: Alexandre Bergel
Издательство: Apress
Год: 2022
Формат: ePUB, PDF
Страниц: 268
Размер: 26,5 Mb
Язык: English

Use the Pharo interactive development environment to significantly reduce the cost of creating interactive visualizations. This book shows how Pharo leverages visualization development against traditional frameworks and toolkits.
 

Однострочники Python: лаконичный и содержательный код

Автор: ekvator от 27-11-2021, 16:40, Коментариев: 0

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

Однострочники Python: лаконичный и содержательный код
Название: Однострочники Python: лаконичный и содержательный код
Автор: Майер Кристиан
Издательство: Питер
Год: 2022
Формат: pdf, epub
Страниц: 256
Размер: 17,8 Мб
Язык: русский

Краткость - сестра программиста. Эта книга научит вас читать и писать лаконичные и функциональные однострочники. Вы сможете системно разбирать и понимать код на Python, а также писать выразительно и компактно, как настоящий эксперт.Здесь вы найдете приёмы и хитрости написания кода, регулярные выражения, примеры использования однострочников в различных сферах, а также полезные алгоритмы. Подробные пояснения касаются в том числе и важнейших понятий computer science, что поспособствует вашему росту в программировании и аналитике.
 

Practical Docker with Python: Build, Release, and Distribute Your Python App with Docker, 2nd Edition

Автор: literator от 27-11-2021, 16:33, Коментариев: 0

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

Practical Docker with Python: Build, Release, and Distribute Your Python App with Docker, 2nd EditionНазвание: Practical Docker with Python: Build, Release, and Distribute Your Python App with Docker, 2nd Edition
Автор: Sathyajith Bhat
Издательство: Apress
Год: 2022
Страниц: 250
Язык: английский
Формат: pdf (true), epub
Размер: 14.9 MB

Learn the fundamentals of containerization and get acquainted with Docker. This second edition builds upon the foundation of the first book by revising all the chapters, updating the commands, code, and examples to meet the changes in Docker. It also introduces a new chapter on setting up your application for production deployment and breaks down terminologies like Dockerfile and Docker volumes while taking you on a guided tour of building a telegram bot using Python.
 

Hands-on Matplotlib: Learn Plotting and Visualizations with Python 3

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

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

Название: Hands-on Matplotlib: Learn Plotting and Visualizations with Python 3
Автор: Ashwin Pajankar
Издательство: Apress
Год: 2022
Формат: ePUB, PDF
Страниц: 305
Размер: 21,7 Mb
Язык: English

Learn the core aspects of NumPy, Matplotlib, and Pandas, and use them to write programs with Python 3. This book focuses heavily on various data visualization techniques and will help you acquire expert-level knowledge of working with Matplotlib, a MATLAB-style plotting library for Python programming language that provides an object-oriented API for embedding plots into applications.
 

Pipeline as Code: Continuous Delivery with Jenkins, Kubernetes, and Terraform

Автор: literator от 27-11-2021, 14:17, Коментариев: 0

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

Pipeline as Code: Continuous Delivery with Jenkins, Kubernetes, and TerraformНазвание: Pipeline as Code: Continuous Delivery with Jenkins, Kubernetes, and Terraform
Автор: Mohamed Labouardy
Издательство: Manning Publications
Год: 2021
Страниц: 529
Язык: английский
Формат: pdf (true), epub
Размер: 58.0 MB, 51.6 MB

Start thinking about your development pipeline as a mission-critical application. Discover techniques for implementing code-driven infrastructure and CI/CD workflows using Jenkins, Docker, Terraform, and cloud-native services.
 

A Philosophy of Software Design, 2nd Edition

Автор: literator от 27-11-2021, 13:49, Коментариев: 0

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

A Philosophy of Software Design, 2nd EditionНазвание: A Philosophy of Software Design, 2nd Edition
Автор: John Ousterhout
Издательство: Yaknyam Press
Год: 2021
Страниц: 196
Язык: английский
Формат: djvu
Размер: 10.2 MB

This book addresses the topic of software design: how to decompose complex software systems into modules (such as classes and methods) that can be implemented relatively independently. The book first introduces the fundamental problem in software design, which is managing complexity. It then discusses philosophical issues about how to approach the software design process and it presents a collection of design principles to apply during software design. The book also introduces a set of red flags that identify design problems. You can apply the ideas in this book to minimize the complexity of large software systems, so that you can write software more quickly and cheaply.
 

Beginning Java 17 Fundamentals: Object-Oriented Programming in Java 17

Автор: TRex от 27-11-2021, 11:48, Коментариев: 0

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

Название: Beginning Java 17 Fundamentals: Object-Oriented Programming in Java 17
Автор: Kishori Sharan, Adam L. Davis
Издательство: Apress
Год: 2022
Формат: PDF
Страниц: 1023
Размер: 14,5 Mb
Язык: English

Learn the fundamentals of the Java 17 LTS or Java Standard Edition version 17 Long Term Support release, including basic programming concepts and the object-oriented fundamentals necessary at all levels of Java development. Authors Kishori Sharan and Adam L. Davis walk you through writing your first Java program step-by-step. Armed with that practical experience, you'll be ready to learn the core of the Java language. Beginning Java 17 Fundamentals provides over 90 diagrams and 240 complete programs to help you learn the topics faster.
 

Practical Full Stack Machine Learning: A Guide to Build Reliable, Reusable, and Production-Ready Full Stack ML Solutions

Автор: TRex от 27-11-2021, 10:57, Коментариев: 0

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

Название: Practical Full Stack Machine Learning: A Guide to Build Reliable, Reusable, and Production-Ready Full Stack ML Solutions
Автор: Alok Kumar
Издательство: BPB Publications
Год: 2022
Формат: ePUB, PDF
Страниц: 751
Размер: 17,3 Mb
Язык: English

Master the ML process, from pipeline development to model deployment in production.
Key Features
● Prime focus on feature-engineering, model-exploration & optimization, dataops, ML pipeline, and scaling ML API.
● A step-by-step approach to cover every data science task with utmost efficiency and highest performance.
● Access to advanced data engineering and ML tools like AirFlow, MLflow, and ensemble techniques.
 

Qualitative Comparative Analysis Using R: A Beginner's Guide

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

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

Название: Qualitative Comparative Analysis Using R: A Beginner's Guide
Автор: Ioana-Elena Oana, Carsten Q. Schneider, Eva Thomann
Издательство: Cambridge University Press
Год: 2021
Формат: PDF
Страниц: 248
Размер: 10 Mb
Язык: English

A comprehensive introduction and teaching resource for state-of-the-art Qualitative Comparative Analysis (QCA) using R software. This guide facilitates the efficient teaching, independent learning, and use of QCA with the best available software, reducing the time and effort required when encountering not just the logic of a new method, but also new software. With its applied and practical focus, the book offers a genuinely simple and intuitive resource for implementing the most complete protocol of QCA.