import React from 'react';
import { Link } from 'react-router-dom';
import './css/About.css';
import Theater from './subcomponents/Theater';
import Card from './subcomponents/Card';
class About extends React.Component {
/**
* About - About page
* This component doesn't require any props to be passed down.
* Using different components, about is a page that displays about information.
*/
componentDidMount () {
document.title = "About";
}
render() {
return (
This website is created with React, a javascript library for creating user interfaces and webapps.
React uses a component based design to help developers create easily re-usable code, and to help streamline the development process.
JSX is a part of react which makes it easy to design websites directly in javascript code.
You can find a few of my projects on my
Github or look through a list of projects on this website
at the Github Page. You can email me at cam@camscode.com. You can also find more
social media below, just click the image and it'll bring you to the selected website.
During highschool, I had the ability to take classes at CTECH. I took the networking class that not only allowed me to learn about the in class material, but also
enabled me to learn outside of what I would normally have. We took the CCNA1 and CCNA2 courses which taught me a lot about cisco networking devices, as
well as the Cisco IOS Operating System. I was also able to take part in a few different competitions such as the Cisco Netriders (Discontinued) competition,
AFA run Cyber Patriot competition,
and the Skills USA compeition.
After highschool I had also mentored
for a few separate competitions at CTECH.
Taking classes at OCCC helped shape my career. While at OCCC, I took classes where I learned C++, Java, Data Structors, Assembly and more.
I also took part in the Computer Science Club, Outdoors Club, and various other activities.
Throughout my college experience I've been able to improve my understanding of how computers work and how to design different software.
I have completed my A.S. degree from Orange County Community College in Computer Science. I had finished my Bachelors degree in computer
science at Marist College in Poughkeepsie in May of 2022. While at Marist I was able to work with others in
teams on a few projects. A few notable projects I worked in CMPT412,
Capstone Project,
CMPT422,
and CMPT221L.
Working as a Full Stack Software Developer at a toll collection systems company. Here I work as a Full Stack Software Developer on the company's
management software, as well as their payment software. In addition, I help support some of the older systems that are under maintenence. This has
exposed me to all sorts of current and legacy software designs. I've worked on a variety of components of the software including our web front end,
ASP.NET APIs, Windows Services Written in C#, create and debug Oracle Database Procedures & Packages. I've had to opportunity to train new employees
and get them up to speed so they can develop software.
You can access a list of github repositories that I've created directly on this site.