Thinkful Online
Software Engineering Program 02/2022 – Present
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.
As part of the program, produced professional projects from concept to completion, including:
Library application | Project Link
• Assembled the functionality for an application that allows users to search, review, and check out books
from their local neighborhood.
• Created search and sorting functions to allow users to know what books were available and their rating.
• Coded using JavaScript functions that enable the expansion of the library without requiring code refactoring.
Technology: JavaScript ES6, Bootstrap, HTML5, Node.js
Decoder Ring application | Project Link
• Created an application that will help you encode/decode a variety of messages.
• Performed unit tests with Mocha and Chai to test complex algorithms.
• Technology: JavaScript, Node.js, Mocha and Chai
Recipe Tracking application | Project Link
• Produced a function that allows a user to create, read, update or delete selected recipes.
• Built an interactive React application that uses forms and displays specific data that can be updated.
• Technology: React, Node.js, CSS
Flashcard application | Project Link
• Designed an application for a user to create, read, update, and delete flashcards.
• Developed by rendering, managing state, calling external APIs, and using React Router.
• Technology: React, Node.js, Bootstrap4