Building the Web PsychicI am obsessed with the idea of chance as a system. People have called it luck, fortune and a million other names, but the role of chance in…Aug 31, 2021Aug 31, 2021
Creating the moonset moodboarding appThe moonset moodboarding app is an app with a Javascript front end and a rails backend that allows users to create and edit a moodboard. It…Jul 18, 2021Jul 18, 2021
Controlled or Not Controlled? Form elements in React.In terms of syntax, React forms are very similar to a typical HTML form. But unlike a typical HTML form where the input value is user…Jun 30, 2021Jun 30, 2021
Interesting Behavior of Javascript Datatype InteractionIf you’re familiar with another language like Ruby or Python, some of the ways that datatypes interact in Javascript might surprise you.Jun 29, 2021Jun 29, 2021
Why Coding is Like WritingBefore enrolling in Flatiron Bootcamp, most of my professional experience was as a writer. In fact, most of my creative experience was as a…Jun 29, 2021Jun 29, 2021
Let’s Get CRUD-y (making sense of HTTP Verbs, Routes and Actions in Sinatra)In this blog post, we’ll explore how to articulate the difference between HTTP verbs, routes and controller actions. This can be one of the…Jun 16, 2021Jun 16, 2021
Creating the Cat-o-Mat Rails AppIn building my first full-fledged Ruby on Rails app, I wanted to create a domain that had a lot of utility and a sufficient level of…May 3, 2021May 3, 2021
Data Types in Sqlite3 for total N00bsIn the SQL section of the curriculum at Flatiron School, our early examples focus primarily on two datatypes: TEXT and INTEGER. Part of…Mar 10, 2021Mar 10, 2021
Creating a digital ‘Scrapbooking’ in SinatraRaise your hand if you’re one of those people who has 20–50 tabs open at any given time. Raise your other hand if you’re the type of…Mar 5, 2021Mar 5, 2021
So…What’s a Proc in Ruby?If you’re in a hurry, here’s the command+C/command+V answer to the question posed by the headline:Feb 9, 2021Feb 9, 2021