Jun 6Active Record — A Brief Introduction & Method PracticeThe Ruby on Rails framework provides a significant amount of functionality for developers. One of these built-in tools is Active Record. Active Record is a powerful (ORM) Object Relational Mapping framework that is used to interact with databases. Object Relational Mapping is technique that connects the objects in an application…Ruby On Rails3 min read
May 13Dynamic Routing in React using React Router DOMv.6As your skill with JavaScript increases you will inevitably start to gravitate towards learning how libraries and frameworks can optimize your coding process. The most popular of these libraries in the current landscape is React. I will dive in to how dynamic Routing is handled in React applications through the…Java Script3 min read
Apr 22Higher Order Functions — JSAll novice coders typically begin with an introduction to variables and functions. It won’t be long before they encounter a Higher Order Function. What exactly are Higher Order Functions? Why are Higher Order Functions useful to developers? A Higher Order Function takes a function as a parameter or it returns…Java Script2 min read
Apr 2Pivoting into a Coding CareerWhen Covid-19 hijacked the world, I was working as a Director of Sponsorship at Fashion Agency in NYC. With no Fashion shows to raise funds for, I began to see my role at the company as redundant. …Coding2 min read