Tigers and Goats is a game coded in Python that I helped play test and work on for my x96 project.
Python Interactive
Read More06 Jul 2025
What are UI Frameworks? UI Frameworks (User Interface Frameworks) are pre-built tools used to help developers design and implement user interfaces efficiently. They provide responsive design tools, style guidelines, and more. The purpose of UI Frameworks are to build and...
Engineering UI Frameworks Reflection
26 Jun 2025
Importance of Coding Standards There are various methods to improve your coding skills but, personally implementing coding standards is one of if not the best methods for improving one’s coding. Coding standards refer to a set of “rules” and guidelines...
Engineering
12 Jun 2025
What Constitutes a “Smart” and “Not Smart” Question According to Eric Raymond, there are multiple guidelines a question must follow for it to be considered a “smart” question. First, it must have a specific and informative title that reflects the...
Engineering Technical Essay
05 Jun 2025
Javascript Typescript Dynamically typed Statically Typed Errors are found in runtime Errors caught during compilation For Syntax it’s flexible with no type annotations Supports all JavaScript syntax, plus type annotations What is Typescript? Typescript is an open-source programming language created...
Engineering