Golang

Nov
18

Golang Tutorial 6: Maps - Efficient Associative Data Structures in GoLang

Maps, also known as hash tables or dictionaries in other languages, are fundamental data structures in GoLang, providing a powerful
2 min read
Nov
18

Golang Tutorial 5: Mastering Loops for Efficient Iteration in GoLang

Loops are fundamental programming constructs that allow for repeated execution of a block of code until a certain condition is
2 min read
Nov
16

Golang Tutorial 4: Conditional Statements

Conditional statements are fundamental control flow constructs in programming languages, allowing developers to make decisions based on certain conditions. In
2 min read
Nov
16

Golang Tutorial 3: Understanding Constants, Variables, and Functions in GoLang

Constants, variables, and functions are fundamental building blocks of programming languages, providing a means to store and manipulate data, organize
2 min read
Nov
16

Implementing a Multiple Schema Multi-Tenant System in GoLang

Managing multiple tenants or clients within a single database infrastructure can be a complex task. Fortunately, GoLang provides the necessary
2 min read
Jan
22

Golang Tutorial 2: Setting up golang

Installing golang using versionGoBrew is a command line tool that helps you manage multiple versions of Go on your machine.
2 min read
Jan
22

Exponential backoff in go

IntroductionExponential backoff is a technique used to handle network errors and timeouts in a more robust and efficient way. The
1 min read
Feb
10
Golang: Connecting to posgres using ssl

Golang: Connecting to posgres using ssl

In this article, you will learn how to host a postgres server with ssl enabled using docker and connect to
3 min read
Jan
29
Golang Tutorial 1: Introduction

Golang Tutorial 1: Introduction

In this tutorial, you will learn how to install golang, setup you vscode and write a simple hello world program.
2 min read
Apr
15

Finding all Vulnerable Security groups in AWS using golang

Security is very important for any AWS infrastructure. Security groups are essential component for AWS security. Security group acts a
1 min read