Mizan Firdausimizanf123.hashnode.dev·Nov 27, 2023Terraform Theory1. What is Terraform and how it is different from other IaC tools? Terraform is a Business Source License infrastructure as a code software tool created by HashiCorp. Users define and provide data center infrastructure using a declarative configurat...DiscussTerraform
David Saahdavesaah.hashnode.dev·Jul 20, 2023Types of High Level LanguagesWhat is a High-level Language High-level languages allow a programmer to write instructions for the computer to execute, independent of a particular type of computer. It abstracts the details of the computer from the programmer. Their syntax is more ...Discuss·32 readsRootsprogramming
David Saahdavesaah.hashnode.dev·Jul 19, 2023Types of Programming LanguagesYesterday, we looked at how computers have evolved through the years. In this article, we will learn about how programming languages have progressed. But before we delve into the various categories and types of programming languages, let’s look at wh...Discuss·27 readsRootsprogramming languages
Harshit Tathagatharshittathagat.hashnode.dev·Mar 29, 2023AWS InfrastructureThis blog comes in continuation with the previous blog on Cloud Fundamentals. It is recommended to read it before diving into this one. What is the AWS? It is a cloud service provided, owned, and managed by Amazon. As we know, earlier, every corpora...Discuss·1 like·26 readsAWS
Harshit Tathagatharshittathagat.hashnode.dev·Mar 28, 2023Beginning with CloudAre you guys ready? Let's go... Scenario before the cloud We all know that organizations, enterprises, and companies cannot do without large-scale computing systems and services. There was a time when data centers used to provide the computing serv...Discuss·1 likeCloud
Christiaan Fouchéchrisfouche.com·Mar 4, 2023Parents, teenagers, and unit testsThere’s a theory of stability. It applies to entities. We can observe its effect on human behaviour. It explains why parents tend to be more stable individuals than teenagers. And can explain why unit tests make code more stable. The theory says stab...Discuss·1 like·158 readsunit tests
gatewaynodegatewaynode.com·Nov 11, 2022How I like to do operationalization documentationWhat is a CONOPS (Concept of Operations)? TLDR: Back of a napkin system plan. A document, that proposes the characteristics and attributes of a system required to solve a current or emerging problem. It describes in carefully abstract terms the qua...Discuss·113 readsStart with a Plantactics
Aaron Rebeloaaronr2020.hashnode.dev·Jul 15, 2022Docker For Beginners - Part 1What is Docker? It's a platform for building, running, and shipping applications in a consistent manner across different machines. So if your application runs well on your development machine, it should be working fine on other machines. For example,...Discuss·2 likes·39 readsDocker