|
|
|
|
|
|
|
| |
|
Название: Изучаем программирование на Python Автор: Пол Бэрри Издательство: Эксмо Год: 2017 Формат: pdf Страниц: 611 Размер: 24 Mb Язык: Русский
Надоело продираться через дебри малопонятных самоучителей по программированию? С этой книгой вы без груда усвоите азы Python и научитесь работать со структурами и функциями. |
Разместил: rivasss 6-07-2023, 09:51 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Clean Architectures in Python: A practical approach to better software design, 2nd Edition (2023 Update) Автор: Leonardo Giordani Издательство: Leanpub Год: 2023-05-09 Страниц: 153 Язык: английский Формат: pdf (true), epub Размер: 10.2 MB
Чистая архитектура - это противоположность спагетти-коду, где все переплетено и нет отдельных элементов, которые можно легко отделить от остальных и заменить без разрушения всей системы. Суть чистой архитектуры заключается в том, чтобы четко определить "что где находится и почему", и это должно быть вашей первоочередной задачей при проектировании и внедрении программной системы, какой бы архитектуры или методологии разработки вы ни хотели придерживаться. Чтобы в полной мере оценить книгу, вам необходимо знать Python и быть знакомым с TDD, в частности с модульным тестированием и моками. Пожалуйста, обратитесь к серии статей "TDD в Python с pytest", опубликованной в моем блоге, если вам нужно освежить свои знания по этим темам. |
Разместил: Ingvar16 6-07-2023, 06:29 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Production Engineering from DevOps to MLOps Автор: Arnab Bose, Sebastien Donadio Издательство: Leanpub Год: 2023-06-29 Страниц: 124 Язык: английский Формат: pdf (true), epub Размер: 10.2 MB
The book to bridge DevOps and MLOps. This book takes a DevOps approach to MLOps and uniquely positions how MLOps is an extension of well-established DevOps principles using real-world use cases. It leverages multiple DevOps concepts and methodologies such as CI/CD and software testing. It also demonstrates the additional concepts from MLOps such as continuous training that expands CI/CD/CT to build, operationalize and monitor ML models. This book targets three different personas. First, data engineers and DevOps engineers who manage ML data and model platforms, deploy ML model software into production and monitor them. Second, full-stack data scientists who not only build ML models but work on the end-to-end stack of the ML lifecycle starting with data ingestion to production deployment and monitoring. Third, project managers who need to understand the intricacies of the different steps in taking an ML model to production. |
Разместил: Ingvar16 5-07-2023, 17:48 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Introduction to the Development of Web Applications Using ASP.Net (Core) MVC Автор: Razvan Alexandru Mezei Издательство: Springer Год: 2023 Страниц: 321 Язык: английский Формат: pdf (true) Размер: 10.8 MB
This work is intended to be used as an introduction to Web applications development using ASP.Net (Core) MVC, primarily for undergraduate students. It assumes that our readers already have some experience with one programming language (ideally C#, but other similar languages, such as Java or C++, may suffice too). Readers will be introduced to various client-side languages and frameworks (such as HTML, CSS, javascript, and Bootstrap), learn about some server-side ones (C#, ASP.Net Core), and make use of an object relational mapper (the Entity Framework Core). The focus of this book is on the server-side development, in particular the MVC pattern. |
Разместил: Ingvar16 5-07-2023, 15:49 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: The Garbage Collection Handbook: The Art of Automatic Memory Management, 2nd Edition Автор: Richard Jones, Antony Hosking, Eliot Moss Издательство: CRC Press Год: 2023 Страниц: 610 Язык: английский Формат: pdf (true) Размер: 12.8 MB
Modern technology developments have made memory management more challenging, interesting and important than ever. This second edition updates the handbook, bringing together a wealth of knowledge gathered by automatic memory management researchers and developers over the past sixty years. The authors compare the most important approaches and state-of-the-art techniques in a single, accessible framework. The book addresses new challenges to garbage collection made by recent advances in hardware and software. It explores the consequences of these changes for designers and implementers of high performance garbage collectors. Along with simple and traditional algorithms, the book covers state-of-the-art parallel, incremental, concurrent and real-time garbage collection. Algorithms and concepts are often described with pseudocode and illustrations. The adoption of garbage collection by almost all modern programming languages makes a thorough understanding of this topic essential for any programmer. This authoritative handbook gives expert insight on how different collectors work as well as the various issues currently facing garbage collectors. Armed with this knowledge, programmers can confidently select and configure the many choices of garbage collectors. |
Разместил: Ingvar16 5-07-2023, 14:28 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Pro Spring 6: An In-Depth Guide to the Spring Framework, 6th Edition Автор: Iuliana Cosmina, Rob Harrop, Chris Schaefer Издательство: Apress Год: 2023 Страниц: 949 Язык: английский Формат: pdf Размер: 22.1 MB
Master the Spring Framework, its fundamentals and core topics, and share the authors’ insights and real-world experiences. This book goes well beyond the basics: you'll learn how to leverage the latest Spring Framework 6 to build the various tiers and parts of today's modern, complex enterprise Java applications systems, top to bottom, including data access, SQL generation with jOOQ, persistence with Hibernate, transactions, set up security, classic web and presentation tiers and adding in some reactivity. Spring 6 will be based on the latest available Long Term Support (LTS) release, Java 17. So, you will be able to do the following in your Spring applications: use records, use new utility methods in String class; utilize Local-Variable Syntax for Lambda Parameters; Nested Based Access Control, and more. Integrating Spring with the most used frameworks and libraries is covered in this book, such as Testcontainers, Hibernate, jOOQ, Kafka and many others. |
Разместил: Ingvar16 5-07-2023, 13:00 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Become A Ninja With Angular (v16.1.0) Автор: Ninja Squad Издательство: Ninja Squad Год: 2023-06-14 Страниц: 327 Язык: английский Формат: pdf (true), epub, mobi Размер: 10.1 MB
Данное руководство поможет разработчикам понять философию Angular на практике (в настоящее время 16.1.3), новые инструменты (такие как ES2015, TypeScript, SystemJS, Webpack, Angular CLI ...) и каждую часть инфраструктуры. К концу чтения книги вы сможете начать свой проект и создавать свои удивительные приложения! |
Разместил: Ingvar16 5-07-2023, 10:22 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Основы программирования Автор: Окулов С.М. Издательство: Бинoм. Лабopатopия знаний Год: 2015 - 8-е изд., перераб. Cтраниц: 336 Формат: pdf Размер: 11 мб Язык: русский
В книге рассмотрены фундаментальные положения программирования: конечная величина и конструируемые на ее основе различные типы данных; управляющие конструкции - элементарные составляющие любого алгоритма и основа управления вычислительным процессом; структуризация задач как основополагающий механизм их реализации на компьютере; упорядочение (сортировка) как основа эффективной работы с любыми данными и, наконец, перебор вариантов, как универсальная схема компьютерного решения задач. |
Разместил: rivasss 5-07-2023, 09:13 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Advanced Kotlin Автор: Marcin Moskala Издательство: Leanpub Год: 2023-06-28 Страниц: 351 Язык: английский Формат: pdf (true), epub Размер: 19.6 MB
The book about advanced Kotlin features most of us use, but nearly nobody understands, like variance modifiers, property delegation, interface delegation, contracts, multiplatform development, annotation processing, KSP, compiler plugins, and static analyzers. You can be a developer - even a good one - without understanding the topics explained in this book, but at some point, you’ll need it. You are likely using tools made using features described in this book every day, such as libraries based on annotation processing or compiler plugins, classes that use variance modifiers, functions with contracts, or property delegates, but do you understand these features? Would you be able to implement similar tools yourself? Would you be able to analyze and debug them? This book will make all this possible for you. It focuses exclusively on the most advanced Kotlin topics, which are often not well understood even by senior Kotlin developers. |
Разместил: Ingvar16 5-07-2023, 02:11 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Functional Kotlin Автор: Marcin Moskala Издательство: Leanpub Год: 2023-06-26 Страниц: 258 Язык: английский Формат: pdf (true), epub Размер: 14.6 MB
This book is about functional programming features in Kotlin. It first covers the essentials and then builds on them: it presents important and practical topics like collection processing, scope functions, and DSL usage and creation, context receivers. This book is about functional programming features in Kotlin. It first covers the essentials, and then it builds on them: it presents important and practical topics like collection processing, function references, scope functions, DSL usage and creation, and context receivers. This position is perfect for developers who know the basics of Kotlin and want to learn well a bit more advanced features. It is a natural continuation of Kotlin for developers: Essentials. It is based on the second day of the Kotlin for developers workshop and serves as one of the official workbooks for the workshop. |
Разместил: Ingvar16 4-07-2023, 22:06 | Комментарии: 0 | Подробнее
| | | |
|
| |
br>
|