Explore My Portfolio

Front-End Projects

Jubilee Austen

This is the first website I created and hosted, it was a project done for the SkillCrush Front-End development class. The website is still hosted – you can visit it here.

I used HTML and CSS to create this website, and am hosting it on namecheap.com

Working with StoryBook

My first foray into using Storybook and creating a microservices application, we used React, Storybook, and Redux to create an application that would allow pilots of different airlines to place bids on flights and create their schedules.

Working in industry – BidPro

While working for Jaik Solutions, I was on a team of developers tasked with converting the BidPro website from a monolithic application to a microservices application. This is a video of the finished product. For my portion, I coded the Products, Pricing, Contact Us, and Log In pages, along with over 20 different reusable components, many of which were used on the home page as well. This project was done using Node, React, Storybook, and Redux.

Back-End Projects

Working with Postman and MongoDB

In this project, I was tasked with creating a web API using Node and Visual Studio Code. The API needed to perform CRUD operations on a MongoDB database through Postman. In this video, I demonstrate a simple GET method that retrieves all documents in the Users database. Next, the POST method adds a new user under the UsersToAdd field. Then the PUT method changes the first and last name and the email of the user under the WWGInfo field. Finally, the DELETE method deletes any user whose “DeletedOn” value is not null under the UsersToAdd field.

Android Development

Pig Dice Game

In this video, you see the game being played against the computer. In the game, if the user or the computer rolls a 1, their turn ends and they lose all points rolled that turn. If 2 1’s are rolled, the total game score is set back to zero for that player. First to 50 points wins. This game was created in Android Studio using Kotlin and can be translated into Spanish as well.