LitMy.ru - литература в один клик

  • Добавил: Maurix
  • Дата: 15-08-2021, 10:32
  • Комментариев: 0
Название: Spring Boot: Up and Running: Building Cloud Native Java and Kotlin Applications
Автор: Mark Heckler
Издательство: O’Reilly Media
Год: 2021
Формат: True (PDF, ePUB)
Страниц: 330
Размер: 14,9 Mb, 10 Mb
Язык: English

With over 75 million downloads per month, Spring Boot is the most widely used Java framework available. Its ease and power have revolutionized application development from monoliths to microservices. Yet Spring Boot's simplicity can also be confounding. How do developers learn enough to be productive immediately? This practical book shows you how to use this framework to write successful mission-critical applications.
  • Добавил: Maurix
  • Дата: 15-08-2021, 10:15
  • Комментариев: 0
Название: Production Kubernetes
Автор: Josh Rosso, Rich Lander, Alex Brand
Издательство: O’Reilly Media
Год: 2021
Формат: True PDF, ePUB
Страниц: 509
Размер: 14 Mb, 34 Mb
Язык: English

Kubernetes has become the dominant container orchestrator, but many organizations that have recently adopted this system are still struggling to run actual production workloads. In this practical book, four software engineers from VMware bring their shared experiences running Kubernetes in production and provide insight on key challenges and best practices.
The brilliance of Kubernetes is how configurable and extensible the system is, from pluggable runtimes to storage integrations. For platform engineers, software developers, infosec, network engineers, storage engineers, and others, this book examines how the path to success with Kubernetes involves a variety of technology, pattern, and abstraction considerations.
  • Добавил: Maurix
  • Дата: 15-08-2021, 08:39
  • Комментариев: 0
Название: Advanced R Solutions
Автор: Malte Grosser, Henning Bumann, Hadley Wickham
Издательство: CRC Press
Год: 2022
Формат: PDF
Страниц: 302
Размер: 10 Mb
Язык: English

This book offers solutions to all 284 exercises in Advanced R, Second Edition. All the solutions have been carefully documented and made to be as clear and accessible as possible. Working through the exercises and their solutions will give you a deeper understanding of a variety of programming challenges, many of which are relevant to everyday work. This will expand your set of tools on a technical and conceptual level. You will be able to transfer many of the specific programming schemes directly and will discover far more elegant solutions to everyday problems.
  • Добавил: Maurix
  • Дата: 15-08-2021, 07:52
  • Комментариев: 0
Название: Earth Observation Using Python: A Practical Programming Guide
Автор: Rebekah B. Esmaili
Издательство: Wiley
Год: 2021
Формат: PDF
Страниц: 287
Размер: 96 Mb
Язык: English

Learn basic Python programming to create functional and effective visualizations from earth observation satellite data sets
Thousands of satellite datasets are freely available online, but scientists need the right tools to efficiently analyze data and share results. Python has easy-to-learn syntax and thousands of libraries to perform common Earth science programming tasks.
Earth Observation Using Python: A Practical Programming Guide presents an example-driven collection of basic methods, applications, and visualizations to process satellite data sets for Earth science research.
  • Добавил: Maurix
  • Дата: 14-08-2021, 21:05
  • Комментариев: 0
