An intensive training program designed to equip students with the skills necessary to launch careers in web development. This program includes over 800 hours of coursework, encompassing lessons, labs, study groups, individual and pair programming projects, code challenges, portfolio project presentations and more.
•Studied a variety of web development languages, frameworks, and libraries in-depth, including Ruby, Rails, Sinatra, Javascript, React, Redux, SQL, ActiveRecord, Git, HTML, CSS and Bootstrap
"A Good Read"
An app that allows you to add, review, and comment on popular book choices
•Uses Javascript frontend utilizing React.js and Ruby on Rails backend which handles data persistence
•Applies Redux middleware to respond to and modify state change
•Incorporates Bootstraps and custom CSS for styling found throughout the application
"Best Dog Parks"
An interactive app to keep track of all the dog parks you like to visit with your canine friend
•Renders features using jQuery and an Active Model Serialization JSON backend
•Utilizes Ruby on Rails to create a user interface with Omniauth and Bcrypt Authentication
•Includes ActiveRecord to represent and store data collected through the application
"Foodie Cookbook"
App that allows a user to create a personal cookbook to store all their favorite recipes
•Uses Sinatra to build an app that allows a user to create, read, update, and destroy (CRUD) data
•Applies ActiveRecord for storing information and model associations in a database
•Ensures that a user can only modify their own content through user validations and error messages
"Foodie Recipes"
Uses a Command Line Interface to view recipes from a popular food blogger website
•Utilizes a Command Line Interface to interact with the application
•Pulls data from an external food blog website using Nokogiri
•Implements both list and details view options within the application