As someone who is just about sick of the gatekeeping in tech, I figured it was time to write a little bit about the definition of a programming language.
Posts by Jeremy Grifski
With just two months to go before my qualifying exam, I figured it was time to start talking about how I'm going to study for it. Wish me luck!
Living in a society that values hard work can be challenging, but sometimes it goes to far. Today, I ask: why do we reward overwork?
Today, I want to talk about the difference between statements and expressions in Computer Science and why ignoring that distinction has consequences.
How to Initialize an ArrayList in Kotlin: arrayListOf and More
As a new user of Kotlin, I wanted to write some articles like my How to Python series. To start, let's learn how to initialize an ArrayList in Kotlin.
Usually, I try not to write too many opinion pieces about code, but I felt like I should mention that it's okay to test private methods.