Redux ToolkitIf you are a React Developer you have either used or heard of Redux. Redux became the most widely adopted state management tool for React…May 22, 2021May 22, 2021
JavaScript ES10: Whats New?Being up to date with the newest updates in JavaScript can be overwhelming since it’s ever changing, but it is important to notice the…May 15, 2021May 15, 2021
React Vis: Crypto Chart HintsLast week I showed how to take cryptocurrency price data and turn it into valid data for an XY Plot and LineSeries on react-vis. Be sure to…May 8, 2021May 8, 2021
Visualizing Stock Data: Stock Price Charts With React-VisOne of my favorite things to do as a Front-End Engineer is work with big data and translate it into something that the user can…Apr 30, 2021Apr 30, 2021
Setting up TypeScript in React ApplicationTypeScript has been growing and growing in popularity over the past years and is widely adopted in company tech stacks. From my research I…Apr 16, 2021Apr 16, 2021
Animations Made Easy in ReactAnimations are becoming a staple in modern web applications. Almost every large company includes some sort of animation within their site…Apr 9, 2021Apr 9, 2021
React App Address Autocomplete Search: react-places-autocompleteSo many applications use an input for user addresses whether it it’s for payment processes or selecting a shipping location. I am going to…Apr 3, 2021Apr 3, 2021
2sum LeetCode Solution: JavaScriptI haven’t done any blog posts on data structures or algorithms so I thought I would cover a solution to one of the more popular questions…Mar 26, 2021Mar 26, 2021
Responsive Web Page: React-ResponsiveMaking any web application fully responsive all the way down to mobile size can be a tricky task. Thankfully, there is yet again another…Mar 19, 2021Mar 19, 2021