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.
You will find all of my long-form thoughts on engineering, leadership, working with design, and more, collected in chronological order
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.
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.
Easily adding a simple share button to a blog around sharing on Twitter
Using Fastify and Sendgrid to build out a simple opt-in newsletter subscription feature so that I can start to gain a contact list to send out new blog posts.
pair programming is a side hobby that I have found to help me branch out and learn from local developers in my community. I strongly suggest going for it if you can fit it into your schedule.
Anyone who has had to work with an external API knows the problems that can occur when there are a lot of users hitting endpoints that directly pull from the external API's.