From fe82f5e8d205ce111a72200c321611b0c04ff757 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?thememeteam=20=C2=BD?= Date: Fri, 2 Feb 2024 19:57:18 -0700 Subject: [PATCH] adding the index html document --- index.html | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..57dfda6 --- /dev/null +++ b/index.html @@ -0,0 +1,66 @@ + + + + + + + + + Personal Portfolio + + + + + + +

Samuel Bodenhemier - Personal Portfolio

+ + +

Introduction

+ + +

+ Hey there! My name is Samuel Bodenhemier, I am a Computer Science major at Northern Arizona University. I am currently a sophmore and I will be finishing up most of my gen-ed credits this semester meaning its all computer science from here on out! This is good for many reasons, but mostly because I love programming. My first experience with cs was in my junior year at high school when I took the Computer Science Principles course where we learned about how the internet and computers work as well as some simple javascript. I instantly fell in love with CS and from then on it has been my main focus. +

+ + +

Skills

+ + +

+ C - The main focus of my recent CS experience has been learning how to build and run programs written in the C language.
+ Java - I also have experience with the Java language and object oriented programming from taking AP Computer Science A in High School.
+ Problem Solving - I have extensive experience in working through and solving any problems that may arise.
+ MIPS - Through taking the Computer Archetecture course at NAU I have the fundamentals of building programs using MIPS Assembly language. +

+ + +

Projects

+ + +

+ Matching/Memory Game - As a final project in my AP Computer Science A course, a partner and I built a memory game from scratch in Java. The project consisted of a grid of tiles, each containing an imaga of a random fruit; the player was tasked with remembering the position of several matching pairs of fruits at which point the tiles fliped and the player had to select the matching locations from memory.
+ Maze Generator - The final task in my Computer Archetecture course was creating a program which randomly generated a maze using MIPS assembly. In order to do say, I created a pseudorandom number generator from scratch in order to generate the maze.
+ Red/Black tree - I created many C programs in my Data Structures course, but the most difficult was in creating a program which organized data into a self fixing Red/Black tree. The program could also remove items from the tree, copy the tree, and pring the data in a multitude of ways. +

+ + +

Education and Experience

+ + +

+ High School - University High School, Tucson AZ. Graduated Spring 2022.
+ University - Northern Arizona University, Flagstaff AZ. Currently Enrolled. +

+ + +

Contact Information

+ + +

+ School Email - swb79@nau.edu
+ Phone Number - +1(520)800-9711


+

+ + + \ No newline at end of file