JOE McCLOREY

Full-Stack Developer

Skills

.Net Framework

C#

CSS3

HTML5

Bootstrap

git

JavaScript

Visual Studio

SQL

jQuery

Experience

Prosper I.T. Consulting

At Prosper I.T. I worked on a development team creating bewander.com in a Scrum environment for 2 sprints. I completed quite a few user stories in this time most of which can be viewed via the links below in the "Portfolio" section.

Signature Hardware

I worked 2 stints here. The first was a summer job in 2015 where I helped the photographers in the photo studio by unpacking new product and preparing it to be shot. From June 2016 - November 2017 I was in the shipping area of the warehouse where I picked, assembled and packed orders.

Education

The Tech Academy

I am currently attending The Tech Academy which has prepared me as a Junior Web Developer through the study of many languages including C#, JavaScript, T-SQL, HTML, CSS and more.

Portfolio
Personal Projects
The Tech Academy Live Project

Visit my GitHub account for more.

×
Screen

This project was an exercise demonstrating my knowledge and use of JavaScript and jQuery. It simulates a pizza ordering website where the user is allowed to customize their pizza.
Download my code here.

×
Screen

In this project the requirments were to select something I had never worked with before. I chose to use the Knockout.js library to create a program that imitates a flight reservation website. The user is allowed to select from any one of over 7000 airports as either their current situation or their destination. The program charges an initial $50 fee and enforces a fixed rate of 11¢/mile. I added an extra page that displays each flight plan that has been entered into the database.
Download my code here.

×
Screen
Code

This user story added a functionality that allows the users of the website to edit the image they posted and the caption they entered in the text box underneath. The "Change Picture" button is linked to a file selector with underlying js to allow the user to select their image and the text area is populated with the current caption. When the user is done the save button adds the image to the database and updates the caption in the database.

×
Screen
Code

I added functionality that allowed the user to search for people that live in or have visited a country. The country is entered above the map the site members that match the search are listed in the "Locals" section. In addition to this code I had to edit the database to accept the country of a particular place.

×
Screen
Code

I allowed the user to chat with one or more people without having to refresh the entire page. The chat box updates asynchronously each time a new message is added the respective conversation.

×
Screen

This story required me to fix this dropdown so when it is selected appears as on the right rather than on the left.

×
Screen

This was a simple CSS fix that needed to have the timestamp displayed in it's present spot rather than across the page. I also added the timestamp to each comment instead of having it display for the first five.