Posts by Year

2023

An Array Builder for Delphi

6 minute read

The design of an array builder in Delphi that holds records. Its purpose is to simplify the growth of an array as new elements are added, while improving spe...

2022

2019

A Successful Object Edit Pattern

4 minute read

A successful Object-Oriented Design Pattern for editing objects. This pattern allows free editing of objects, while allowing cancellation and preservation of...

2017

Notes on Datacamp’s Kaggle R tutorial

11 minute read

Kaggle has a tutorial competition on the survival of the passengers of the Titanic. Datacamp has a handy tutorial on using R to tackle the problem. Here are ...