Monthly Archives: September, 2020
Productivity
Overcoming Procrastination and The Akrasia Effect
We all know what we should be doing right now. But we don't want to! That is procrastination in a nutshell.
React
Learning context API and the useContext React hook
In this react hooks series, we have already explored the react hooks useState, useEffect, and useReducer. The next react hook we will...
Development
Machine Learning Misconceptions That Software Developers Have
There has been a rapid advancement in technology and machine learning in the past decade. This has been accompanied by accelerated and...
React
Understanding the useReducer hook in React
Building upon our React hooks introduction from our previous post on understanding React hooks (useState and useEffect), we will look at the...