Python Data types and typeIn my continuing trek down the python rabbit hole, this week i’ve been studying data types and manipulating them within python. Python like…Sep 10, 2021Sep 10, 2021
Java Stdin and StdoutContinuing our journey down the Java rabbit hole we land on a new principle in the code base. That of reading input. In Java most…Sep 3, 2021Sep 3, 2021
Hello, World / Hello, Java pt.1Java was one of the first languages I was introduced to when I was growing up. In middle school I utilized Java to make games along side…Aug 27, 2021Aug 27, 2021
Adding some style *CSS Tribute*Taking a break from Javascript we’re going to delve into a bit more styling to show how with simple CSS you can quickly change the look of…Aug 20, 2021Aug 20, 2021
KaBoom! — A new world (2/2)Last week we created a new directory and added our sprite files. And since our first dive into Kaboom was going to be a mario game clone…Aug 13, 2021Aug 13, 2021
KaBoom! — A new world (1/2)Kaboom Js is a very user friendly JS library that allows you to utilize sprites and quickly create fast and fun games. Utilizing…Aug 5, 2021Aug 5, 2021
Python leap year..Continuing my python HackerRank challenges we’re met with a new prompt. Given a year (test input & custom input), our function is to return…Jul 30, 2021Jul 30, 2021
Learning Python — starting with conditionalsPython first appeared in 1991 and is a general-purpose programing language. It is object oriented & functionally structured, with a basis…Jul 23, 2021Jul 23, 2021
Grid Iron CssAs a continuation of last weeks blog post on CSS fundamentals I studied at freecodecamp.org, CSS is quite impressive when you take the time…Jul 16, 2021Jul 16, 2021
MediaQuery & CSSCSS is a programming language that describes the way a html document is presented. Cascading Style sheets or CSS adapts web pages to…Jul 9, 2021Jul 9, 2021