akinolu52.hashnode.devMemoization in JavaScript and ReactIntroduction Memoization is an interesting concept, and I believe all Javascript developers should be fascinated by it and familiar with it. I will be going through this subject in the following way: WHAT, WHY and HOW 1. What is Memoization? When I f...Jul 18, 2022路6 min read
akinolu52.hashnode.devLearning how to create custom hooks with API resourceIntroduction Before now; it was pratically impossible to have a state in a functional component then comes React Hooks. What is React Hooks? I can not really give a specific definition to react hooks but what I can say is that, react-hooks provides ...Jul 4, 2022路5 min read
akinolu52.hashnode.devCreating an API resource file using axiosAt some point while developing, you will need to manipulate data from a backend service or server. manipulating data can be of several forms: get a data from the backend sending data for further processing updating previous/stale data adding to pr...Jun 10, 2022路3 min read
akinolu52.hashnode.devSupercharged Visual Studio Code - Part 2Hello everyone 馃槃 This is the second part of Supercharged Visual Studio Code in Part 1 we talked about some plugins to make like easier while developing; In this, I will be sharing some tools to help us code better... Writting comments in a standar...Jun 10, 2022路3 min read
akinolu52.hashnode.devSupercharged Visual Studio聽Code - Part 1Hello everyone 馃槃 Do you want to get work done faster without switching applications? There are alot of packages on vs-code that helps with important tasks. (1). Why use postman etc to test endpoints when you can do it from your vs-code Download thun...Nov 19, 2021路2 min read