Accelerated Linux Core Dump Analysis, Fourth Edition - Training Course Transcript with GDB and WinDbg Practice Exercises

Автор: literator от 21-10-2025, 18:26, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Accelerated Linux Core Dump Analysis, Fourth Edition - Training Course Transcript with GDB and WinDbg Practice Exercises
Автор: Dmitry Vostokov
Издательство: OpenTask
Год: January 2025 (Revision 4.01)
Страниц: 737
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

Learn how to analyze x64 and ARM64 Linux process and kernel crashes and hangs, navigate through core memory dump space and diagnose corruption, memory leaks, CPU spikes, blocked threads, deadlocks, wait chains, and more than 50 memory analysis patterns. The training consists of more than 70 step-by-step exercises using GDB and WinDbg debuggers. The full transcript of Software Diagnostics Services training. Learn how to analyze Linux process and kernel crashes and hangs, navigate through core memory dump space and diagnose corruption, memory leaks, CPU spikes, blocked threads, deadlocks, wait chains, and much more. This training uses a unique and innovative pattern-oriented diagnostic analysis approach to speed up the learning curve. The training consists of more than 70 practical step-by-step exercises using GDB and WinDbg debuggers, highlighting more than 50 memory analysis patterns diagnosed in 64-bit core memory dumps from x64 and ARM64 platforms.
 

Mastering Dart for Flutter: The Step-by-Step Guide to Building Cross-Platform Apps

Автор: Natali26 от 21-10-2025, 18:21, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Mastering Dart for Flutter: The Step-by-Step Guide to Building Cross-Platform AppsНазвание: Mastering Dart for Flutter: The Step-by-Step Guide to Building Cross-Platform Apps
Автор: Ronald C. Sheffield
Издательство: Ronald C. Sheffield
Год: 2024
Формат: pdf, epub, fb2
Страниц: 105
Размер: 10.6 Мб
Язык: английский

Flutter, powered by the Dart programming language, is revolutionizing cross-platform app development. It empowers you to build stunning, natively compiled applications for mobile, web, and desktop from a single codebase. With its fast development cycle, expressive UI, and rich widget library, Flutter is the go-to choice for developers who want to create beautiful, high-performance apps that reach a wide audience.

 

The API: 3rd Edition

Автор: literator от 21-10-2025, 17:07, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: The API: 3rd Edition
Автор: Sergey Konstantinov
Издательство: Leanpub
Год: 2024-10-29
Страниц: 309
Язык: английский
Формат: epub
Размер: 10.1 MB

API-first development is one of the hottest technical topics nowadays since many companies have started to realize that APIs serves as a multiplier to their opportunities — but it amplifies the design mistakes as well. API-first development is one of the hottest technical topics nowadays since many companies started to realize that API serves as a multiplier to their opportunities—but it also amplifies the design mistakes as well.Since our book is dedicated not to software development per se, but to developing APIs, we should look at all those questions from a different angle: why does solving those problems specifically require an API, not simply a specialized software application? In terms of our fictional example, we should ask ourselves: why provide a service to developers that allows for brewing coffee for end users instead of just making an app?
 

Vibe Coding: Building Production-Grade Software With GenAI, Chat, Agents, and Beyond

Автор: literator от 21-10-2025, 15:49, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Vibe Coding: Building Production-Grade Software With GenAI, Chat, Agents, and Beyond
Автор: Gene Kim, Steve Yegge
Издательство: IT Revolution
Год: 2025
Страниц: 384
Язык: английский
Формат: pdf, epub (true)
Размер: 13.3 MB

GenAI is fundamentally changing the world of software development like nothing since the internet. Vibe Coding is a first-of-its-kind, groundbreaking book that shows developers how to embrace this new frontier. Science fiction is now reality. Programmers no longer need to toil over code and syntax. They can now describe what they want and watch it materialize instantly. Welcome to the future—Vibe Coding. In this groundbreaking book, industry veterans Steve Yegge (Google, Amazon, Sourcegraph) and WSJ bestselling author Gene Kim (The Phoenix Project and The DevOps Handbook) reveal how vibe coding is transforming software development as we know it. By leveraging the power of AI assistance—where intent and flow matter more than syntax—developers can achieve unprecedented levels of productivity, creativity, and joy. Whether you're a seasoned developer looking to stay ahead of the AI revolution, a technical leader guiding your team through this transformation, a former coder returning after a break, or someone just starting their career, this handbook provides the roadmap you need to thrive in the new era of software development.
 

Hugging Face in Action (Final Release)

Автор: literator от 21-10-2025, 15:21, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Hugging Face in Action (Final Release)
Автор: Wei-Meng Lee
Издательство: Manning Publications
Год: 2026
Страниц: 368
Язык: английский
Формат: pdf (true)
Размер: 68.9 MB

Everything you need to know about using the tools, libraries, and models at Hugging Face—from transformers, to RAG, LangChain, and Gradio. Hugging Face in Action reveals how to get the absolute best out of everything Hugging Face, from accessing state-of-the-art models to building intuitive frontends for AI apps. Hugging Face in Action teaches you how to build end-to-end AI systems using resources from the Hugging Face community. In it, you'll create multiple projects, including an object detection model, a RAG Q&A application, an LLM-powered chatbot, and more. You'll appreciate the clear, accessible explanations, along with thoughtful introductions to key technologies like LangChain, LlamaIndex, and Gradio. For Python programmers familiar with NumPy and Pandas. No AI experience required.
 

