Freelance Work & Volunteer


link to Artists Talk on Art NYCFor my final class at Bellevue University, we are tasked with giving back to the community via the Kirkpatrick Program. We are asked to find a place to volunteer at for the duration of the class and write reports on it (You can find my reports in my Bellevue University Repository)
            
            <br/>
            <br/>
            I had an amazing time at AToA, meeting lots of people and helping keep their website up to date with current events. I had such a great time that I was asked to stay as their website manager even after my Kirkpatrick program ended.

            <br/>
            <br/>
            During Artists Talk on Art's 50th Anniversary Auction I got to spend more time learning Squarespace, JotForm, and BidSquare platforms. Creating custom scripts for store pages and HTML landing pages for the organization.
Artists Talk on Art NYC

For my final class at Bellevue University, we are tasked with giving back to the community via the Kirkpatrick Program. We are asked to find a place to volunteer at for the duration of the class and write reports on it (You can find my reports in my Bellevue University Repository)

I had an amazing time at AToA, meeting lots of people and helping keep their website up to date with current events. I had such a great time that I was asked to stay as their website manager even after my Kirkpatrick program ended.

During Artists Talk on Art's 50th Anniversary Auction I got to spend more time learning Squarespace, JotForm, and BidSquare platforms. Creating custom scripts for store pages and HTML landing pages for the organization.

link to Coating Systems Group Website ManagementTasked with helping keep the WordPress hosted site up to date, as well as providing help with updating the sites content
Coating Systems Group Website Management

Tasked with helping keep the WordPress hosted site up to date, as well as providing help with updating the sites content

link to Sounds Of Silence RedesignI was asked to help redesign the Sounds of Silence website

        <br/>
        <br/>

            The redesign involved finding a new theme on WordPress, and integrating some custom CSS and JavaScript to get a clean look

        <br/>
        <br/>

        I was also tasked with helping update several blog posts that were using a much older version of WordPress, making sure every post had a thumbnail.
Sounds Of Silence Redesign

I was asked to help redesign the Sounds of Silence website

The redesign involved finding a new theme on WordPress, and integrating some custom CSS and JavaScript to get a clean look

I was also tasked with helping update several blog posts that were using a much older version of WordPress, making sure every post had a thumbnail.

link to Guavus Zendesk Customer Success Center (Offline)Worked with the Customer Success Team to develop their Zendesk hosted Web Portal
Guavus Zendesk Customer Success Center (Offline)

Worked with the Customer Success Team to develop their Zendesk hosted Web Portal

School Projects & More


link to My First ProjectThis is the work of my first College course's final. Web 01 at Nashua Community College dated 2017. An odd looking site but fun to see where it all started!
            <br/><br/>
            <a class="underline" href="https://github.com/Petster/my-first-website" target="_blank">View Code</a>
My First Project

This is the work of my first College course's final. Web 01 at Nashua Community College dated 2017. An odd looking site but fun to see where it all started!

View Code

link to Software Development Bachelors ProgramWithin this large repository you will find all of my bachelors program work, from Java to JavaScript.
        <br/>
        Every project and assignment can be found in here, easily accessible via the homepage
        <br/>
Software Development Bachelors Program

Within this large repository you will find all of my bachelors program work, from Java to JavaScript.
Every project and assignment can be found in here, easily accessible via the homepage

link to Java Capstone Project - ProvisioFor our Java Capstone project, we were grouped into 3 teams to create a fully functional Online Hotel reservation website/app. I was voted to be the team leader and led the team to a 100% final product.<br/>
        <br/>
        The project was built using with some help from gradle and docker, with front-end components being build with JSP's and Tailwind
        <br/><br/>
        The source code, and all revision history can be seen at <a class='hover:underline text-blue-500' href='https://github.com/Petster/Provisio'>Github</a> and you can download and boot it up on your local machine.
        <br/><br/>
        <strong>Note:</strong> link brings you to the final presentation video
Java Capstone Project - Provisio

For our Java Capstone project, we were grouped into 3 teams to create a fully functional Online Hotel reservation website/app. I was voted to be the team leader and led the team to a 100% final product.

The project was built using with some help from gradle and docker, with front-end components being build with JSP's and Tailwind

The source code, and all revision history can be seen at Github and you can download and boot it up on your local machine.

Note: link brings you to the final presentation video

