15- weeks Immersive programs to become a Full-stack software engineer.
•Frontend: JavaScript (ES6+), Component Pattern, React.js, Redux
•Backend: Ruby, MVC pattern, Ruby on Rails, SQL, ORMs & Active Record
PROJECTS BUILT:
1. Volunteer - a classified React app built to find volunteer opportunities, look for volunteers for a particular event. Users can create new events, search through events, and participate in the events.
•Designed UI employing React, styled with Semantic-UI-React and custom CSS.
•Implemented dynamic client-side routing with React-Router for improved UX, ensuring the proper component rendering.
•Built auth using JSON Web Tokens, localStorage, and Bcrypt, allowing auto-login and storing encrypted user info client-side.
•Developed Rails API for models with the Postgres database.
2. Flatiron Furniture - An e-commerce app built collaboratively for buying modern furniture. Users can search, add to cart, and checkout furniture.
•Built frontend using React with dynamic client-side routing using React-Router, and styled with custom CSS
•Developed Rails API backend using Postgress database
•Built auth using JSON Web Tokens, localStorage, and Bcrypt, allowing auto-login and storing encrypted user info client-side.
3. Puppy Link - a classifieds app built collaboratively for providing a link between Future dog owners and Breeders. Users can adopt a dog or give a dog for adoption.
•Built frontend UI using Ruby on Rails, styled with custom CSS and Bootstrap
•Built auth using Sessions, Cookies, and Bcrypt, allowing auto-login and storing encrypted user info client-side
•Developed Rails API backend for four models with Postgres