feliciabacon.hashnode.devThe Importance of Time and Stress Management For Launch School InterviewsHistorically, interviewing has not been my strongest skill in Launch School. In fact, I have a harder time with interviewing than with any other aspect of Launch School. Give me 4 hour written tests all day long, but slap an interview in front of me,...Nov 13, 2021·18 min read
feliciabacon.hashnode.devReflections At The (More Than) Halfway MarkIt’s been a while since I’ve written anything. After a long time of not working on this site, I start to forget how to actually update and use it. It took two hours this morning for me to figure out how to get the date to update on my last post that ...Aug 23, 2021·7 min read
feliciabacon.hashnode.devIntroducing: Gardener's Journal My First Web Application!Introducing Gardener’s Journal! This is my first attempt at creating a web application using Ruby and Sinatra. This project is optional as part of Launch School’s RB175 Networked Applications course. Here it is! This web application helps people keep...Aug 22, 2021·1 min read
feliciabacon.hashnode.devArray Processing Abstractions (Part 1)An array in Javascript is simply a list of values. In order to do something with that list, usually we would need to ‘step through’ or ‘iterate’ over that list to perform a specific action on each value. Javascript provides us with a few different ty...Aug 3, 2021·7 min read