|
 |
|
 |
|
|
 |
|  |
|
Название: Cross-Stitch Mandalas: 20 Unique Projects Celebrating Color Stories from Around the World Автор: Isabelle Haccourt Vautier Издательство: Stackpole Books Год: April 1, 2025 Размер: 65 Мб Формат: EPUB Страниц: 112 Язык: Английский Погрузитесь в безмятежность с 20 потрясающими мандалами для вышивания крестиком, каждая из которых вдохновлена мировыми достопримечательностями, сочетающими замысловатые узоры с цветовой символикой, чтобы создать красивое, успокаивающее произведение искусства для вашего дома! Автор Isabelle Haccourt Vautier предлагает 20 мандал, вдохновленных городами и странами, которые она мечтает посетить. Используя свое воображение и знание истории и традиций этих мест, она создала потрясающие мандалы, которые отражают дух каждого из них. |
Разместил: sun 4-04-2025, 20:36 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Certified Kubernetes Administrator (CKA) Study Guide: In-Depth Guidance and Practice, 2nd Edition (First Early Release) Автор: Benjamin Muschko Издательство: O’Reilly Media, Inc. Год: 2025-04-04 Страниц: 166 Язык: английский Формат: epub, mobi Размер: 13.6 MB
The ability to administer and monitor a Kubernetes cluster is in high demand. Those who want to demonstrate their credibility and value in the job market hold the Cloud Native Computing Foundation's Certified Kubernetes Administrator (CKA) certification—proving they can confidently work in a Kubernetes environment. The CKA certification exam isn't the typical multiple-choice format of other professional certifications. Instead, it's performance-based, requiring deep knowledge of the tasks under immense time pressure. And the exam has been overhauled for 2025, with an updated curriculum focused on a revised list of competencies. New topics include: Custom Resource Definitions (CRDs) and Operators, the Gateway API, and more. This updated study guide walks you through all the topics covered to fully prepare you for the exam, including new sections reflecting the recent changes. |
Разместил: Ingvar16 4-04-2025, 20:08 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Дизайн и поведение пользователей. Применение психологии и поведенческой экономики в разработке и UX. Второе издание Автор: Стивен Вендел Издательство: Спринт Бук Год: 2025 Страниц: 400 Язык: русский Формат: pdf Размер: 36.2 MB
Разработчики и дизайнеры надеются, что их продукты станут такими же незаменимыми и востребованными, как многие популярные приложения. Стивен Вендел — глава отдела поведенческих наук в Morningstar — шаг за шагом знакомит с процессом внедрения методов поведенческого подхода в разработку продуктов. Продакт-менеджеры, дизайнеры и аналитики данных узнают простой и эффективный подход к определению целевых пользователей и моделей поведения, созданию продукта и оценке его эффективности. Книга предлагает понимание того, как лучше всего проектировать продукт, что заставляет пользователей совершать определенные действия и как изменить их поведение. |
Разместил: Ingvar16 4-04-2025, 19:30 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: C++ Regular Expressions Simplified: A Practical Guide with Examples Автор: William E. Clark Издательство: Nobtrex L.L.C. Год: 2025 Страниц: 186 Язык: английский Формат: pdf, epub (true) Размер: 10.1 MB
C++ Regular Expressions Simplified: A Practical Guide with Examples offers an in-depth exploration of the integration of regular expressions within C++ programming. This book caters to software developers, computer science students, and coding professionals eager to streamline text processing tasks within their codebase. By bridging fundamental C++ principles with the specialized syntax of regular expressions, readers are prepared to tackle complex parsing, validation, and text replacement challenges with precision. The structured approach begins by establishing a robust foundation in both C++ and regular expression essentials, ensuring that even those new to these concepts can follow along. As the material progresses, advanced constructs such as assertions, grouping, and backreferences are introduced, providing readers with the tools to craft sophisticated patterns. Practical applications and real-world case studies further enrich the learning experience, offering tangible examples of regular expressions effectively deployed in C++ projects. |
Разместил: Ingvar16 4-04-2025, 17:40 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: C++ Automation Basics: A Practical Guide with Examples Автор: William E. Clark Издательство: Nobtrex L.L.C. Год: 2025 Страниц: 310 Язык: английский Формат: epub (true) Размер: 10.1 MB
Discover the power of C++ programming in the context of automation with "C++ Automation Basics: A Practical Guide with Examples." This book serves as a foundational resource for anyone seeking to understand the core principles of C++ and its application in streamlining and optimizing automation tasks. Through structured chapters, readers are introduced to programming concepts ranging from basic syntax to complex object-oriented paradigms, enabling them to develop robust coding skills tailored for efficiency. C++ excels in automation primarily because of its performance benefits. Automation tasks often involve processing large volumes of data or executing time-sensitive operations. C++ is compiled to machine code, enabling it to run with minimal overhead and full access to system resources. This capability is critical when automating processes like real-time system monitoring, file management, or network-based tasks. The language’s design accommodates both procedural and object-oriented paradigms, offering flexibility to model automation workflows in a manner that is logical, maintainable, and efficient. |
Разместил: Ingvar16 4-04-2025, 17:20 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: jаvascript OOP Step by Step: A Practical Guide with Examples Автор: William E. Clark Издательство: Nobtrex L.L.C. Год: 2025 Страниц: 125 Язык: английский Формат: pdf, epub (true) Размер: 10.1 MB
"jаvascript OOP Step by Step: A Practical Guide with Examples" presents a thorough exploration of object-oriented programming within the context of jаvascript development. The book meticulously covers essential elements of jаvascript necessary for building a strong foundation in programming. Focusing initially on the language's core syntax, data types, and operators, it prepares readers to construct more advanced logic using control structures such as loops and conditional statements. The progression from fundamental constructs to complex programming paradigms is designed to ensure clarity and effective learning. As readers advance through the material, they are introduced to the principles and implementation of object-oriented programming in jаvascript. The book illustrates foundational concepts such as encapsulation, abstraction, inheritance, and polymorphism, elucidating their application to enhance software design and functionality. Topics extend to advanced object-oriented techniques, including jаvascript's prototype system, mixins, and trait composition, empowering readers to construct scalable, maintainable applications through practical examples. This progression is reinforced with targeted chapters on design patterns, offering insights into using structured approaches to solve conventional programming challenges. |
Разместил: Ingvar16 4-04-2025, 16:54 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Гравировальные работы: техники, приемы, изделия Автор: Подольский Ю. Издательство: М.: Клуб Семейного Досуга Год: 2014 Cтраниц: 210, ил. Формат: rtf Размер: 73 мб Язык: русский
Если вы решили освоить искусство гравирования – художественной обработки металла, эта книга для вас. Свойства металлов, способы подготовки материала, необходимые инструменты и приспособления, основные приемы и техники гравирования, методы отделки готовых изделий, образцы графики – издание будет полезно не только начинающим, но и опытным мастерам. |
Разместил: rivasss 4-04-2025, 16:48 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Все об английском глаголе: Полный справочник в таблицах и схемах Автор: Ильченко В.В. Издательство: М.: Эксмо Год: 2014 Cтраниц: 224 Формат: pdf Размер: 25 мб Язык: русский, английский
Цель предлагаемого учебного пособия – помочь получить, систематизировать и закрепить знания об английском глаголе для практического применения их в письменной и устной речи. Подача материала в виде компактных и наглядных схем и таблиц, а также наличие перекрестных ссылок даст возможность легко и быстро разобраться с материалом любой сложности, окажет существенную помощь в подготовке к экзаменам. Пособие предназначено для широкого круга лиц, изучающих английский язык в школах, вузах, на курсах, с преподавателем или самостоятельно. |
Разместил: rivasss 4-04-2025, 16:47 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: C++ Algorithms for Beginners: A Practical Guide with Examples Автор: William E. Clark Издательство: Nobtrex L.L.C. Год: 2025 Страниц: 702 Язык: английский Формат: epub (true) Размер: 10.1 MB
C++ Algorithms for Beginners: A Practical Guide with Examples is a comprehensive resource for novice programmers and aspiring computer scientists. This book offers a detailed exploration of C++ and the fundamental concepts necessary to master algorithmic thinking. With a focus on practical applications, it presents a step-by-step approach to understanding the language's syntax and intricacies while demystifying the complexities of algorithm design and analysis. Readers will gain insights into essential coding techniques that form the backbone of efficient and effective software development. Structured to facilitate progressive learning, the book begins by introducing the C++ programming environment and moves through key topics such as data types, control structures, and essential data structures like arrays, linked lists, stacks, and queues. As readers advance, they encounter more intricate subjects, including sorting and searching algorithms, recursion versus iteration, and memory management techniques. Each chapter is enriched with real-world examples, ensuring that concepts are not just theoretical but applicable in practical scenarios. |
Разместил: Ingvar16 4-04-2025, 16:22 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Psychology of UX Design: Psychological laws and effects | Gamification | Biases Автор: Alok Kumar Издательство: BPB Publications Год: July 24, 2024 Страниц: 331 Язык: английский Формат: pdf Размер: 10.1 MB
Understanding how users think, feel, and interact with digital products is crucial for creating designs that not only look good but also deliver exceptional user satisfaction. This book will help designers learn the fundamentals of design through the lenses of psychology, gamification, and biases. It includes numerous examples from actual mobile apps and websites, both Indian and global, allowing readers to connect the dots and deeply understand the psychological reasons behind various designs. Readers will understand how Fitt's law, Hick's law, and Miller's law shape layouts and decisions. They will also learn to use Gestalt principles for intuitive interfaces. You will discover how user behavior is influenced by the Zeigarnik effect, Halo effect, and Goal Gradient effect. The book will help you discover tips and tricks for gamifying your product, leading to better user acquisition and retention. Readers will learn about key biases that can impact design decisions. This book is intended for UX designers, UI designers, graphic designers, product managers, and any other designers interested in understanding their audience better. |
Разместил: Ingvar16 4-04-2025, 15:59 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
|