Vtome.ru - электронная библиотека

  • Добавил: literator
  • Дата: 22-02-2026, 04:39
  • Комментариев: 0
Название: Going Multiplayer: A Complete Guide: From Design to Post-release
Автор: Paolo Abela
Издательство: Apress
Год: 2026
Страниц: 227
Язык: английский
Формат: True PDF, True EPUB
Размер: 18.8 MB

Design, implement, release, and maintain a multiplayer experience! Find out what challenges, risks, and upsides you need to be aware of from day one! Through real-world examples inspired by games such as League of Legends, Ariokan, and Morimens, the book covers the differences between developing multiplayer and single-player games, diving into the details of how the communication between different devices works, how to structure a multiplayer project depending on what you’re developing, how to prepare it for a global launch from a technical and monetization perspective, as well as how to protect the game. It also explains how to develop common features shared by several multiplayer titles. Maintaining an engine-agnostic approach as much as possible, the book uses both Unity and Epic Games products and services as a reference. For game developers and system/economy designers working on a multiplayer project (game or experience), be it live-service or not. Coding knowledge is not required to understand most of the book, but knowing C# will help you get more value from the examples in the most technical chapters.
  • Добавил: literator
  • Дата: 22-02-2026, 02:17
  • Комментариев: 0
Название: Ultimate Generative AI Solutions on Google Cloud: Practical Strategies for Building and Scaling Generative AI Solutions with Google Cloud Tools, Langchain, RAG, and LLMOps
Автор: Arun Pandey
Издательство: Orange Education Pvt Ltd, AVA
Год: 2025
Страниц: 335
Язык: английский
Формат: True PDF, True EPUB
Размер: 10.1 MB, 20.2 MB

Unlock Generative AI's Potential: Transform Ideas into Reality on Google Cloud! Generative AI, powered by Google Cloud Platform (GCP), is reshaping industries with its advanced capabilities in automating and enhancing complex tasks. The Ultimate Generative AI Solutions on Google Cloud is your comprehensive guide to harnessing this powerful combination to innovate and excel in your job role. It explores foundational Machine Learning concepts and dives deep into Generative AI, providing the essential knowledge needed to conceptualize, develop, and deploy cutting-edge AI solutions. The Chapter 1 provides a comprehensive overview of Machine Learning and its various types, from supervised to unsupervised and reinforcement learning. It delves into transformer models, which have reshaped AI development, particularly in natural language processing, and explores the growing domain of generative AI. The chapter also introduces foundation models and model hubs, critical tools for building advanced AI applications. Finally, we will outline the life cycle of generative AI and demonstrate how to leverage Google Cloud’s tools and infrastructure to develop scalable, AI-driven solutions.
  • Добавил: literator
  • Дата: 22-02-2026, 01:24
  • Комментариев: 0
Название: Ultimate Java for Data Analytics and Machine Learning: Unlock Java's Ecosystem for Data Analysis and Machine Learning Using WEKA, JavaML, JFreeChart, and Deeplearning4j
Автор: Abhishek Kumar
Издательство: Orange Education Pvt Ltd, AVA
Год: 2024
Страниц: 363
Язык: английский
Формат: True PDF, True EPUB
Размер: 20.1 MB, 54.7 MB

Empower Your Data Insights with Java's Top Tools and Frameworks. This book is a comprehensive guide to data analysis using Java. It starts with the fundamentals, covering the purpose of data analysis, different data types and structures, and how to pre-process datasets. It then introduces popular Java libraries like WEKA and Rapidminer for efficient data analysis. The middle section of the book dives deeper into statistical techniques like descriptive analysis and random sampling, along with practical skills in working with relational databases (JDBC, SQL, MySQL) and NoSQL databases. It also explores various analysis methods like regression, classification, and clustering, along with applications in business intelligence and time series prediction. The final part of the book gives a brief overview of big data analysis with Java frameworks like MapReduce, and introduces deep learning with the Deeplearning4J library. Whether you're new to data analysis or want to improve your Java skills, this book offers a step-by-step approach with real-world examples to help you master data analysis using Java. This book is ideal for IT professionals, software developers, and data scientists interested in using Java for data analytics. It is also suitable for students and researchers seeking practical insights into Java-based data analysis. Readers should have a basic understanding of Java programming and fundamental concepts in data analysis.
  • Добавил: literator
  • Дата: 22-02-2026, 00:34
  • Комментариев: 0
