How to find Mentors ?
Finding professional guidance whichever the stage in your career...

Search for a command to run...
Finding professional guidance whichever the stage in your career...

I have written several articles in an attempt to cover the commonest react hooks that I use and encounter. In the process I have relearnt the workings of useContext, relearned useRef and explored the depths of useState. There's more here: Nate's Blog...

A brief dive into the useReducer hook

TLDR: The useEffect Hook executes whichever action (callback) as soon as the react components render. That's why it's used for things like data fetching, setting state etc ( these are side-effects, hence the name useEffect). Into the details... This...

I am fully convinced that if you are reading this you are definitely not a toddler who writes React, perhaps you are reading this because you have hit "the wall" and seek an escape, the kind of relief that simple and precise information can give. I a...

We all know the "explain it like I am 5" test which seeks to determine that the taker of the challenge can truly express the topic to its very basics such that a five-year-old can make sense of it. This helps to ascertain whether or not that a line o...

This is a quick peek into the start of my professional software developer journey... It's great to learn from others' experiences so here's mine...

Having taken on some Algorithm problems that were easier to solve with Regex and some string manipulation methods in JS, I decided to dive further...
