May 15, 2020How I Adopted the Model, View, Controller (MVC) Architectural Pattern in JavaScript…for Better Code Separation What is this Model, View, Controller (MVC) architectural pattern? Source: Rails Documentation The MVC architecture divides your code into three (3) layers Models, Views and Controllers separating the different responsibilities of the program.Mvc Frameworks5 min readMvc Frameworks5 min read
Feb 24, 2020Ruby on Rails Facebook Implementation: SpyBookSocial Media Website Demo: SpyBook SpyBook: Github According to the Odin Project: the goal of this exercise is to build some of the baseline features found in one of the more popular social media website applications, Facebook. While following this article we will be putting together some of the core…Ruby32 min readRuby32 min read
Oct 4, 2019HTML & CSS: Building Confidence Programming as a Beginner!Hint to Understanding Proper Element Positioning Hypertext Markup Language (HTML) & Cascading Style Sheets (CSS) are two of the internet’s most used programming languages, its greatest translators and presenters of information. Both languages used in unison to turn this image above into what seems a lot more familiar to the…Web Development8 min readWeb Development8 min read