Why I decided to learn software engineering


To become a software engineer

More on javascript frontend

So for this blog I am going to write about building in layers or vertically in opposition to building similar things at once or horizontally. And next I will cover some javascript topics such as scope and hoisting.


Building a javascript frontend and rails backend

Alright doing something new again this time for my blog.


Building associations

Alright, so you want to build a new object that is associated with another object? In my Rails project, I have a User class and a User has_many Bentoboxes. A Bentobox belongs_to a User. So if I want to build a Bentobox associated with a User, I can do this (in the console for example):


Adventure Bento for Rails

For this blog, I thought I would detail not my thought process for building this rails ‘Adventure Bento’ web app, but instead showcase how the requirements are passing. Really a way for me to example the feature of the my app in a somewhat organized what and make sure all of the requirements are met.


Welcome to your goals

Hi there! For this project, I used Sinatra and Active Record to build a web application. How cool!