By david, 23 October, 2024 Writing a Drupal migration process plugin with ChatGPT and OpenAI Here I talk about leveraging the Drupal AI module to make some alt tags with ChatGPT! Spooky and exciting stuff Tags Drupal OpenAI AI ChatGPT
By david, 10 August, 2024 LSM Trees, Memtables & Sorted String Tables: An Introduction Introduction into the LSM Tree design of database storage engines so that I can write my own. Tags LSM Trees Databases Sorted String Tables NoSQL RDBMS
By david, 7 August, 2024 Notes on what makes a great software engineer My thoughts on the paper "What Makes A Great Software Engineer?" that my book club is reading this week. Tags software engineering career
By david, 1 February, 2024 Vector Clocks and Causal Broadcast in C++ (Part 1) A blog post about the fascinating subject of vector clocks and causality in C++. Tags causal broadcast vector clocks