About Me

I have been very interested in computers since I was young. My passion has grown exponentially since then as I finish my time studying computer science at a university. I regularly spend my free time reading about new and upcoming technologies. I like to be informed about many different areas of computer science from cryptology to software design, web based projects to computer architecture, I appreciate most topics related to computers.

Education

I will be graduating in May of 2016 from Southern Connecticut State University with a Bachelor's degree in Computer Science and a minor in mathematics.

Experience

I work as an IT Technician and one of my main roles is automating tasks and roles throughout the office and help employees with their technological problems.

Skill Set

Programming Languages:
Java, C#, PHP
Scripting Languages:
JavaScript, LUA
Markup Languages:
HTML, CSS
Databases:
SQL, MS Access

Projects

3-D Graphics Engine

In CSC 443 - Computer Graphics I created my own 3-D graphics engine from scratch for my final project. It was written in Java and was able to display a rotating 3-D object's (such as a cube) wireframe and faces and I also applied Phong's lighting equation to the model to simulate a light source.


Tic-Tac-Toe

In my free time, for practice, I coded the classic game Tic-Tac-Toe in Java. It uses graphics and images I created for it to make the interface instead of using Java's provided elements such as JButtons.


Connect Four

I also created Connect Four in Java, created similarily to my Tic-Tac-Toe game featured hand made graphics and interface elements. The most difficult part of coding this game was coding the check if a player has won.