AUAnya Uchennainuchennaanya.hashnode.dev·Jul 23, 2022 · 2 min readJavascript Modules ExplainedTo start with, let's understand what the Javascript Module is and what it is not, the Javascript module is nothing but another Javascript statement, expressions, functions, javascript variables, or just any valid Javascript code you can think of that...01O
AUAnya Uchennainuchennaanya.hashnode.dev·Feb 21, 2022 · 1 min readFetching Data With Axios In ReactJsOver the week I was trying to fetch a set of database information, I have in one of the APIs I worked on using MongoDB, Express, Mongoose, and hosted in Heroku and I ran into something I choose to call a bug, I found out that I was not able to acces...00
AUAnya Uchennainuchennaanya.hashnode.dev·Oct 24, 2021 · 2 min readUnderstanding containers and Containerization::Today I am going to be talking about containers and containerization, but before I do that, let me make an attempt of explaining what a container is and Containerization. What is a container? A container is nothing but a virtual/isolated environm...03ONO