Learned software development industry best practices and standards in a full-time, five-month program.
Completed several modules and assessments while learning new languages and frameworks, and under the guidance of a senior software engineer in a mentor-student relationship. Completed several hands-on role-based and scenario-based projects and virtual labs designed to simulate real-world tasks and challenges.
Notable projects I developed:
Restaurant Reservation Application | https://github.com/KevinOBautista/restaurant-reservation
• Worked with a full-stack reservation and table management system.
• Implemented a React router and Express to build a RESTful API, to make HTTP requests for all the
• reservation data stored in the connected PostgreSQL database.
• Created CRUD functions and Knex queries to handle data going to and coming from the database.
Study Tool Application | https://github.com/KevinOBautista/Study-Deck
• Created an application that allows users to create, edit, and delete decks and cards within them.
• Created a REST API and middleware functions to allow user(s) to create, read, update, and delete their perfect deck of study cards.
• Defined routes and URLs, and used state over multiple components.
• Aplied router and controller functions to retrieve a user's specific requests.