Nick FrangioneReact w/ES6 vs. React w/out ES6ES6, or ECMAScript 6, is an update to the Javascript language that plays a key role in how code is written when using Javascript’s React…May 13, 2021May 13, 2021
Nick FrangioneNaming Convention in Ruby on RailsRuby on Rails is a web application framework in Ruby programming language, which means that it provides developers tools to be able to more…Apr 29, 2021Apr 29, 2021
Nick FrangioneVisualizing Table Relationship Models for Ruby Active Record DatabaseActive Record is an ORM (Object Relational Mapper), which means it allows the developer to send queries to a database, which is a…Apr 22, 2021Apr 22, 2021
Nick FrangioneThe For Each (.forEach) Method in Javascript & the Each (.each) Method in RubyThe for each method in Javascript, and the each method in Ruby, are both data structure iterator methods. This means they are ways to…Apr 7, 2021Apr 7, 2021
Nick FrangioneReact w/out JSXIn development we use a lot of packages in order to simplify the work needed to be done and make our jobs easier, though these packages…Mar 31, 2021Mar 31, 2021