Название: Modern Web Development with Angular: Build Cutting-Edge, Scalable Web Apps from Scratch with Angular, TypeScript, and Reactive Programming
Автор: Duncan Faulkner, Pierre Bouillon
Издательство: Orange Education Pvt Ltd, AVA
Год: 2024
Страниц: 292
Язык: английский
Формат: True PDF, True EPUB
Размер: 10.1 MB, 31.6 MB

Learn modern Angular development and jumpstart your web development journey. Angular is one of the most popular and powerful frameworks for building dynamic, scalable web applications. With its robust ecosystem, it’s widely used to create high-performance, enterprise-level applications. This book offers a hands-on approach to mastering Angular, guiding you from setting up your development environment to exploring advanced topics like unit testing. You’ll start by learning how to set up Angular and create your first application, followed by gaining a solid understanding of TypeScript, enhancing your ability to work with Angular’s strongly typed features. The book covers core building blocks like components, directives, pipes, and services, providing a strong foundation for robust applications. You’ll also explore Angular’s reactivity system and how to handle asynchronous data to build dynamic UIs. It dives into component communication, data flow, and both Reactive and Template-Driven forms, helping you implement form validation and handle user input effectively.
  • Добавил: Natali26
  • Дата: 21-02-2026, 23:12
  • Комментариев: 0
Название: Самоучитель Python с интерактивными примерами
Автор: Анатолий Владимирович Постолит
Издательство: Автор
Год: 2025
Формат: pdf
Страниц: 470
Размер: 79,26 Мб
Язык: русский

Интерактивный самоучитель по основам программирования на Python предназначен для начинающих программистов. Книга написана простым языком, сопровождается большим количеством примеров и заданий для самоконтроля. Книга предназначена как для начинающих программистов, так и для читателей, имеющих опыт работы с языками программирования, отличными от Python.

  • Добавил: literator
  • Дата: 21-02-2026, 15:36
  • Комментариев: 0
Название: The Power of Go: Tools (Go 1.26 Edition)
Автор: John Arundel
Издательство: Bitfield Consulting
Год: 2026
Страниц: 273
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.1 MB

This friendly, supportive, yet challenging book will show you how master software engineers think, and guide you through the process of designing production-ready command-line tools in Go step by step. If we can figure out how to break down our unsolved problems into a bunch of mini-problems that have already been solved by existing packages, then we're 90% done. How do you break down a problem into manageable chunks? How do you test functions before you've written them? How do you design reusable libraries and tools that delight users? These are all questions I’ve encountered many times, and (good news!) The Power of Go: Tools has the answers. Throughout the twelve chapters and 260+ pages, you'll be tested to your limits, as you learn the intricacies of flags and arguments, files and filesystems, commands, shells and pipelines, JSON and YAML wrangling, and even sophisticated API clients. As we work together to develop increasingly powerful and delightful tools in Go, you'll learn how to test behaviour, not functions; how to reduce error-handling boilerplate and eliminate paperwork; and how to make sure the user is the one having fun.
  • Добавил: literator
  • Дата: 21-02-2026, 15:14
  • Комментариев: 0
Название: Know Go (Go 1.26 Edition)
Автор: John Arundel
Издательство: Bitfield Consulting
Год: 2026
Страниц: 169
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.1 MB

