PinnedMy First Public Software Tool, $120 in 3 Seconds with Email TAt the beginning 2021 I decided I wanted to start building things that people could use. Something that I wish I had in the past, things…Mar 3, 2021Mar 3, 2021
Viewing console.log’s of a lambda functionA lot of developers are used to running their code and seeing console.log locally, but when deploying or debugging a lambda function to…Oct 17Oct 17
Build A Responsive Currency Converter app with React.js — Tutorial From Scratchhttps://youtu.be/iCXnHkww79YFeb 1, 2023Feb 1, 2023
How to handle multiple queries with React QueryThere are two ways to handle multiple queries with React Query.Jan 7, 2023Jan 7, 2023
How do I get the data from useQuery in onSuccess callback?There was a bit of confusion on how to get data back from useQuery hook. The developer asking this question thought that the onSuccess key…Jan 5, 2023Jan 5, 2023
How to pass parameters to useQuery using AxiosThere are two ‘correct’ ways to pass parameters to useQuery using Axios and one “looks and feels” cleaner than the other.Jan 4, 2023Jan 4, 2023