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

  • Добавил: literator
  • Дата: 20-01-2025, 02:31
  • Комментариев: 0
Название: C in Action: Learn with Projects and Real-World Examples
Автор: Govind Kumawat
Издательство: Independently published
Год: December 2, 2024
Страниц: 166
Язык: английский
Формат: pdf
Размер: 35.3 MB

"C in Action: Learn with Projects and Real-World Examples" is the ultimate resource for learning C programming through hands-on experience. Designed for both beginners and experienced programmers, this eBook takes a project-based approach to teach the C language. Each chapter focuses on a specific concept or feature of C, demonstrating its application in real-world projects. With practical examples ranging from simple programs to more complex, industry-level projects, you'll gain the skills and confidence needed to tackle any programming challenge. The book covers essential topics such as control structures, data types, memory management, pointers, and more. You'll work on real-world problems, building a diverse portfolio of projects that showcase your C programming expertise. This approach not only enhances your understanding but also prepares you for real job environments where C programming is commonly used.
  • Добавил: literator
  • Дата: 19-01-2025, 19:08
  • Комментариев: 0
Название: Practical Ruby 3 Programming: Simpler than Python, offering concise syntax, reusable code, and maximum developer productivity
Автор: Zorin Fylix
Издательство: GitforGits
Год: 2025
Страниц: 212
Язык: английский
Формат: pdf, azw3, epub, mobi
Размер: 10.1 MB

This book gives Ruby fans the skills they need to become well-versed in Ruby and build solid applications. It starts with the basics and moves on to exploring the power of blocks, procs, and lambdas. You'll learn how these constructs make your code more flexible and reusable. As you go through it, you'll learn about enumerators, which help you streamline iteration and handle complex data transformations with ease. Then, you'll dive into the exciting world of RubyGems, where you'll learn to find, install, and manage gems like a pro. You'll get hands-on with popular gems like Nokogiri and Faker, showing how to take Ruby to the next level for tasks like parsing HTML and generating realistic test data. And you'll even learn how to create and distribute your own custom gems, so you can share your innovations with the entire Ruby community. Performance is a big focus too, with techniques for measuring how well Ruby programs run and finding the things that slow them down. It also covers packaging Ruby applications in detail, showing how to create executables and prepare programs for seamless distribution to your users. It's all about keeping track of changes with Git, working with others, and keeping your project history neat and tidy. By the time you're done with this book, you'll have a firm grasp on Ruby and the know-how to create, optimize, and deploy cutting-edge Ruby applications.
  • Добавил: literator
  • Дата: 19-01-2025, 18:19
  • Комментариев: 0
Название: In-Sprint Automation Mastery: Elevate your Agile testing Game
Автор: Partha Sarathi Samal, Suresh Kumar Palus, Behrang Zandi, Sai Kiran Padmam
Издательство: Notion Press
Год: 2025
Страниц: 363
Язык: английский
Формат: epub (true)
Размер: 12.7 MB

In the dynamic and fast-paced world of software development, staying ahead of the curve is not just an advantage but a necessity. This book, “In-Sprint Automation Mastery: Elevate Your Agile Testing Game,” is designed to equip software professionals—developers, testers, project managers, and Agile practitioners—with the knowledge, strategies, and tools needed to excel in a rapidly evolving industry. By focusing on in-sprint automation, this guide provides a comprehensive approach to mastering Agile testing, enabling teams to achieve both speed and quality without compromise. We begin with the foundational concepts of Agile testing, outlining the evolution of software testing practices and the critical role that in-sprint automation plays in Agile environments. Each chapter thereafter delves into specific aspects of automation within Agile, covering essential topics like tool selection, UI and API testing, building robust CI/CD pipelines, and continuous feedback mechanisms. Throughout, we address common challenges and offer best practices, illustrated with case studies and real-world scenarios.
  • Добавил: literator
  • Дата: 19-01-2025, 15:42
  • Комментариев: 0
Название: Pro Spring Boot 3 with Kotlin: In-Depth Guide to Best Practices for Cloud-Native and Microservices Development, 3rd Edition
Автор: Peter Späth, Felipe Gutierrez
Издательство: Apress
Год: 2025
Страниц: 922
Язык: английский
Формат: pdf (true), epub
Размер: 31.7 MB

Quickly and productively build complex Kotlin-based Spring applications and microservices out of the box, with minimal concern over things such as configurations. This revised edition will show you how to fully leverage the Spring Boot 3 micro-framework and apply it to create enterprise-ready Kotlin-based cloud-native applications, microservices, and web applications that just work. The book covers what has been added to the new Spring Boot 3 release, including improved support for the Kotlin programming language, changes to Stream Editor UI, Maven Preemptive Authentication, building Docker images using cloud-native build packs, building layered jars for optimized Docker images, E2E traceability for configuration properties, many dependency upgrades, support for Spring Data, and much more.
  • Добавил: umkaS
  • Дата: 19-01-2025, 12:51
  • Комментариев: 0
Название: Разработка мобильных приложений на C# для iOS и Android
Автор: Черников В.
Издательство: ДМK
Год: 2020
Cтраниц: 188
Формат: pdf (ocr)
Размер: 26 мб
Язык: русский

Данная книга в сжатой форме описывает целостный процесс создания приложений для смартфонов и планшетов. Рассматриваются особенности мобильных операционных систем и устройств, выбор инструментов для разработки, подготовка рабочей документации в духе Agile, проектирование структуры и архитектуры решения, создание автоматизированного конвейера Continues Integration/Continues Delivery, а также мониторинг работоспособности конечного продукта на устройствах реальных пользователей. Все примеры приведены на языке C#.
  • Добавил: literator
  • Дата: 19-01-2025, 06:02
  • Комментариев: 0
