arakunrinola.hashnode.devJS and Go: Comparing and Contrasting (Setup and Syntax)The previous article in this series provided an overview of both JavaScript and Go, you should check that out here. This part will be talking about setting up both languages to run on our device, as well as comparing and contrasting some syntax, and ...Jan 16, 2023·9 min read
arakunrinola.hashnode.devJS and Go: Comparing and Contrasting (Intro)JavaScript and Go are two popular programming languages that have gained widespread adoption in recent years. Both languages have their unique histories, features, and use cases. What I will be doing in this series is comparing and contrasting both l...Jan 8, 2023·3 min read
arakunrinola.hashnode.devPop Up Modal in React With React useState HookThis article will walk you through creating a popup modal in React Js using one of the most common React hooks, the useState hook. We will examine the react state and how the useState hook can be used to update a state in React and lightly talk about...Nov 8, 2022·7 min read