|
 |
|
 |
|
|
 |
|  |
|
Название: Facilitating Software Architecture: Empowering Teams to Make Architectural Decisions Автор: Andrew Harmel-Law Издательство: O’Reilly Media, Inc. Год: 2025 Страниц: 513 Язык: английский Формат: True/Retail PDF, True/Retail EPUB Размер: 17.0 MB
The software architect role is evolving. As systems and their interactions with the teams that build, run, and evolve them become more complex, it's often impossible for those playing the traditional architect roles to be everywhere they need to be. There's simply too much architecture to be done, and the situation has reached a breaking point. There's a better way. Author Andrew Harmel-Law shows you how architects and development teams can collaborate to create and evolve more efficient architectures for their systems. Techniques in this book will help you learn how to create a mindset that allows everyone to practice architecture and build the best systems they've ever experienced. This book is primarily aimed at the two groups I am trying to bring together: developers looking to take steps into architectural accountability and architects learning to add facilitation skills to their repertoire. |
Разместил: Ingvar16 16-03-2025, 06:23 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Cracking the Code: Reverse Engineering Software Protections Автор: Soren Veyron Издательство: Independently published Год: 2025 Страниц: 277 Язык: английский Формат: pdf, azw3, epub, mobi Размер: 10.1 MB
Ever wondered what makes software tick? Or better yet, how to make it stop ticking when it insists on a license key you definitely don’t have? Welcome to Cracking the Code: Reverse Engineering Software Protections, your ultimate guide to unraveling the defenses that developers work so hard to keep people like us out of. This book isn’t just about breaking things—it’s about understanding them. From licensing systems and activation checks to anti-debugging tricks, virtual machines, and code obfuscation, we’re diving deep into the world of software protections. Whether you’re a curious beginner, an aspiring reverse engineer, or a security researcher looking to sharpen your skills, this book will teach you how to analyze, bypass, and even outsmart modern software defenses. We’ll cover everything from debugging protected binaries to analyzing packed executables, cracking serial key validation, and even reverse engineering network-based activations. And because developers keep getting craftier, we’ll also tackle advanced topics like defeating virtualization-based protections, function hooking, and runtime patching. |
Разместил: Ingvar16 16-03-2025, 05:16 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Mastering the Art of MIPS Assembly Programming: Unlock the Secrets of Expert-Level Skills Автор: Steve Jones Издательство: Walzone Press Год: 2025 Страниц: 449 Язык: английский Формат: epub (true) Размер: 10.1 MB
Unlock the full potential of your programming expertise with "Mastering the Art of MIPS Assembly Programming: Unlock the Secrets of Expert-Level Skills." This comprehensive guide goes beyond the basics, delving deep into the sophisticated landscapes of MIPS assembly language. By exploring advanced architectural features, intricate data handling, and optimizing performance, this book equips seasoned programmers with the essential skills to elevate their coding prowess and tackle complex computational challenges effectively. Whether you’re interfacing MIPS with high-level languages or exploring real-world applications in embedded systems, this book illuminates the endless possibilities of MIPS assembly programming. Perfect for advanced programmers seeking to refine their skills and for professionals looking to solve cutting-edge problems with efficiency and precision, "Mastering the Art of MIPS Assembly Programming" is your definitive resource. Embrace the challenge and unlock new horizons in your programming journey with this essential guide. |
Разместил: Ingvar16 15-03-2025, 20:35 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Mastering High-Performance C++: Unlock the Secrets of Expert-Level Skills Автор: Larry Jones Издательство: Walzone Press Год: 2025 Страниц: 479 Язык: английский Формат: epub (true) Размер: 10.1 MB
"Mastering High-Performance C++: Unlock the Secrets of Expert-Level Skills" is crafted to elevate your skills and understanding of one of the most powerful programming languages in the software development landscape. This comprehensive guide delves into the advanced intricacies of C++, equipping seasoned developers with the expertise to harness the full potential of modern C++ standards. Each chapter is meticulously designed to offer in-depth insights into language features, optimization techniques, and real-world applications, challenging readers to push the boundaries of performance and efficiency. The book covers a wide array of essential topics, from refined memory management techniques to sophisticated concurrency models, demystifying complex subjects through clear explanations and practical examples. As you navigate through template metaprogramming, the intricacies of design patterns, and the powerful Standard Template Library, you'll gain the prowess to construct robust and scalable applications. Additionally, discover how to integrate C++ with other programming languages, facilitating cross-platform development and expanding your project's capabilities. |
Разместил: Ingvar16 15-03-2025, 16:13 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Математическое программирование Автор: Балдин К. В. , Брызгалов Н. А. , Рукосуев А. В. под общ. ред. К.В. Балдина Издательство: Дашков и К° Год: 2018 - 2-е изд. Cтраниц: 218 с. : ил. Формат: pdf (ocr) / djvu Размер: 11 мб Язык: русский
В учебнике рассматриваются теоретические основы математического программирования с позиций методологии системного анализа. Представлены методы решения задач линейного, нелинейного, динамического программирования и некоторых специальных задач линейного программирования. Рассматриваются проблемы применения известных методов и моделей теории игр в разработке рациональных управленческих решений в неопределенных условиях. В приложениях представлены задачи для самостоятельного решения. |
Разместил: rivasss 15-03-2025, 15:51 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Building Web Applications with Blazor and C# Автор: Madison Giroux Издательство: Independently published Год: 2025 Язык: английский Формат: pdf, epub, mobi Размер: 10.1 MB
Blazor is revolutionizing web development, allowing you to write full-stack applications using just C# and .NET. No more juggling jаvascript frameworks—Blazor WebAssembly lets you run C# code directly in the browser, giving you the power to build fast, dynamic, and scalable single-page applications (SPAs) using technologies you already know and love. This book is your comprehensive, hands-on guide to mastering Blazor WebAssembly. You'll start with the fundamentals—components, data binding, event handling, and routing—before diving into state management, API integration, forms, and authentication. You'll even learn how to work with databases, including SQLite and Entity Framework Core, to build fully functional applications. |
Разместил: Ingvar16 15-03-2025, 08:28 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Programming Rust: Fast, Safe Systems Development, 3rd Edition (Early Release) Автор: Jim Blandy, Jason Orendorff, Leonora F.S. Tindall Издательство: O’Reilly Media, Inc. Год: 2025-03-13 Страниц: 168 Язык: английский Формат: epub (true), mobi Размер: 10.1 MB
Rust combines low-level control with memory safety, making it an ideal choice for systems programming. This practical guide is for experienced programmers looking to write fast, reliable code while avoiding common pitfalls like data races and buffer overflows. Authors Jim Blandy, Jason Orendorff, and Leonora Tindall explain Rust's unique approach to ownership, borrowing, and concurrency, helping you build safe, high-performance applications. Fully updated for Rust's 2024 edition, this book introduces the latest language advancements while covering essential topics like generics, async programming, and C interoperability. Whether you're working on low-latency systems, embedded software, or multithreaded applications, this edition equips you with the knowledge to write efficient, production-ready Rust code. Rust’s syntax is deliberately unoriginal. If you are familiar with C, C++, Java, or jаvascript, you can probably find your way through the general structure of a Rust program. |
Разместил: Ingvar16 15-03-2025, 03:06 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Securing Microsoft Azure OpenAI Автор: Karl Ots Издательство: Wiley Год: 2025 Страниц: 384 Язык: английский Формат: epub (true) Размер: 11.1 MB
Securely harness the full potential of OpenAI's artificial intelligence tools in Azure. Securing Microsoft Azure OpenAI is an accessible guide to leveraging the comprehensive AI capabilities of Microsoft Azure while ensuring the utmost data security. This book introduces you to the collaborative powerhouse of Microsoft Azure and OpenAI, providing easy access to cutting-edge language models like GPT-4o, GPT-3.5-Turbo, and DALL-E. Designed for seamless integration, the Azure OpenAI Service revolutionizes applications from dynamic content generation to sophisticated natural language translation, all hosted securely within Microsoft Azure's environment. Securing Microsoft Azure OpenAI demonstrates responsible AI deployment, with a focus on identifying potential harm and implementing effective mitigation strategies. The book provides guidance on navigating risks and establishing best practices for securely and responsibly building applications using Azure OpenAI. By the end of this book, you'll be equipped with the best practices for securely and responsibly harnessing the power of Azure OpenAI, making intelligent decisions that respect user privacy and maintain data integrity. |
Разместил: Ingvar16 14-03-2025, 19:29 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Machine Learning and AI with Simple Python and Matlab Scripts: Courseware for Non-computing Majors Автор: M. Ümit Uyar Издательство: Wiley-IEEE Press Год: 2025 Страниц: 379 Язык: английский Формат: pdf (true) Размер: 16.1 MB
A practical guide to AI applications for Simple Python and Matlab scripts. Machine Learning and AI with Simple Python and Matlab Scripts: Courseware for Non-computing Majors introduces basic concepts and principles of machine learning and artificial intelligence to help readers develop skills applicable to many popular topics in engineering and science. Step-by-step instructions for simple Python and Matlab scripts mimicking real-life applications will enter the readers into the magical world of AI, without requiring them to have advanced math and computational skills. The book is supported by instructor only lecture slides and sample exams with multiple-choice questions. Machine Learning and AI with Simple Python and Matlab Scripts is an accessible, thorough, and practical learning resource for undergraduate and graduate students in engineering and science programs along with professionals in related industries seeking to expand their skill sets. |
Разместил: Ingvar16 14-03-2025, 19:03 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Infrastructure as Code: Designing and Delivering Dynamic Systems for the Cloud Age, 3rd Edition (Final Release) Автор: Kief Morris Издательство: O’Reilly Media, Inc. Год: 2025 Страниц: 490 Язык: английский Формат: epub Размер: 10.3 MB
The past decade has seen cloud and infrastructure as code move out of shadow IT and startups and into the mainstream. Many organizations rushed to adopt new technologies as part of their transformation into digital businesses, creating a sprawl of unmaintainable infrastructure codebases. Now, there is a need to consolidate cloud-based systems into mature foundations for sustainable growth. With this book, Kief Morris describes patterns and practices for building and evolving infrastructure as code. The third edition provides a broader context for infrastructure, explaining how to design and implement infrastructure to better support the strategic goals and challenges of an organization, such as supporting growth while better managing costs. This book explains how to use modern software development practices such as test-driven development (TDD), continuous integration (CI), and continuous delivery (CD) to make changing infrastructure fast and safe. It also describes how software design principles help create resilient, well-maintained infrastructure. |
Разместил: Ingvar16 14-03-2025, 17:09 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
br>
|