Posts from '2024'
Kafka is a writer
I have spent the past couple of months (relatively unsuccessfully) trying to experiment with Apache Kafka. It is a somewhat foreboding topic (excuse the pun) and I struggled to find an entry point. Fortunately, I came across some excellent videos on ... read more →
Hello World
Hello, this is my first post on my new blog generated by Marmite1, a very simple to use blog generator. I can write full CommonMark and GFM Markdown. Emojis 😄 read more →
Hello World
Hello, this is my first post on my new blog generated by Marmite1, a very simple to use blog generator. I can write full CommonMark and GFM Markdown. Emojis 😄 read more →
Earning my Stripes
Two aspects of tech I have been itching to kick off are: (1) Scripting using python (2) Integrating with an API-driven payment provider this project seeks to knock both off the list. The code can be found at this repository. The goal of the project w ... read more →
Understanding Prototypical Inheritance In JavaScript
This post is a reaction to the article titled Understanding Prototypal Inheritance In JavaScript by Lawrence Eagles. First impressions What initially struck me about this article was the fact that the author spoke of OOP in JavaScript. This was confu ... read more →