IWIyoriobhe Wisdom Osenemendiainwisdom-ose.hashnode.dev路Nov 26, 2023 路 5 min readSystem analysis of Design-to-code automation toolsIntroduction A design-to-code automation tool is a software application that allows designers to create visual designs, such as wireframes, mockups, and prototypes, and then automatically generates the corresponding source code, such as HTML, CSS, an...00
IWIyoriobhe Wisdom Osenemendiainwisdom-ose.hashnode.dev路Mar 13, 2023 路 4 min readUsing context and custom hooks like a proIntroduction To follow through with this tutorial I highly recommend you go through my previous post where I discussed the 3 things needed to make a good API call. Today, we are going deeper to talk about how you can get the most from combining conte...00
IWIyoriobhe Wisdom Osenemendiainwisdom-ose.hashnode.dev路Mar 6, 2023 路 3 min readHow to make API calls in ReactA good API call requires more than just making a network request, getting the data and using the data. There are more subtle things that need to be put in place to provide a good user experience to your customers. The code below illustrates how you m...00
IWIyoriobhe Wisdom Osenemendiainwisdom-ose.hashnode.dev路May 6, 2022 路 4 min readCreate an OTP service in Node Js Part 2Hello guys, 馃憢 Its great to have you continue from where we left off in our previous article. If you haven't read that, i strongly advice you go check it out here. Recap of part 1 We had setup our server, it was running perfectly and if you check it ...00
IWIyoriobhe Wisdom Osenemendiainwisdom-ose.hashnode.dev路Apr 29, 2022 路 2 min readCreate an OTP service in Node Js Part 1Hi there, This is a part 1 in a 4 part series where we talk about how you can create an OTP service in Nodejs. For this part of the series we are going to set up our project and make sure things are up and running. if you feel lost along the way, you...00