Learning Code

I fully committed to learning code in February of 2022 when I made it my full time job. I started by self-learning using online resources, most notably "100 Days of Code" by Angela Yu on Udemy. I also dabbled with codecademy and Zed Shaw's "Learn Python the Hard Way." In August of 2022, I was accepted into the Ada Developers Academy bootcamp program where I learned full stack development including Python, RESTful API, Flask, HTML/CSS, Javascript and React. I added Django to my tech stack with my final capstone project at Ada. Following are some of the projects I've been working on.

Ada Developers Academy Capstone Project
For my capstone project at Ada Developers Academy, I decided to use my experience in veterinary medicine and my newly acquired knowledge in full stack software development to build a simple yet valuable tool that can benefit medical staff, pets and pet owners.

Task List
A complete RESTful API created with Flask, SQLAlchemy and Postgres. I also gained some practice in learning to read, interpret and implement 3rd party API documentation.

Chatlog
A fun little introduction to React project.

Viewing Party
A project designed to refine skills with nested data structures.

Adagrams
A project with an emphasis on practicing git and pair-programming techniques.

Swap Meet
An Object Oriented Programming project.

100 Days of Code
A repository of projects compiled while completing 100 Days of Code by Angela Yu. I had the most fun creating and seeing the games work.