react
3 stories, newest first.
When AI in an interview fails you
I used AI heavily in a technical interview, felt great about the build, and still got rejected because the team could not gauge enough of my understanding.
6 min read
Console log with implicitly returned React components
Sometimes it can be annoying when you are trying to quickly console log something within a component that it implicitily returned, here is a quick trick.
3 min read
Getting started with React and ViteJS
In this blog post I go over the basic scaffolding of building out a starter React app using ViteJS and explain ViteJS works compared to something like your traditional module loaders such as Webpack.
6 min read