Rock-Paper-Scissors Game | Python
Matt Matt

Rock-Paper-Scissors Game | Python

Today, I coded a Rock, Paper, Scissors game which is played against a computer. After opening the program, the user is immediately prompted to enter either 1 (Rock), 2 (Paper), or 3 (Scissors).

Read More
Choose Your Own Adventure Game | Python
Matt Matt

Choose Your Own Adventure Game | Python

The project I tackled next is a ‘choose your own adventure’ game. When opened via the terminal, you are greeted with a welcome message and the ability to choose between two doors. One of the doors successfully brings you to the next prompt, while the other traps you in. For this quick project…

Read More
Tip Calculator | Python
Matt Matt

Tip Calculator | Python

Today, I created a tip calculator. Functionally, it works by providing the terminal with a few key pieces of information when prompted…

Read More
Explained: Network Types
#Explained Matt #Explained Matt

Explained: Network Types

It is time to explore the different types of networks. There are many configurations and even more ways of categorizing them. However, for our purposes, they are organized from the most local area (smallest geographical area) to widest area (largest geographical area).

Read More
Explained: TCP / IP & OSI Models
#Explained Matt #Explained Matt

Explained: TCP / IP & OSI Models

Understanding these two models is absolutely essential for troubleshooting network problems. To pinpoint a problem and identify a solution, the functionality of each layer is tested by systematically and strategically iterating down the layers. Here are the basics:

Read More
The one about me…
#AboutMe Matt #AboutMe Matt

The one about me…

Welcome to my first blog post! This blog will regularly be about my journey to becoming a Network Engineer as well as my thoughts on current events in the techno-sphere. But, I want to start by sharing a bit about myself and get acquainted with you, the reader.

Read More