Development New OnlineTRACKER Survey Interface Published July 12, 2020 Built with React, TypeScript, React Storybook, and Node: Once the user completes a short pre-survey screener, the survey is ready to begin. The user clicks on the play button to begin. The user has 4 seconds to focus on the audio before they are asked to provide their opinion. After a 4 second delay, the user is asked 2 questions about each song. The first is “How do you feel about this song?” The second question is “How tired are you of this song?”
Published January 11, 2018 Easy CORS fix 2 comments Nothing is more frustrating when learning full-stack web development than running into the dreaded CORS roadblock Turns out there’s an easy fix: […]
Published May 2, 2021 Congratulations to the UCLA Coding Boot Camp Graduates – 3 April 2021 I got to substitute for most of the last month for UCLA’s Coding Boot Camp. This cohort presented their final group projects […]
Published April 10, 2024 Remix Framework’s “White Screen Of Death” My first time working with the Remix framework didn’t go so well. I followed their quick start instructions step-by-step which seemed very […]
Published July 14, 2016 New Javascript ForEach iterator Have to start getting used to some iterator syntax. Here’s how we USED to do it: for (let color in colors) { […]