I graduated from college in December 2020 (mid-COVID) as a certified wedding planner, into an industry that was one of
the hardest impacted by the pandemic. After a period of self study, I decided to enroll at DigitalCrafts, starting my career as a developer! By the way, check out my work!
Outside of coding, my life revolves around my 3 cats: Taro, Butter, and Pepper, cosplaying, and just being generally nerdy.
Education
Important life events:
2016: Starts college at Georgia State University (GSU)
2017: Receives wedding planner certification with The Bridal Society
This site allows users to check out BTS's (a K-POP group) discography, along with leave messages on the message board, and chat with a chatbot. This project was created over the span of a weekend as an individual project.
PokéTeams is a front-end web application built using React and Redux. This site allows the user to create a Pokémon Team, as well as view more information about each Pokémon. This project was created over the span of a week as an individual project.
AnimeNex is an application that helps individuals decide what anime to watch next. Individuals
select a specific genre they want to watch, and based on their selection, they will receive several different anime recommendations. Each anime recommendation comes in a card that details the title, image, synopsis, and a random quote from the anime. Users can click to flip over the cards to read the synopsis of that anime. This project was created over the span of a week as a group project. I handled the general styling aspects.
This is bold and this is strong. This is italic and this is emphasized.
This is superscript text and this is subscript text.
This is underlined and this is code: for (;;) { ... }. Finally, this is a link.
Heading Level 2
Heading Level 3
Heading Level 4
Heading Level 5
Heading Level 6
Blockquote
Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.
Preformatted
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';