Tampa/St. Petersburg, Florida Area
14-week immersive full stack web development program for 60-90 hours a week.
• 7 weeks front end focusing on HTML, CSS, Javascript, React.js and various libraries.
• 7 weeks back end focusing on Ruby on Rails, PostgreSQL and assorted Ruby gems.
1. Project Devvit : Reddit for Developers, Massive data de-clustering solution
• Full stack SPA (Single Page Application) app
• CRUD (Create, Read, Update, Delete) + Search Functionalities implemented
• Built an API using PostgreSQL database
• Offered sign-up and log-in using Google, Github, Instagram, Linkedin accounts via Auth0
• > Website: https://devvit-app.herokuapp.com
• > Github: https://github.com/onemira/capstone-backend
2. Project Color-Picker : Create an HSL color picker with React
• Displayed the color on the screen, in both text and the actual color by dynamically updating the appearance of DOM elements
• Initialized the React Hooks to a random color when the page is loaded
• Combined techniques of string interpolation and use inline styles in React
• > Website: https://colorpicker-hooked-onemira.netlify.com/
• > Github: https://github.com/onemira/colorpicker-hooked
3. Project Minesweeper: Minesweeper game
• Created the user-interface MineSweeper clone by communicating with a back-end API server
• Created a new game when the page loads, and render it on the screen by using Axios to perform POST request
• Left clicking a cell performs the check action + Right/secondary clicking a cell performs the flag action by using Axios to perform POST request
• Displayed the game result by using Axios to perform GET request
• > Website: https://minesweeper-onemira.netlify.com
• > Github: https://github.com/onemira/minesweeper