America Has Always Been BurningMany are shocked at the intensity and fervor seen in the various acts of protest, militarized police presence, unrest, looting, and chaos…Jun 1, 2020Jun 1, 2020
Published inThe StartupNavigating Java Maps: TreeMap vs. HashMap vs. Linked HashMapComputer science should really just be called the art of the tradeoff. For any given task there are always a multitude of solutions, and…Jul 22, 20191Jul 22, 20191
Published inThe StartupLearn How to Learn How to ProgramThere are countless articles on how to learn x programming language or tool, but behind every one of those posts is a person trying their…Jul 15, 20194Jul 15, 20194
Published inThe StartupDesign Pattern Refactoring: Implementing the Builder Pattern for Complex Object CreationI’ve recently been building an HTTP server in Java, and part of what I’ve focusing on is making the server extensible to be able to easily…Jun 28, 2019Jun 28, 2019
Published inThe StartupContinuous Everything: Automatic Deployments to Heroku with Travis CIAs programmers it’s natural to want to use software to automate everything possible, and that includes deployment. However we want to be…Jun 24, 2019Jun 24, 2019
Published inThe StartupFunctionally Anonymous: Lambda Expression in JavaLambda functions are nothing new in the programming world, after first being introduced in LISP all those years ago. They are (relatively)…Jun 14, 2019Jun 14, 2019
Published inThe StartupOO Design Patterns: Composition Vs. InheritanceAs seems to be the case with every apprentice’s technical blog, it’s now my turn to write-up a post comparing and contrasting two staples…Jun 7, 20192Jun 7, 20192
Published inThe StartupUnderstanding Data Streams in Computer NetworkingThis post will build off of my last article, Understanding Sockets in Computer Networking, as I’m continuing to blog about my experience…May 31, 2019May 31, 2019
Published inThe StartupUnderstanding Socket Connections in Computer NetworkingI’m currently in the beginning stages of building an HTTP server in Java, but before getting too far into the implementation, I wanted to…May 24, 20194May 24, 20194
Build an Unbeatable Tic Tac Toe Minimax Player in Elixir in 5 Simple StepsTic Tac Toe is a simple enough game for us humans to play, what with our powerful pattern-finding brains, but getting a computer to play…May 15, 2019May 15, 2019