Development Technical Interviewer Humor Published April 10, 2024 From an internal message board for my company’s interviewers…
Published July 12, 2020 New OnlineTRACKER Survey Interface New survey interface, built with React, TypeScript, SCSS, Node, and React Storybook.
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) { […]
Published June 28, 2016 How to write the perfect pull request Great tips here: https://github.com/blog/1943-how-to-write-the-perfect-pull-request All boils down to empathy and manners. Feedback to pull requests should be respectful to the developer.
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 […]