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

  • Добавил: literator
  • Дата: 5-04-2025, 03:09
  • Комментариев: 0
Название: Video Game Design For Dummies
Автор: Alexia Mandeville
Издательство: For Dummies
Год: 2025
Страниц: 339
Язык: английский
Формат: pdf (true)
Размер: 11.1 MB

Learn what it takes to design a video game, as a hobby or as a career! Video Game Design For Dummies teaches you what it takes to design games from concept to completion. You'll learn the theory behind great gaming experiences, and you'll discover tools you can use to bring your game ideas to life. An experienced video game developer teaches you the basics of game design and how to motivate and engage players. Choose the right game engines and design tools for any project and get step-by-step advice on testing and debugging the games you've made. Thinking of pursuing game design as a career path and want to know where to start? This Dummies guide has your back. With this easy-to-understand book, you can dip your toes into the world of video game design and see where it takes you. And if you end up wanting to release your game to the masses, you'll find everything you need to know, right here. Game design involves juggling a lot of different skills and tools. I usually keep the decision about which game engine to use pretty straightforward, but personal factors are definitely involved. Most of my career has been centered around Unity (besides a couple of projects in Unreal Engine), partly because of the companies I’ve worked for and the opportunities that came my way.
  • Добавил: literator
  • Дата: 4-04-2025, 20:07
  • Комментариев: 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.
  • Добавил: literator
  • Дата: 4-04-2025, 19:30
  • Комментариев: 0
Название: Дизайн и поведение пользователей. Применение психологии и поведенческой экономики в разработке и UX. Второе издание
Автор: Стивен Вендел
Издательство: Спринт Бук
Год: 2025
Страниц: 400
Язык: русский
Формат: pdf
Размер: 36.2 MB

Разработчики и дизайнеры надеются, что их продукты станут такими же незаменимыми и востребованными, как многие популярные приложения. Стивен Вендел — глава отдела поведенческих наук в Morningstar — шаг за шагом знакомит с процессом внедрения методов поведенческого подхода в разработку продуктов. Продакт-менеджеры, дизайнеры и аналитики данных узнают простой и эффективный подход к определению целевых пользователей и моделей поведения, созданию продукта и оценке его эффективности. Книга предлагает понимание того, как лучше всего проектировать продукт, что заставляет пользователей совершать определенные действия и как изменить их поведение.
  • Добавил: literator
  • Дата: 4-04-2025, 17:40
  • Комментариев: 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.
  • Добавил: literator
  • Дата: 4-04-2025, 17:20
  • Комментариев: 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.
  • Добавил: literator
  • Дата: 4-04-2025, 16:54
  • Комментариев: 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.
  • Добавил: literator
  • Дата: 4-04-2025, 16:22
  • Комментариев: 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.
  • Добавил: literator
  • Дата: 4-04-2025, 14:41
  • Комментариев: 0
Название: Practical Serverless Applications with AWS: Harnessing the Power of Serverless Cloud Applications
Автор: Apoorva Prakash, Shaik Inthiyaz Basha
Издательство: Apress
Год: 2025
Страниц: 344
Язык: английский
Формат: pdf
Размер: 12.0 MB

This comprehensive guide is your gateway to unlocking the potential of serverless computing on the AWS platform. Whether you're a seasoned developer or just starting your cloud journey, this book is your essential companion. Dive into the world of serverless architecture as we demystify AWS services like AWS Lambda, API Gateway, DynamoDB, and more. From design principles to deployment strategies, we'll equip you with the knowledge and hands-on experience to build robust, scalable, and cost-effective serverless applications. Practical Serverless Applications with AWS is tailored for anyone eager to grasp the fundamentals of AWS services for constructing serverless applications. Whether you're a seasoned developer or just starting your cloud journey or a student delving into the world of cloud computing, or a freelance developer seeking to expand your skill set, this resource is your gateway to mastering serverless application development on AWS. For Web developers, cloud and data engineering who are looking to improve their cloud-native app development skills.
  • Добавил: literator
  • Дата: 4-04-2025, 05:46
  • Комментариев: 0
Название: Java Functional Programming Made Simple: A Practical Guide with Examples
Автор: William E. Clark
Издательство: Nobtrex L.L.C.
Год: 2025
Страниц: 172
Язык: английский
Формат: pdf, epub (true)
Размер: 10.1 MB

This book provides a detailed and accessible exploration of functional programming in Java, presenting both theoretical foundations and practical applications. It systematically examines key concepts such as immutability, lambda expressions, and functional interfaces, ensuring that readers build a robust understanding of how these techniques improve code clarity and maintainability. Each chapter is crafted to guide programmers through the evolution and application of functional programming principles within Java. The content is structured to bridge the gap between traditional object-oriented programming and modern functional approaches. Detailed discussions on the Stream API and advanced topics like parallel programming with streams equip readers with practical skills to efficiently process and transform data. The book also addresses common challenges, such as exception handling in functional contexts, providing clear examples and best practices for effective code management.
  • Добавил: literator
  • Дата: 4-04-2025, 03:36
  • Комментариев: 0
Название: Generative AI for Beginners: A Practical Guide to Understanding and Creating with AI Models
Автор: Ravi Prasad
Издательство: Independently published
Год: November 16, 2024
Страниц: 341
Язык: английский
Формат: epub
Размер: 34.9 MB

Embark on an exciting journey into the world of Generative Artificial Intelligence with this practical and beginner-friendly guide. Whether you're curious about how AI models like ChatGPT and DALL-E work, or eager to create your own AI-powered projects, this book provides the perfect starting point. Explore the fundamental concepts of Generative AI, demystifying topics like Machine Learning, neural networks, and natural language processing (NLP) with clear explanations and real-world examples. Discover how these technologies power applications in text, image, and music generation, and learn step-by-step how to build and experiment with your own AI creations. Packed with hands-on tutorials, helpful resources, and expert tips, Generative AI for Beginners empowers you to harness the potential of cutting-edge AI models—no prior experience required. Perfect for students, hobbyists, and professionals alike, this guide will help you turn your AI curiosity into innovative creations. Autoencoders are a type of artificial neural network (ANN) used to learn efficient coding of unlabeled data. They have become an essential tool in the field of Machine Learning and Deep Learning. This chapter provides a step-by-step guide to implement autoencoders in the Python programming language.