Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Practical Debugging at Scale, Almog


Варианты приобретения
Цена: 8384.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Англия: Есть  Склад Америка: Есть  
При оформлении заказа до: 2025-07-28
Ориентировочная дата поставки: Август-начало Сентября

Добавить в корзину
в Мои желания

Автор: Almog
Название:  Practical Debugging at Scale
ISBN: 9781484290415
Издательство: Springer
Классификация:


ISBN-10: 1484290410
Обложка/Формат: Soft cover
Страницы: 270
Вес: 0.56 кг.
Дата издания: 17.01.2023
Язык: English
Издание: 1st ed.
Иллюстрации: 100 illustrations, black and white; xxii, 270 p. 100 illus.; 100 illustrations, black and white; xxii, 270 p. 100 illus.
Размер: 177 x 254 x 23
Читательская аудитория: Professional & vocational
Основная тема: Computer Science
Подзаголовок: Cloud native debugging in kubernetes and production
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание: Overhaul your debugging techniques and master the theory and tools needed to debug and troubleshoot cloud applications in production environments. This book teaches debugging skills that universities often avoid, but that typically consume as much as 60% of our time as developers. The book covers the use of debugger features such as tracepoints, object marking, watch renderers, and more. Author Shai Almog presents a scientific approach to debugging that is grounded in theory while being practical enough to help you to chase stubborn bugs through the maze of a Kubernetes deployment. Practical Debugging at Scale assumes a polyglot environment as is common for most enterprises, but focuses on JVM environments. Most of the tooling and techniques described are applicable to Python, Node, and other platforms, as well as to Java and other JVM languages. The book specifically covers debugging in production, an often-neglected discipline but an all too painful reality. You’ll learn modern techniques around observability, monitoring, logging, and full stack debugging that you can put to immediate use in troubleshooting common ailments in production environments. You Will Learn: * The scientific method underlying the process of debugging * Debugger capabilities such as tracepoints and marker objects * The correct use of less understood features such as exception breakpoints * Techniques for tracing issues in production Kubernetes environments * Observability and monitoring to resolve production problems * Industry best practices for common tooling such as logging * Profiling to understand performance and memory problems Who This Book Is For Developers in Java and JVM-related languages who want to improve their debugging skills and production reliability; and developers of cloud applications who are facing the pain of production bugs that are hard to replicate and fix
Дополнительное описание: Introduction.- Part I. Basics.- 1. Know Your Debugger.- 2. The Checklist.- 3. The Auxiliary Tools.- 4. Logging, Testing, and Fail Fast.- 5. Time Travel Debugging.- Part II. The Modern Production Environment.- 6. Debugging Kubernetes.- 7. Serverless Debugg



The Adventurous and practical journey to a large-scale enterprise solution

Автор: Fanap Studies & Research Center
Название: The Adventurous and practical journey to a large-scale enterprise solution
ISBN: 1032411759 ISBN-13(EAN): 9781032411750
Издательство: Taylor&Francis
Рейтинг:
Цена: 6583.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book narrates the story of implementing a large-scale enterprise solution. The book covers analyzing, designing, developing, integrating, and deploying a large-scale enterprise system. For academicians and practitioners, the book is a comprehensive, best-practice guide to navigating the tortuous path to achieving an enterprise solution.

Debugging Teams: Better Productivity Through Collaboration

Автор: Fitzpatrick Brian W., Collins-Sussman Ben
Название: Debugging Teams: Better Productivity Through Collaboration
ISBN: 1491932058 ISBN-13(EAN): 9781491932056
Издательство: Wiley
Рейтинг:
Цена: 3800.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: The authors share their insights on how to lead a team effectively, navigate an organization, and build a healthy relationship with the users of your software. This is valuable information from two respected software engineers whose popular series of talks-including "Working with Poisonous People"-has attracted hundreds of thousands of followers.

Pro Python Best Practices

Автор: Rother
Название: Pro Python Best Practices
ISBN: 1484222407 ISBN-13(EAN): 9781484222409
Издательство: Springer
Рейтинг:
Цена: 3492.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Learn software engineering and coding best practices to write Python code right and error free.

Visual Studio Code: End–to–End Editing and Debugging Tools for Web Developers

Автор: Bruce Johnson
Название: Visual Studio Code: End–to–End Editing and Debugging Tools for Web Developers
ISBN: 1119588189 ISBN-13(EAN): 9781119588184
Издательство: Wiley
Рейтинг:
Цена: 5542.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: The goal of Visual Studio Code: End-to-End Editing and Debugging Tools for Web Developers is to help developers become not just familiar, but productive in Visual Studio Code. It starts with an introduction to the editing features of the workspace and continues with the more advanced functionality (including refactoring and key bindings). The book finishes with an extensive look at the integration that Visual Studio Code provides to external tool, like Git, Grunt, Gulp and NPM.

For Web developers, the choice of an editor is a very personal one. There is a demand for speed, functionality and personalization in order to be considered. But there are also idiosyncratic functions that are considered deal breakers when it comes to choosing a tool. And they are different for each developer. After introducing the cross-platform nature of the tool, along with the steps to install Visual Studio Code on Windows, Mac and Linux platforms, the book covers such topics as:

  • The Workspace--The focal point of the development experience. Introduces the developer to the features of the workspace and how those features can be customized.
  • Files, Folders and Projects--The structure of a web project can be quite fluid. Visual Studio Code allows developers to choose their structure according to their needs. Looks at the different ways Visual Studio Code supports the most common structures.
  • Editing Code in Your Language of Choice--This is the heart of the developer experience and probably the most important topic in the book. It covers syntax coloring, IntelliSense, refactoring, and code navigation.
  • Integrating with Source Control--Visual Studio Code supports Git integration out of the box. Learn how to perform common Git functions (commits, checkouts, branches, and merges) from within Visual Studio Code.
  • Debugging Code--Visual Studio Code is not just a code editor. Also supports many of the debugging features to which .NET developers have become accustomed. Looks at how to debug your code in both .NET Core and node.js

