Skip to main content
Mead Naji

Mead Naji

44 posts published

Old school Linux developer

Morocco
Lab Part 3: Git Commit Challenge
Golang

Lab Part 3: Git Commit Challenge

Before we end this course, why don't you enhance the gogit by adding commit feature in it? You have to do it yourself. That's the challenge.

· Mead Naji

Lab Part 2: Gogit Add Command
Golang

Lab Part 2: Gogit Add Command

Let's make next git functionality in git which is to add files.

· Mead Naji

Lab Part 1: Go Init Command
Golang

Lab Part 1: Go Init Command

Let's make a command that initializes a git repository. We call it Go init command.

· Mead Naji

DIY Project: Building Git with Go
Golang

DIY Project: Building Git with Go

Let's turn theory into practice by building a git-like CLI tool in Go.

· Mead Naji

Chapter 15: Loops in Golang
Golang

Chapter 15: Loops in Golang

Just like if statements, loops are another important concept. You cannot do much in a program without using loops. Loops basically allow you to repeat a block of code for a defined number of times instead of doing it manually.

· Mead Naji

Chapter 14: If Else Conditions
Golang

Chapter 14: If Else Conditions

Condition making and loops are some of the most critical parts of any programming language, not only in Golang. Let’s start with conditions in Go.

· Mead Naji

Chapter 13: Append to a Slice
Golang

Chapter 13: Append to a Slice

Slices and arrays are not the same. Let's learn it clearly.

· Mead Naji

Chapter 12: Slices
Golang

Chapter 12: Slices

Slices solve the problem of array size.

· Mead Naji

Chapter 11: Access Array Elements
Golang

Chapter 11: Access Array Elements

Now that you have learned how to create an array, it’s time to learn how to access a specific element in an array.

· Mead Naji

Chapter 10: Arrays in Golang
Golang

Chapter 10: Arrays in Golang

Like most programming languages, Go also have arrays.

· Mead Naji

Chapter 9: Variadic Functions
Golang

Chapter 9: Variadic Functions

This special function in Go gives you more power...

· Mead Naji

Chapter 8: Multiple Return
Golang

Chapter 8: Multiple Return

In Go, your function can have multiple returns.

· Mead Naji

Chapter 7: Functions in Golang
Golang

Chapter 7: Functions in Golang

Good coder codes, great coder reuses.

· Mead Naji

Chapter 6: Slicing Strings
Golang

Chapter 6: Slicing Strings

Another interesting concept in Go that you will see and use often is the concept of slicing.

· Mead Naji

Chapter 5: Working with Strings
Golang

Chapter 5: Working with Strings

String is an important data type in programming languages in general, and in Golang there is a specific Go package called strings which offers a bunch of functions to work with and manipulate strings.

· Mead Naji

Chapter 4: Variables and Datatypes
Golang

Chapter 4: Variables and Datatypes

Let’s start learning some basics of the Go language syntax and how things are created.

· Mead Naji

Chapter 3: First Golang Project
Golang

Chapter 3: First Golang Project

With Go installed, you are ready to start writing your first Golang project.

· Mead Naji

Chapter 2: Setting Up Golang
Golang

Chapter 2: Setting Up Golang

Now you are ready to get your hands dirty and touch some Golang code, but first you need to install and set up Golang in order to run it on your machine. For this, you will need to install Golang.

· Mead Naji

Chapter 1: What is Golang?
Golang

Chapter 1: What is Golang?

Go is modular, and everything can be divided into modules, with a rich standard library that provides almost everything you need out of the box, which makes it a robust and productive language.

· Mead Naji

Essential Golang for DevOps
Golang

Essential Golang for DevOps

Learn Golang the way DevOps engineers actually use it — by building real tools, not toy examples.

· Mead Naji

Chapter 12: From Command to Cluster - How Kubernetes Actually Works
Kubernetes

Chapter 12: From Command to Cluster - How Kubernetes Actually Works

· Mead Naji

Chapter 11: Recap the Learning With a Demo
Kubernetes

Chapter 11: Recap the Learning With a Demo

· Mead Naji

Chapter 10: Multi-Container Pod
Kubernetes

Chapter 10: Multi-Container Pod

· Mead Naji

Chapter 9: Storage in Kubernetes
Kubernetes

Chapter 9: Storage in Kubernetes

· Mead Naji

Chapter 8: Networking in Kubernetes
Kubernetes

Chapter 8: Networking in Kubernetes

· Mead Naji

Chapter 7: Namespaces and Configuration Types in Kubernetes
Kubernetes

Chapter 7: Namespaces and Configuration Types in Kubernetes

· Mead Naji

Chapter 6: Understanding Labels and Deployments in Depth
Kubernetes

Chapter 6: Understanding Labels and Deployments in Depth

· Mead Naji

Chapter 5: Deep Dive into Pod Creating and Interaction
Kubernetes

Chapter 5: Deep Dive into Pod Creating and Interaction

· Mead Naji

Chapter 4: Working with Pods
Kubernetes

Chapter 4: Working with Pods

· Mead Naji

Chapter 3: Setting Up Kubernetes on Your Local Machine
Kubernetes

Chapter 3: Setting Up Kubernetes on Your Local Machine

· Mead Naji