#devops
Read more stories on Hashnode
Articles with this tag
Go is a popular programming language that is known for its simplicity, concurrency support, and performance. It is a great choice for building web...
What is a Map? A map is a built-in type in Go that associates a key with a value. In other words, a map is a collection of key-value pairs. The keys...
Pointers in Go are variables that store the memory address of another variable. They are denoted by the * symbol preceding the type of variable they...
What are slices in Golang? Slices are a lightweight data structure in Golang that provide a convenient way to work with arrays. Unlike arrays, which...
What is Docker Docker is a tool that allows us to test and deploy applications easily. Docker is helping to run our application in an isolated...
Yaml - Yaml stands for "YAML Aint Markup Language". It is a human-readable language that is used to exchange data. It was previously known as "Yet...