Hello! Today I'd like to talk a little bit about the latest project I've been working on again. Background For a quick bit of background, it's my last project at Flatiron, and they wanted us to make something with React and Redux this time, using Rails in API mode as a backend…
React Hooks What are they? React Hooks are a collection of functions that can be used from within a React function component to do things like modify state, run code during lifecycle events, access context, or perform other useful actions. Hooks were first introduced in React 1…
So, I have another project I'm supposed to show off. Don't mind if I do! I haven't yet hosted it, as there are some finishing design touches I still would like to implmenent. I'm still proud of my current result though! This time I made... (drum roll...) An instrument tuner…
My latest project at school is one that I was initially a little intimidated by when I first (mis)read the requirements. There I was, fresh out of Sinatra-land, with hardly a spare moment to rest, and now I was supposed to build another Ruby web app, only... bigger? My meme…
I had a slightly low mood over the winter (who didn't), and at a point it began to get old. While in this state, I started to wonder how I was going to manage putting together my next project. While I really enjoyed building the last one, it is difficult to code while one's mind…
When finding coffee gets complex Recently at school, I was assigned the task of designing and building a Ruby application that meets the following requirements: It can be interacted with by the user via a command-line interface It fetches data from a remote source using an…