PROJECTS

Angular Video Game Database

This web app displays a fully styled video game database with over 500,000 searchable games powered by the RAWG API. You can view the source files at this GitHub repo here. It is deployed on AWS at this link here.


Personal React Notes Web App with AWS Backend:

This project was created using React and AWS Amplify. This app contains user authentication which allows for individual account creation and management. This app also contains a scalable GraphQL API that has been configured with an Amazon DynamoDB database, which provides users with a platform to create or delete notes. Additionally, file storage has been added using Amazon S3 enabling users to upload images and view them in the app. Disclaimer: There is currently a small bug that restricts the user from submitting a note. This will be fixed in an upcoming update. You can view the source files at this GitHub repo here. It is deployed on AWS at this link here.


This Portfolio Site

This web app was built in React using the Gatsby framework and functions as a simple way to put all of my accomplishments/experience in one easily accessible place. It is deployed using Netlify and can be installed as a Progressive Web App (PWA) on any device which provides a multitude of benefits including blazing fast speed and offline access. It can be installed to a mobile phone and ran like a native application, while remaining extremely lightweight. The GitHub source files can be found here.


Portfolio V2 - COMING SOON

This portfolio is currently undergoing a major overhaul to vastly improve the UI of the app and make it more visibly appealing.


Youlama Fantasy Sports - COMING SOON

A fantasy sports dashboard combining all of your platforms in one, easy to manage dashboard. Created with React and deployed with AWS Amplify using AppStack dashboard.


Restaurant Saviors - COMING SOON

We are a team of web development wizards who specialize in creating mouthwatering websites for restaurants. Are you a restaurant owner struggling to attract customers online? Let us help you spice up your online presence and bring in hungry customers. Our team has a passion for food and a knack for creating visually appetizing websites that will make your restaurant stand out from the competition.


Carter & Maldonado Consulting Group - COMING SOON

Landing page for CMCG IT Consulting Group coming soon.


WEBSITES

Listed below are some of the websites that I have developed for clients in WordPress and DNN.

Crystal Glass NY

Talley & Smith Architecture Inc.

Syprine

Cuprimine


TUTORIALS

Getting Started with Angular 7

New to Angular? No problem! By the time you finish this article, you’re going to walk away having created your first Angular 7 app and you’ll at least know the basics to get you going on future projects. You can find the link to this tutorial here and you can find the GitHub source files here.

Create a RESTful API in ASP.NET MVC

In this tutorial, we will be creating a RESTful API using Docker and ASP.NET MVC. This API will be tied together with the Angular application we created in "Getting Started with Angular 7". You can find the link to this tutorial here and you can find the GitHub source files here.

Communicating with API in Angular 7 App

In this tutorial we are going to have the Angular 7 app that we created in the tutorial, “Getting Started with Angular 7", communicate with the API that we created in the tutorial, “Create a RESTful API in ASP.NET MVC”. You can find the link to this tutorial here and you can find the GitHub source files here.