Interfaces, generics, and iterators are key to modern Go. Learn all about them with this easy-to-read but comprehensive guide. If you’re new to Go and generics, and wondering what all the fuss is about, this book is for you! If you have some experience with Go already, but want to learn about the new generics features, this book is also for you. And if you’ve been waiting impatiently for Go to just get generics and iterators already so you can use them, don’t worry: this book is for you too! You don’t need an advanced degree in computer science or tons of programming experience. Know Go explains what you need to know in plain, ordinary language, with simple examples that will show you what’s new, how the language changes will affect you, and exactly how to use generics in your own programs and packages.
  • Добавил: literator
  • Дата: 21-02-2026, 14:54
  • Комментариев: 0
Название: The Power of Go: Tests (Go 1.26 Edition)
Автор: John Arundel
Издательство: Bitfield Consulting
Год: 2026
Страниц: 288
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.1 MB

Go’s built-in support for testing puts tests front and centre of any software project, from command-line tools to sophisticated backend servers and APIs. This book introduces you to all Go’s testing facilities, shows you how to use them to write tests for the trickiest things, and distils the collected wisdom of the Go community on best practices for testing Go programs. Crammed with hundreds of code examples, the book uses real tests and real problems to show you exactly what to do, step by step. You’ll learn how to use tests to design programs that solve user problems, how to build reliable codebases on solid foundations, and how tests can help you tackle horrible, bug-riddled legacy codebases and make them a nicer place to live. From choosing informative, behaviour-focused names for your tests to clever, powerful techniques for managing test dependencies like databases and concurrent servers, The Power of Go: Tests has everything you need to master the art of testing in Go. And with the help of this book, you’ll learn how to build the most complex projects from scratch, using a simple, reliable, and stress-free workflow that delivers robust software fast. Tests are not the goal, I like to remind my students: the goal is programming with confidence.
  • Добавил: literator
  • Дата: 21-02-2026, 14:22
  • Комментариев: 0
Название: The Deeper Love of Go (Go 1.26 Edition)
Автор: John Arundel
Издательство: Bitfield Consulting
Год: 2026
Страниц: 278
Язык: английский
Формат: pdf, epub
Размер: 10.1 MB

This book assumes no previous knowledge of programming, and gently introduces you to Go step by step, challenging you to apply each new concept as you learn it. If you’ve used Go before but feel somehow you skipped something important, this book will build your confidence in the fundamentals. Take your first steps toward mastery with my fun, readable, and easy-to-follow guide. Throughout the book we'll be working together to develop a fun and useful project in Go: an online bookstore called Happy Fun Books. You’ll learn how to use Go to store data about real-world objects such as books, how to write code to manage and modify that data, and how to build useful and effective programs around it. Each chapter introduces a new feature or concept, and sets you some goals to achieve, with complete, step-by-step explanations of how to solve them, and full code listings with accompanying tests. Even more importantly, you’ll learn a simple, fun, and effective way to approach software engineering projects in Go. Even though the material is beginner-friendly, you’ll be mastering some advanced techniques, and learning to design modules, packages, and APIs.
  • Добавил: Igor1977
  • Дата: 21-02-2026, 14:14
  • Комментариев: 0

Название: Классические компьютерные игры на ЯваСкрипте
Автор: Рубанцев В.
Издательство: Без издательства
Год: 2017
Формат: pdf
Страниц: 259
Размер: 13 mb
Язык: Русский

Компьютерные игры появились сразу вслед за персональными компьютерами. Это было давно. Старые компьютерные игры стали классическими и, как любая другая классика, - вечными. Они благополучно дожили до наших дней и продолжают радовать ценителей и знатоков компьютерных игр. Каждый программист должен написать своего Тетриса, свою Змейку и своего Сапёра! Несмотря на почтенный возраст, эти игры не так просты для программирования, как может показаться.
В книге «Классические компьютерные игры на ЯваСкрипте» мы подробно и обстоятельно рассмотрим тонкости и подробности программирования классических компьютерных игр. Мы не будем в точности копировать прошлое, а напишем современные версии этих игр – с красивой графикой, звуками и прочими интерфейсными штучками.