AAAdedoyin Adekunleinsicario.hashnode.dev·May 10, 2023 · 8 min readThe Realm of Context API in ReactOne of the key concepts in React is state and props, I don't believe you can be a successful React developer without a solid understanding of both state and props. Managing state in React can be a bit of an issue, especially in medium or large projec...00
AAAdedoyin Adekunleinsicario.hashnode.dev·Apr 1, 2023 · 7 min readDocker 101Docker is something you might have heard about at one point or the other in your development journey as a software developer. In this tutorial, we will be going over: what is docker, what are containers, why we use containers, how docker processes an...00
AAAdedoyin Adekunleinsicario.hashnode.dev·Mar 6, 2023 · 8 min readRouting using React Router.React is a common javascript library that makes javascript easy to use, one of the reasons why react is awesome is React Router. In this tutorial, we will be discussing: what is React Router and how to set it up on your local machine. Then as you pro...00
AAAdedoyin Adekunleinsicario.hashnode.dev·Feb 27, 2023 · 7 min readAsync and await in Javascript.The concept of async and await is a very useful tool when it comes to asynchronous codes. It is a concept that makes writing promise-based code easier. What is a promise? Though the concept of the promise is one of the prerequisites to understanding ...01P