Название: Data Structures and Algorithms in jаvascript (Final Release)
Автор: Federico Kereki
Издательство: No Starch Press
Год: 2025
Страниц: 595
Язык: английский
Формат: True/Retail PDF, True/Retail ePUB
Размер: 31.1 MB

Think you know jаvascript? Think again. This isn’t your typical coding book—it’s a deep dive into the powerful world of data structures and algorithms that will transform the way you approach problem solving in jаvascript. Whether you’re a frontend developer tackling complex applications, a backend engineer building scalable systems, or a programmer preparing for technical interviews, this book will revolutionize the way you code. This book deals with two basic concepts in Computer Science: data structures and algorithms. It follows a structure similar to university curricula and adds examples taken from coding challenges and interview questions, using them to discuss the relative advantages and disadvantages of specific algorithms and data structures. All examples are fully coded in jаvascript, with particular attention given to modern language features that simplify coding.
  • Добавил: literator
  • Дата: 19-01-2025, 03:53
  • Комментариев: 0
Название: Information Access in the Era of Generative AI
Автор: Ryen W. White, Chirag Shah
Издательство: Springer
Год: 2025
Страниц: 250
Язык: английский
Формат: pdf (true), epub
Размер: 17.3 MB

Generative Artificial Intelligence (GenAI) has emerged as a groundbreaking technology that promises to revolutionize many industries as well as people’s personal and professional lives. This book discusses GenAI and its role in information access - often referred to as Generative Information Retrieval (GenIR) - or more broadly, information interaction. The role of GenAI in information access is complex and dynamic, with many dimensions. To address this, following a brief introduction to GenAI and GenIR, the remainder of the book provides eight chapters, each targeting a different dimension or sub-topic. These cover foundations of GenIR, interactions with GenIR systems, adapting them to users, tasks, and scenarios, improving them based on user feedback, GenIR evaluation, the sociotechnical implications of GenAI for information access, recommendations within GenIR, and the future of information access with GenIR. The book is targeted at graduate students and researchers interested in issues of information retrieval, access, and interactions, as well as applications of GenAI in various informational contexts. While some of the parts assume prior background in IR or AI, most others do not, making this book suitable for adoption in various classes as a primary source or as a supplementary material.
  • Добавил: literator
  • Дата: 18-01-2025, 16:56
  • Комментариев: 0
Название: A First Introduction to Quantum Computing and Information 2nd Edition
Автор: Bernard Zygelman
Издательство: Springer
Серия: Undergraduate Topics in Computer Science
Год: 2025
Страниц: 287
Язык: английский
Формат: pdf (true), epub
Размер: 30.3 MB

This textbook addresses and introduces new developments in the field of quantum information and computing (QIC) for a primary audience of undergraduate students. Developments over the past few decades have spurred the need for QIC courseware at major research institutions. To address this, the present 2nd edition of a highly accessible textbook/reference broadens the exposure of QIC science for the undergraduate market. The subject matter is introduced in such a way so that it is accessible to students with only a first-year calculus background. Greater accessibility allows a broader range of academic offerings. This unique introductory textbook can serve courses offered in university physics, engineering, math, and definitely Computer Science departments. Use of Mathematica software allows a fast learning curve for students who have limited experience with scientific programming.
  • Добавил: literator
  • Дата: 18-01-2025, 15:58
  • Комментариев: 0
Название: Mastering Computer Vision with PyTorch 2.0: Discover, Design, and Build Cutting-Edge High Performance Computer Vision Solutions with PyTorch 2.0 and Deep Learning Techniques
Автор: M. Arshad Siddiqui
Издательство: 2025 Orange Education Pvt Ltd, AVA
Год: 2025
Страниц: 255
Язык: английский
Формат: epub (true)
Размер: 22.7 MB

Unleashing the Power of Computer Vision with PyTorch 2.0. In an era where Computer Vision has rapidly transformed industries like healthcare and autonomous systems, PyTorch 2.0 has become the leading framework for high-performance AI solutions.[Mastering Computer Vision with PyTorch 2.0] bridges the gap between theory and application, guiding readers through PyTorch essentials while equipping them to solve real-world challenges. Designed for both beginners and intermediate learners in computer vision and deep learning, this book aims to provide practical and in-depth insights into PyTorch’s powerful capabilities. The journey starts with a thorough examination of PyTorch’s past, helping readers appreciate how PyTorch’s unique architecture and foundational principles have distinguished it in the landscape of Machine Learning frameworks. This historical context will lay a solid foundation for understanding the unique benefits of PyTorch, making it a tool of choice for many researchers and practitioners in the field.
  • Добавил: umkaS
  • Дата: 18-01-2025, 11:29
  • Комментариев: 0
Название: DevOps для современного предприятия
Автор: Херинг М.
Издательство: ДМK
Год: 2020
Cтраниц: 232
Формат: pdf (ocr)
Размер: 34 мб
Язык: русский

DevOps – методика автоматизации рабочих процессов, существенно облегчающая задачи организации и способствующая действенным преобразованиям. Мирко Херинг, менеджер со стажем, рассказывает о том, как избежать распространенных ошибок на пути внедрения инноваций и добиться успеха в долгосрочной перспективе.