Troubleshooting Java, Second Edition (Final Release)

Автор: literator от 21-10-2025, 15:00, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Troubleshooting Java, Second Edition (Final Release)
Автор: Laurențiu Spilcă
Издательство: Manning Publications
Год: 2026
Страниц: 362
Язык: английский
Формат: pdf (true)
Размер: 39.6 MB

Learn how to quickly work out what your Java code is doing so you can understand when and why it misbehaves. Searching for bugs, detangling messy legacy code, or evaluating your codebase for new features sucks up much of a developer's time. Effectively reading and understanding existing code is a true superpower! Troubleshooting Java, Second Edition teaches you to efficiently analyze and debug Java applications using time-tested tools and new AI-powered techniques. Troubleshooting Java, Second Edition teaches practical techniques to diagnose, debug, and optimize Java applications. You’ll learn to uncover hidden dependencies, diagnose crashes, and resolve performance issues using tools like IntelliJ IDEA Debugger, VisualVM, and Heap Dump Analyzer. This revised and updated second edition introduces AI-powered troubleshooting tools, along with techniques for modern Java and cloud-native apps. For intermediate Java developers.
 

Kotlin Bootstrapped: Learn, Code, and Build Like a Pro

Автор: Natali26 от 21-10-2025, 09:32, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Kotlin Bootstrapped: Learn, Code, and Build Like a ProНазвание: Kotlin Bootstrapped: Learn, Code, and Build Like a Pro
Автор: Mike Zephalon
Издательство: Mike Zephalon
Год: 2025
Формат: epub, pdf
Страниц: 705
Размер: 16,72 Мб
Язык: английский

Are you ready to transform the way you code with Kotlin? Whether you are a complete beginner or an experienced developer looking to master Kotlin, this book is your comprehensive guide to writing modern, efficient, and high-performing applications. This book is designed to take you from the basics of Kotlin to advanced topics, ensuring a smooth and engaging learning experience. You will not only learn the language but also gain hands-on experience by building real-world applications.

 

Generative AI with Python: The Developer’s Guide to Pretrained LLMs, Vector Databases, Retrieval Augmented Generation

Автор: literator от 21-10-2025, 06:24, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Generative AI with Python: The Developer’s Guide to Pretrained LLMs, Vector Databases, Retrieval Augmented Generation, and Agentic Systems
Автор: Bert Gollnick
Издательство: Rheinwerk Publishing
Год: 2025
Страниц: 394
Язык: английский
Формат: pdf (pdf), epub (true)
Размер: 17.7 MB

Your guide to Generative AI with Python is here! Start with an introduction to generative AI, NLP models, LLMs, and LMMs—and then dive into pretrained models with Hugging Face. Work with LLMs using Python with the help of tools like OpenAI and LangChain. Get step-by-step instructions for working with vector databases and using retrieval-augmented generation. With information on agentic systems and AI application deployment, this guide gives you all you need to become an AI master! LLMs have revolutionized the way we interact with text-based AIs. LLMs unlock unparalleled capabilities in language understanding and generation. Well dive into the architectures of these models, dissecting how they learn from massive corpora of data to produce human-like text. Then, we’ll examine prompt engineering, an essential skill in the age of LLMs. You’ll learn how to craft prompts that efficiently navigate the models’ knowledge and capabilities. This book is designed for a wide array of readers, ranging from software developers and data scientists to students and researchers interested in Generative AI. A certain amount of coding background is expected.
 

Pandas в действии

Автор: umkaS от 21-10-2025, 05:07, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Pandas в действии
Автор: Борис Пасхавер
Издательство: Питер
Год: 2023
Cтраниц: 512
Формат: pdf/djvu
Размер: 67 мб
Язык: русский

Язык Python помогает упростить анализ данных. Если вы научились пользоваться электронными таблицами, то сможете освоить и pandas! Несмотря на сходство с табличной компоновкой Excel, pandas обладает большей гибкостью и более широкими возможностями. Эта библиотека для Python быстро выполняет операции с миллионами строк и способна взаимодействовать с другими инструментами. Она дает идеальную возможность выйти на новый уровень анализа данных.
 

Mastering Algorithms with Python

Автор: literator от 21-10-2025, 02:25, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Mastering Algorithms with Python: A Practical Approach to Problem Solving and Python Implementation
Автор: Chenyang Shi
Издательство: Apress
Год: 2025
Страниц: 283
Язык: английский
Формат: True PDF, True ePUB
Размер: 41.4 MB

Gain a solid understanding of algorithms and improve your problem-solving abilities using Python code. With practical examples and clear explanations, this book bridges the gap between dense academic texts and overly simple industry guides. Focusing on the logic behind essential algorithms such as Breadth First Search (BFS), Depth First Search (DFS), Divide-and-Conquer, Greedy Methods, and Dynamic Programming, the book provides ample examples, from easy to more advanced. By connecting these concepts to real-world examples, such as chess strategies and the Seam Carving, the book helps readers better grasp and apply algorithms. Each chapter also includes fully implemented Python code, making it a practical reference. Mastering Algorithms with Python is ideal for IT professionals looking to enhance their skills and approach algorithms with clarity and confidence. For software developers, data scientists, machine learning professionals and any curious learners about computer algorithms.