Название: Python Distilled (Developer's Library)
Автор: David M. Beazley
Издательство: Pearson
Год: 2021
Формат: ePUB
Страниц: 352
Размер: 29,6 Mb
Язык: English

Expert Insight for Modern Python (3.6+) Development from the Author of Python Essential Reference
The richness of modern Python challenges developers at all levels. How can programmers who are new to Python know where to begin without being overwhelmed? How can experienced Python developers know they're coding in a manner that is clear and effective? How does one make the jump from learning about individual features to thinking in Python at a deeper level? Dave Beazley's new Python Distilled addresses these and many other real-world issues.
  • Добавил: literator
  • Дата: 14-08-2021, 20:56
  • Комментариев: 0
Погружение в РефакторингНазвание: Погружение в Рефакторинг
Автор: Александр Швец
Издательство: Refactoring.Guru
Год: 2017
Страниц: 353
Язык: русский
Формат: pdf
Размер: 11,9 MB

Рефакторинг - это контролируемый процесс улучшения кода, без написания новой функциональности. Результат рефакторинга - это чистый код и простой дизайн. Я попытался перенести в эту книгу максимум информации, доступной в полном курсе о рефакторинге. По большей части, мне это удалось. Но некоторые вещи, вроде живых примеров, попросту невозможно преподнести в рамках статичной электронной книги. Поэтому, воспринимайте эту книгу как вспомогательный материал, а не полную замену курса. Книга разбита на две большие секции: Запахи плохого кода и Техники рефакторинга. В первой секции описано то, как не надо писать код. Во второй - то, как уже написанный плохой код можно улучшить. Примеры в этом варианте книги приведены на языке Java.
  • Добавил: harun54
  • Дата: 14-08-2021, 16:21
  • Комментариев: 0
Название: Numerical Analysis: Mathematics of Scientific Computing
Автор: David Kincaid and Ward Cheney
Издательство: American Mathematical Society
Год: 2002
Формат: PDF
Размер: 163 Мб
Язык: английский / English

This book introduces students with diverse backgrounds to various types of mathematical analysis that are commonly needed in scientific computing. The subject of numerical analysis is treated from a mathematical point of view, offering a complete analysis of methods for scientific computing with appropriate motivations and careful proofs. In an engaging and informal style, the authors demonstrate that many computational procedures and intriguing questions of computer science arise from theorems and proofs.
  • Добавил: umkaS
  • Дата: 14-08-2021, 11:14
  • Комментариев: 0
Название: Чистый код. Создание, анализ и рефакторинг
Автор: Мартин Р.
Издательство: Питер
Год: 2010
Cтраниц: 464
Формат: pdf
Размер: 30 мб
Язык: русский

Эта книга посвящена хорошему программированию. Она полна реальных примеров кода. Мы будем рассматривать код с различных направлений: сверху вниз, снизу вверх и даже изнутри. Прочитав книгу, вы узнаете много нового о коде. Более того, вы научитесь отличать хороший код от плохого. Вы узнаете, как писать хороший код и как преобразовать плохой код в хороший. Книга состоит из трех частей.
  • Добавил: Maurix
  • Дата: 13-08-2021, 18:55
  • Комментариев: 0
Название: Practical Weak Supervision (Early Release)
Автор: Wee Hyong Tok, Amit Bahree, Senja Filipi
Издательство: O’Reilly Media
Год: 2021-08-13: Fifth Release
Формат: ePUB
Страниц: 200
Размер: 20 Mb
Язык: English

Most data scientists and engineers today rely on quality labeled data to train their machine learning models. But building training sets manually is time-consuming and expensive, leaving many companies with unfinished ML projects. There's a more practical approach. In this book, Amit Bahree, Senja Filipi, and Wee Hyong Tok from Microsoft show you how to create products using weakly supervised learning models.
  • Добавил: Maurix
  • Дата: 13-08-2021, 18:29
  • Комментариев: 0
Название: Multithreaded jаvascript (Early Release)
Автор: Thomas Hunter II and Bryan English
Издательство: O’Reilly Media
Год: 2021-08-13: Fourth Release
Формат: EPUB
Страниц: 200
Размер: 10 Mb
Язык: English

Traditionally, jаvascript has been a single-threaded language. Nearly all online forum posts, books, online documentation, and libraries refer to the language as single threaded. Thanks to recent advancements in the language--such as the Atomics and SharedArrayBuffers objects and Web Workers in the browser--jаvascript is now a multi-threaded language. These features will go down as being the biggest paradigm shift for the world's most popular programming language.