Oct 22, 2021Becoming Friends With Github: A Guide To GitWorking with Github can seem like a bit of a mystifying experience for those that have just begun using it. Pull, push, merge, clone, sync, publish. It seems like a barrage when all you want to do is update a project from VS code. …2 min read2 min read
Oct 15, 2021Revisiting ActiveRecord AssociationsThe endeavor of this week has been to update the back end of my DreamBean application (adding a User resource, implementing table associations, password encryption, and other validations), I am enjoying revisiting the realm of Rails and the powerful capabilities of ActiveRecord macros. As I was creating for a relationship…2 min read2 min read
Oct 8, 2021Appreciating the MVC ArchitectureWorking on updating my final Flatiron project this week ( generating a new resource on the backend with corresponding action’s on the front), has led me to appreciate the sleekness of Rails’ design and how much it facilitates productivity, particularly in regards to the MVC architecture and the separation of…2 min read2 min read
Aug 3, 2021FlatIron Graduation: It Has Been A Journey.This had been a serious journey. I have completely invested myself for almost a year with the intention of graduating Flatiron School. From Ruby, to Sinatra, to Rails, to JavaScript, and finally to React and Redux. …1 min read1 min read
Jul 19, 2021Flatiron Phase 5/Final ProjectThe final project. This project (which employed React & Redux on the frontend & Rails on the backend) was as much about learning a new way to think, regarding the structure and flow of the project, as much as it was learning to code in a new syntax. As silly…3 min read3 min read
May 10, 2021Rails/JavaScript Project Phase 4 Blog PostRails/JavaScript Project Phase 4 Blog Post The most difficult aspect of this project( aside from grasping the Document Object Model conceptually), was the application of Fetch requests and understanding the nature of asynchronous operations. The functional code in itself had enough parallels with procedural Ruby( methods, booleans/conditionals, enumeration etc.) …1 min read1 min read
Apr 5, 2021PHASE 3:RAILS PROJECT BLOG Where to start? When I began this project I believed that building with Rails would simply be a higher powered version of Sinatra, but it is was much more nuanced than that . At risk of sounding dull, on thing that put me under comparatively greater duress than the previous…2 min read2 min read
Feb 12, 2021Sinatra Project Flatiron Phase 2For my Module 2 project I designed a CRUD MVC app using Sinatra. My app was designed to allow users to write any article of their choosing, and to contribute it to the main page for all other users to view. In comparison to Module 1 CLI, I found this…2 min read2 min read