Headstarter AI Software Engineer Fellow

As a headstarter AI fellow I built 5+ AI projects, prepared for technical interviews, and worked with 3 other people on my team to build out a backlog of a startup. I also participated in weekend startups every weekend over 7 days.

Freelance Software Engineer

As a software engineer at this startup, I built out the web application with a team of 2 others to meet MVP requirements using a react and tailwind CSS frontend and a Java Spring backend using AWS and MySQL.

Pega Systems Architect

After graduating College with a BA in Computer Science the job hunt was not going as well as I expected so I joined revature as a Java Backend intern. After the internship they decided to train me in PEGA. I have obtained a PEGA CSA cerfitication.

Projects

Obviously I do other things that aren't related to coding. Here are some other things about me.

Chess Game

This is a project I made for my Artificial intelligence course in College. I made a terminal based chess game using Java and 2 different AI bots, one with MiniMax algorithm and the other with Q Learning. using the 2 AI bots you can play against them and test how good you really are at chess.

Chat Server Simulator

This is a project I made during college that simulated clients talking to eachother over a server. This was done using Java and java's thread packages. Multiple terminals needed to be open for this project where each terminal acted as either a server or a client that is chatting through the server. Clients were able to chat with eachother over a global chat or through private messages.

ECommerce Pokemon Store

Created a backend API using Java for a fake ECommerce Store where multiple stores can have admins add multiple items to the store. Users can then buy the products from the store. I used Docker to host my PostgresSQL database, DBeaver to view my database and access information inside the database, and Postman to send HTTP requests to my APT endpoints.