-
Software Development

Movie Database App: IMDb API
Thus begins the real first article in my new Movie Database App series. Today, we’ll start looking at how I’m…
Read More » -
Python

Subscript Operator Overloading: Python vs Kotlin
Being able to access items in collections using subscripting (i.e. with square brackets, like myCollection[2]) is a really big convenience…
Read More » -
Python

Command and Command Handlers (and Why I Don’t Care Much For Them)
Introduction I want to complain about the pattern of using Commands and Command Handlers in this article, but I don’t…
Read More » -
Kotlin

Advanced Creation of Hamcrest Matchers in Kotlin
This article is a rewrite of an older one done in Java. This one is done in Kotlin instead. Intro…
Read More » -
Kotlin

How to Make Your Own Hamcrest Matchers in Kotlin
This article is a rewrite of an older one done in Java. This one is done in Kotlin instead. Intro…
Read More » -
Kotlin

Converting a Cyclic Dependency into a Directed Dependency
So, this came out over a month late… Woops. This is definitely not my original idea in the least. I…
Read More » -
Kotlin

Defending Public-By-Default in Kotlin
Some people have spoken against Kotlin’s decision to make classes, methods, etc. public by default (when no visibility modifier is…
Read More » -
Software Development

Use Matchers for Preconditions and Postconditions
Sorry, this is late. Excuses, excuses. I feel like I’ve seen this somewhere else once before in my life, but…
Read More » -
Software Development

A New Idea For Functions
Introduction Man, I’ve had this idea in my head for more than a month now (luckily I wrote it down,…
Read More »