Although a relative newcomer, Visual Studio Code has quickly become one of the most popular choices. It checks the boxes that developers require, but also contains numerous features that can greatly improve daily coding tasks. The goal of this book is to help developers find those functional nuggets that will change their lives. Visual Studio Code's increasing popularity will drive a high percentage of non-users to consider moving to the Visual Studio Code platform. For that group, the purpose of the book is to provide a basis for using the tool to do their development tasks. For current Visual Studio Code users, the goal is to expand their knowledge of how the tool works and the extensions that are available. Regardless of which group a reader falls into, there will be lots of information that will be immediately useful and ultimately invaluable. Code examples are done in JavaScript, with occasional snippets of C#.

The Adventurous and Practical Journey to a Large-Scale Enterprise Solution

Автор: Hajipour, Vahid
Название: The Adventurous and Practical Journey to a Large-Scale Enterprise Solution
ISBN: 1032439939 ISBN-13(EAN): 9781032439938
Издательство: Taylor&Francis
Рейтинг:
Цена: 16078.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Practical Foundations of Linux Debugging, Disassembling, Reversing: Training Course

Автор: Vostokov Dmitry, Software Diagnostics Services
Название: Practical Foundations of Linux Debugging, Disassembling, Reversing: Training Course
ISBN: 1912636344 ISBN-13(EAN): 9781912636341
Издательство: Неизвестно
Цена: 4138.00 р.
Наличие на складе: Нет в наличии.

Описание:

This training course is a Linux version of the previous Practical Foundations of Windows Debugging, Disassembly, Reversing book. It also complements Accelerated Linux Core Dump Analysis training course.

X64 Windows Debugging: Practical Foundations

Автор: Vostokov Dmitry
Название: X64 Windows Debugging: Practical Foundations
ISBN: 1906717923 ISBN-13(EAN): 9781906717926
Издательство: Неизвестно
Рейтинг:
Цена: 4138.00 р.
Наличие на складе: Нет в наличии.

Generating Hardware Assertion Checkers

Автор: Marc Boul?; Zeljko Zilic
Название: Generating Hardware Assertion Checkers
ISBN: 904817922X ISBN-13(EAN): 9789048179220
Издательство: Springer
Рейтинг:
Цена: 20263.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book presents an "under-the-hood" view of generating assertion checkers. It gives a unique and consistent perspective on employing assertions in such areas as specification, verification, debugging, on-line monitoring and design quality improvement.

Comprehensive VB .NET Debugging

Автор: Mark Pearce
Название: Comprehensive VB .NET Debugging
ISBN: 1590590503 ISBN-13(EAN): 9781590590508
Издательство: Springer
Рейтинг:
Цена: 5589.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: For Visual Studio 2003

Distributed Tracing in Practice: Instrumenting, Analyzing, and Debugging Microservices

Автор: Parker Austin, Spoonhower Daniel, Mace Jonathan
Название: Distributed Tracing in Practice: Instrumenting, Analyzing, and Debugging Microservices
ISBN: 1492056634 ISBN-13(EAN): 9781492056638
Издательство: Wiley
Рейтинг:
Цена: 10136.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: With this practical guide, you`ll learn what distributed tracing is and how to use it to understand the performance and operation of your software.

Practical natural language processing with python

Автор: Sri, Mathangi
Название: Practical natural language processing with python
ISBN: 148426245X ISBN-13(EAN): 9781484262450
Издательство: Springer
Рейтинг:
Цена: 7685.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Chapter 1: Text Data in Real Word

Chapter Goal: This chapter focuses on various types of text data. The information it offers and the commercial value that each of the data could potentially offer. Understanding of the data provides the reader the landscape that they are getting into

No of pages: 10

Sub -Topics

  1. NLP
  2. Search
  3. Reviews
  4. Tweets/FB Posts
  5. Chat data
  6. SMS data
  7. Content data
  8. IVR utterance data

Chapter 2: NLP in Customer Service

Chapter Goal: Case studies for problems in customer service and how they could be solved.

No of pages: 39

Sub - Topics

1. A quick overview of the customer service industry

2. Voice Calls

3. Chats.

4. Tickets Data

5. Email Data

6. Voice of customer analysis

7. Intent Mining

8. NPS/CSAT drivers

9. Insights in Sales Chats

10. Reasons for non purchase

11. Survey Comment Analysis

12. Mining Voice transcripts

Chapter 3: NLP in Online Reviews

Chapter Goal: Case studies for problems in online reviews and how they could be solved.

No of pages: 39

Sub - Topics:

1. Sentiment Analysis

2. Emotion Mining

3. Approach 1: Lexicon based approach

4. Approach 2: Rules based approach

5. Approach 3 - Machine Learning based approach (Neural Network)

6. Attribute Extraction

Chapter 4: NLP in BFSI

Chapter Goal: case studies for problems in the banking industry

Sub - Topics:

1. NLP in Fraud

2. Method 1 (For extracting NER, popular libraries)

3. Method 2 (For extracting NER, rules based approach)

4. Method 3 (Classifier based approach using word embeddings and neural networks)

5. Other use cases of NLP in BFSI

6. Natural Language Generation in banks

No of pages: 47

Chapter 5: NLP in Virtual Assistants

Chapter Goal: Case study in building state of the art natural language bots

Sub- Topics

1. Overview

2. Approach 1: The "Classic" approach using LSTMs

3. Approach 2: Generating Responses

4. BERT

5. Further nuances in building conversational bots:

No of pages: 43



ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия