Learning Path Mastering Delphi Programming: A Complete Reference Guide Learn all about building fast, scalable, and high performing applications with Delphi
暫譯: 學習路徑:精通 Delphi 程式設計的完整參考指南

Primož Gabrijelčič

  • 出版商: Packt Publishing
  • 出版日期: 2019-11-25
  • 售價: $1,520
  • 貴賓價: 9.5$1,444
  • 語言: 英文
  • 頁數: 674
  • 裝訂: Paperback
  • ISBN: 1838989110
  • ISBN-13: 9781838989118
  • 相關分類: 程式語言
  • 立即出貨 (庫存=1)

買這商品的人也買了...

相關主題

商品描述

Key Features

  • Delve into the core patterns and components of Delphi to enhance your application's design
  • Learn how to select the right patterns to improve your program's efficiency and productivity
  • Discover how parallel programming and memory management can optimize your code

Book Description

Delphi is a cross-platform Integrated Development Environment (IDE) that supports rapid application development for most operating systems, including Microsoft Windows, iOS, and now Linux with RAD Studio 10.2. If you know how to use the features of Delphi, you can easily create scalable applications in no time.

This Learning Path begins by explaining how to find performance bottlenecks and apply the correct algorithm to fix them. You'll brush up on tricks, techniques, and best practices to solve common design and architectural challenges. Then, you'll see how to leverage external libraries to write better-performing programs. You'll also learn about the eight most important patterns that'll enable you to develop and improve the interface between items and harmonize shared memories within threads. As you progress, you'll also delve into improving the performance of your code and mastering cross-platform RTL improvements.

By the end of this Learning Path, you'll be able to address common design problems and feel confident while building scalable projects.

This Learning Path includes content from the following Packt products:

  1. Delphi High Performance by Primož Gabrijelčič
  2. Hands-On Design Patterns with Delphi by Primož Gabrijelčič

What you will learn

  • Understand parallel programming and work with the various tools included with Delphi
  • Explore memory managers and their implementation
  • Leverage external libraries to write better-performing programs
  • Keep up to date with the latest additions and design techniques in Delphi
  • Get to grips with various modern multithreading approaches
  • Break a design problem down into its component parts

Who this book is for

This Learning Path is for intermediate-level Delphi programmers who want to build robust applications using Delphi features. Prior knowledge of Delphi is assumed.

商品描述(中文翻譯)

**主要特點**

- 深入了解 Delphi 的核心模式和組件,以增強應用程式的設計
- 學習如何選擇合適的模式來提高程式的效率和生產力
- 探索如何通過並行程式設計和記憶體管理來優化您的程式碼

**書籍描述**

Delphi 是一個跨平台的整合開發環境 (IDE),支持快速應用程式開發,適用於大多數操作系統,包括 Microsoft Windows、iOS,現在還有 Linux,隨著 RAD Studio 10.2 的推出。如果您知道如何使用 Delphi 的功能,您可以輕鬆快速地創建可擴展的應用程式。

這條學習路徑首先解釋如何找到性能瓶頸並應用正確的演算法來修復它們。您將回顧解決常見設計和架構挑戰的技巧、技術和最佳實踐。接著,您將看到如何利用外部庫來編寫性能更佳的程式。您還將學習八種最重要的模式,這些模式將使您能夠開發和改善項目之間的介面,並協調執行緒中的共享記憶體。隨著學習的深入,您還將探討如何提高程式碼的性能並掌握跨平台 RTL 的改進。

在這條學習路徑結束時,您將能夠解決常見的設計問題,並在構建可擴展的專案時感到自信。

這條學習路徑包含以下 Packt 產品的內容:

1. Delphi 高效能,作者 Primož Gabrijelčič
2. 使用 Delphi 的實作設計模式,作者 Primož Gabrijelčič

**您將學到什麼**

- 理解並行程式設計並使用 Delphi 附帶的各種工具
- 探索記憶體管理器及其實作
- 利用外部庫來編寫性能更佳的程式
- 了解 Delphi 中最新的新增功能和設計技術
- 熟悉各種現代多執行緒方法
- 將設計問題分解為其組成部分

**本書適合誰**

這條學習路徑適合中級 Delphi 程式設計師,想要利用 Delphi 功能構建穩健應用程式的人。假設您已具備 Delphi 的先前知識。

作者簡介

Primož Gabrijelčič started coding in Pascal on 8-bit micros in the 1980s and he never looked back. In the last 20 years, he was mostly programming high-availability server applications used in the broadcasting industry. A result of this focus was the open sourced parallel programming library for Delphi—OmniThreadLibrary. He's also an avid writer and has written several hundred articles, and he is a frequent speaker at Delphi conferences where he likes to talk about complicated topics, ranging from memory management to creating custom compilers.

作者簡介(中文翻譯)

Primož Gabrijelčič於1980年代在8位元微型電腦上開始使用Pascal編程,從此不再回頭。在過去的20年中,他主要專注於廣播行業中使用的高可用性伺服器應用程式的編程。這一專注的結果是開源的Delphi平行編程庫——OmniThreadLibrary。他也是一位熱衷的作家,撰寫了數百篇文章,並且經常在Delphi會議上發表演講,喜歡討論從記憶體管理到創建自定義編譯器等複雜主題。

目錄大綱

  1. About Performance
  2. Fixing the Algorithm
  3. Fine-Tuning the Code
  4. Memory Management
  5. Getting Started with the Parallel World
  6. Working with Parallel Tools
  7. Exploring Parallel Practices
  8. Using External Libraries
  9. Introduction to Patterns
  10. Singleton, Dependency Injection, Lazy Initialization, and Object Pool
  11. Factory Method, Abstract Factory, Prototype, and Builder
  12. Composite, Flyweight, Marker Interface, and Bridge
  13. Adapter, Proxy, Decorator, and Facade
  14. Nullable Value, Template Method, Command, and State
  15. Iterator, Visitor, Observer, and Memento
  16. Locking Patterns
  17. Thread pool, Messaging, Future and Pipeline

目錄大綱(中文翻譯)


  1. About Performance

  2. Fixing the Algorithm

  3. Fine-Tuning the Code

  4. Memory Management

  5. Getting Started with the Parallel World

  6. Working with Parallel Tools

  7. Exploring Parallel Practices

  8. Using External Libraries

  9. Introduction to Patterns

  10. Singleton, Dependency Injection, Lazy Initialization, and Object Pool

  11. Factory Method, Abstract Factory, Prototype, and Builder

  12. Composite, Flyweight, Marker Interface, and Bridge

  13. Adapter, Proxy, Decorator, and Facade

  14. Nullable Value, Template Method, Command, and State

  15. Iterator, Visitor, Observer, and Memento

  16. Locking Patterns

  17. Thread pool, Messaging, Future and Pipeline