brittjavs.github.io


Intro to Sinatra

This past week I completed Sinatra Basics and learned about MVC. Sinatra is considered a lightweight framework because the developer is still responsible for the structure and communication of web applications. You have to manually set up routes and connect them to the rest of the application.


RUBY CLI DATA GEM PROJECT

I just completed my CLI Data Gem Project, my first project since I began learning to code. It was an intense two weeks of working on this project. In the process I experienced lots of doubt, and feelings of defeat. But, when I got my code to do what I wanted it to do, I felt extreme joy and satisfaction. This project required a lot of review of what I had learn the previous months. I went through previous labs, watched hours and hours of Avi’s resource videos, googled lots, and asked for help when I needed it. Now, I have a CLI based gem that scrapes data, recieves input from a user, and puts out informations according to that input.