Hi! I’m Angelica, a software engineer with experience in JavaScript, Typescript, React / Redux, AWS Cloud
Technologies, along with a
background in
counseling / social work. My interests in both programming and social work are rooted in a love to solve
problems and
make an impact. I love that technology can truly change a person's life for the better, and am excited to be
apart of making
that happen. I’m looking for an environment that is challenging, fast paced, and has opportunities for
continued learning.
Social Goals is a social media platform for users to create and share future goals with their followers, and
encourage each other on the journey to achieving those goals. Followers can
follow users, and also can follow specific goals in order to see updates created by the author of that goal,
which gives the follower an exclusive look into the ups and downs of the author's road to achieving the goal.
This application features a React/Redux frontend and an Express.js backend that serves all database and api
routes.
Artsy is an e-commerce site, inspired by Etsy, that focuses on the purchase of art. Users can interact with
the site by viewing art products, adding or removing products from their cart, leaving reviews, and searching
for products.
This application features a React/Redux frontend to dynamically render data visually,
along with an Express.js backend that serves all database and api routes.
Skills
Tools and Technologies I use and love
JavaScript
Flask
Python
Express
HTML
CSS
React
Redux
Docker
Heroku
Git
VSCode
Postgresql
Contact
Angelica Wilson
Feel free to contact me for job opportunities, collaboration, questions, or just to say hi.
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.';