link to My App (MERN Stack)During my classwork at Bellevue, I wanted to learn some Javascript stack, so I picked up the MERN stack<br/><br/>

        Over the last 2 years, I've been working on my personal project, to the average person, its just a blank website, but with admin rights its kind of like a notepad/bookmark/reminder app for myself. What I've done here is made it public. Anyone can make an account and use the functions that I've been using for a little while now. <br/><br/>

        The site features:<br/>
        A notepad block, for messages or reminders that you can take anywhere<br/>
        A shortcut system, where you can create links with custom icons (font awesome) and allows for expandable shortcuts<br/>
        A reminder system, add reminders with due dates, in specific categories<br/><br/>

        The site is still super in progress, and as I continue my education I hope to make it an app that is useful to everyone!
My App (MERN Stack)

During my classwork at Bellevue, I wanted to learn some Javascript stack, so I picked up the MERN stack

Over the last 2 years, I've been working on my personal project, to the average person, its just a blank website, but with admin rights its kind of like a notepad/bookmark/reminder app for myself. What I've done here is made it public. Anyone can make an account and use the functions that I've been using for a little while now.

The site features:
A notepad block, for messages or reminders that you can take anywhere
A shortcut system, where you can create links with custom icons (font awesome) and allows for expandable shortcuts
A reminder system, add reminders with due dates, in specific categories

The site is still super in progress, and as I continue my education I hope to make it an app that is useful to everyone!

link to Nashua Community College NoLo FinderThis is my final project at Nashua Community College for the Capstone Web Development Course. The project was to read a CSV file, grab data, and output the important information in CSV format. This project allowed me to take a deeper dive into Javascript and its plugins.

        <strong>NOTE</strong>: You will not be able to fully utilize this project without key CSV files that cannnot be given out.

        View the Code <a class='hover:underline text-blue-500' target='_blank' href="https://bitbucket.org/nolocap/nolocap.bitbucket.io/src/master/" target="_blank">Here</a>
Nashua Community College NoLo Finder

This is my final project at Nashua Community College for the Capstone Web Development Course. The project was to read a CSV file, grab data, and output the important information in CSV format. This project allowed me to take a deeper dive into Javascript and its plugins. NOTE: You will not be able to fully utilize this project without key CSV files that cannnot be given out. View the Code Here

link to JavaScript FinalThe goal of the semester was to create a sort of Contact Form that would be validated using JavaScript. This project was different from the PHP form, as instead of having to create what accepts the data, we had to make sure the data was valid in the first place before submitting. Some functions might not work correctly due to server issues
JavaScript Final

The goal of the semester was to create a sort of Contact Form that would be validated using JavaScript. This project was different from the PHP form, as instead of having to create what accepts the data, we had to make sure the data was valid in the first place before submitting. Some functions might not work correctly due to server issues

link to WEB200 Biosite ProjectTasked with creating a biography website, I created this simple 3 page layout using bootstrap, and some custom JavaScript for the hobby page.
WEB200 Biosite Project

Tasked with creating a biography website, I created this simple 3 page layout using bootstrap, and some custom JavaScript for the hobby page.

link to PHP Final/Semester Work (Offline)While learning PHP the students had a server to play around in, I took a little extra time to make my webpage easy to access the projects. The final for the class was to create a working Contact form, this was also my first peek into mySQL and creating an account like system with the PHP
PHP Final/Semester Work (Offline)

While learning PHP the students had a server to play around in, I took a little extra time to make my webpage easy to access the projects. The final for the class was to create a working Contact form, this was also my first peek into mySQL and creating an account like system with the PHP

link to Web Development 2 Final ProjectCollage Web Development 2 Final Project, Basically a draft of a storefront webpage to buy trading card game cards. The project was to create whatever we wanted, and had to have certain aspects, like mobile ready scaling.
Web Development 2 Final Project

Collage Web Development 2 Final Project, Basically a draft of a storefront webpage to buy trading card game cards. The project was to create whatever we wanted, and had to have certain aspects, like mobile ready scaling.

Programming


HTML

CSS3

JavaScript

React

Java

MySQL

PHP

Node.js

Selenium

Tailwind

MongoDB

Express.js

AWS

Squarespace

Wordpress

GML

Git

Bootstrap

UIKit

Graphic Design/Video Editing


Sony Vegas Pro

Adobe After Effects

Adobe Premiere Pro

OBS

Adobe Photoshop

Adobe XD

Adobe Illustrator

Audacity