PGD Articles
These are links to the original articles on PGD.
Introductory Quickie
My first article, a quick introduction to writing daemons with Kylix.
Basic Optimisation
An introduction to the process of optimising your code.
Versioned Data Storage: An Application of Dynamic Method Calls
An introduction to using dynamic method calls (calling methods using their name at runtime). There is also some follow up to this article here that includes a bigger example.
Multi-threading – Part 1
An introduction to the delights of multi-threaded programming.


