Select Page

Nodes

I’ve started the Codecademy Pass the Technical Interview with JavaScript path. The first section is on nodes. In JavaScript, a node is a class that has data and a link to another node.  What is a class in JavaScript?  Classes are bits of code that...

Sticky Notes UI

We built a Sticky Notes UI with React at Skillcrush. I want to break the app down here to understand it. Component files: App.js Extends component Includes state: notes array and search text string Includes methods: addNote = (), onType = (editMeId, updatedKey,...

Code Snippet Organizer

A React project. I am going to use the Sticky Notes UI that I built with Skillcrush as a base. But there will be a few changes. The user will be able to record snippets of code in notes. The user can create and delete notes. At some point, I would like to have the app...

Poem Pick: Final Version

This is how the Poem Pick App ended up being. The App queries the PoetryDB.org API  Description: Initial display: The title “Poem Pick”; A message (telling user to start by choosing an author, and that they can have us randomly choose one with the...

Poem Pick: Difficulty accessing variables

I realized this morning that I need the displayPoem function to have both the selectedAuthor and the selectedTitle parameters to pick the correct poem. Since lots of poem titles have been used more than once. At first I thought selectAuthor would be stored in...

Idea Machines

Building apps means building idea machines and connecting them together into larger idea machines. But what is an idea machine? And how does building idea machines relate to building meaning?