Latest blog posts
- Writing a Winning Web Developer Resume
It's hiring season! Do you want a new web developer job? You might call yourself a frontend (front-end/front end) engineer, a UI developer, a full-stack enginee…
- 2020 Year in Review
I got the idea to write a my first ever retrospective for the year from Monica Lent. 🙏 What a year it has been. Back in February I had no idea what the rest of…
- How and when to use React useCallback()
In short, React's useCallback hook is used to wrap functions. It tells React to not re-create a wrapped function when a component re-renders, unless any of the …