Greater New York City Area
Graduate from an intensive training program designed to equip new developers with the skills necessary to launch careers in software development. This program consisted of 6 months of intensive training, classes, lectures, individual and pair programming projects, code challenges, presentations and more.
Studied a variety of web development languages & frameworks, including Javascript, React, Redux, jQuery, Ruby, Rails, HTML5, CSS3 & SQL.
Technical Projects:
StockTicker:
https://github.com/TheInvalidNonce/stockticker
https://stockticker-react.herokuapp.com/
A stock market dashboard built in React.
+ Users can view a dashboard of 5 different stocks at once.
+ Users can add new stocks by their symbol name.
+ Utilizes the IEX Stock Market API to retrieve real-time market data.
Coinance:
https://github.com/TheInvalidNonce/Coinance
https://coinance.herokuapp.com/
A web app built in Ruby on Rails with a jQuery front-end to manage a portfolio of cryptocurrencies & digital currency tokens.
+ Leverages JSON data from the Cryptocompare API to get real-time info & price data on 2,000+ cryptocurrencies and tokens. + Users create an account to store transactions & wallets from a list of coins to save to the database (Postgresql).
+ Implements Facebook Omniauth & Devise to manage logins, passwords, and maintain session security.
+ Styled with an open-source Bootstrap theme with custom CSS.
Airbrb:
Github: https://github.com/TheInvalidNonce/AirBrB
Live: https://airbrb.herokuapp.com/
An Airbnb inspired web application built in Rails, React, and Redux.
+ Single page application where users can create listings and integrates Google Maps API to display listings from the database.
+ Front end utilizes React components with React Router. Redux & Redux Thunk are used for predictable state management.
+ Back end built with the Rails 5 API and a Postgresql database schema for data persistence with input validation checks.