FDFavour Danielinfavourdaniel.hashnode.dev路Mar 22, 2022 路 6 min readIntroduction to DockerAccording to the official documentation, Docker is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructure so you can deliver software quickly. With Docker, you c...02AP
FDFavour Danielinfavourdaniel.hashnode.dev路Mar 5, 2022 路 3 min readWeb2 vs Web3This blog post is in fufillment of my task at the Blockgames(https://blockgames.gg/) program by Nest Coin(https://nestcoin.com/) in collaboration with Zuri(https://zuri.team/). That being said, let's get into it. To understand the difference between...00
FDFavour Danielinfavourdaniel.hashnode.dev路Feb 28, 2022 路 7 min readTerraform : Infrastructure as Code toolTerraform Defined According to HashiCorp (developers of Terraform), Terraform is an open-source infrastructure as code software tool that provides a consistent CLI workflow to manage hundreds of cloud services. Terraform codifies cloud APIs into de...00
FDFavour Danielinfavourdaniel.hashnode.dev路Jan 20, 2022 路 6 min readCloud Storage in AWSWeeks ago, I learnt about AWS Storage while taking the AWS Cloud practitioner course on the AWS Skill Builder website and wanted to share insights on it. From my previous article about cloud computing, I mentioned AWS as a cloud computing platform pr...00
FDFavour Danielinfavourdaniel.hashnode.dev路Jan 15, 2022 路 6 min readVirtual Machines vs ContainersOverview Virtual machines and Containers are two ways of deploying multiple, isolated services on a single platform. They have distinct and unique characteristics, but they are also similar for the fact that they both improve IT efficiency, provide a...00