Open in app

Sign In

Write

Sign In

Glitch
Glitch

133 Followers

Home

About

2 days ago

Defer in golang

In Go, the defer statement is used to ensure that a function call is performed later in a program’s execution, usually for purposes of cleanup or resource management. In this blog, we’ll explore how defer works in Go and how it can be used effectively in your code. The Basics…

2 min read

2 min read


2 days ago

Golang Methods Explained

Go, or Golang, is a powerful programming language that has gained significant popularity in recent years. It is a compiled language that was developed by Google in 2009, and it is designed to be efficient, simple, and scalable. …

3 min read

3 min read


4 days ago

Function in golang

Functions in Go are a key building block of the language. They are used to encapsulate a set of instructions that can be executed repeatedly throughout a program, allowing for efficient code reuse and modularity. In this blog, we will explore the fundamentals of functions in Go and how they…

3 min read

3 min read


5 days ago

Go Loops: Control Flow

Control flow is a critical aspect of programming that allows developers to execute code based on specific conditions. Loops, in particular, are a type of control flow that allows developers to repeatedly execute code while a certain condition remains true. …

3 min read

3 min read


6 days ago

Golang Switch Case Statement

Switch case is a control flow statement that allows developers to evaluate an expression and execute different blocks of code based on the value of that expression. It is a common construct in programming languages, including Golang. …

Golang

2 min read

Golang Switch Case Statement
Golang Switch Case Statement
Golang

2 min read


Mar 16

If-else in Golang

If-else statements are a fundamental component of programming in Golang. They allow you to execute different blocks of code based on whether a certain condition is true or false. In this blog, we will explore how if-else statements work in Golang and how to use them effectively. The basic syntax…

Golang

3 min read

If-else in Golang
If-else in Golang
Golang

3 min read


Mar 15

Golang: Structs Explained

Go is a statically typed programming language that has been designed to make it easy to write simple, efficient, and reliable code. One of the features that makes Go such a powerful language is its support for structs. …

Golang

2 min read

Golang: Structs Explained
Golang: Structs Explained
Golang

2 min read


Mar 14

Go Map Basics

Go is a powerful and efficient programming language that is widely used in the development of modern software applications. One of the core data structures in Go is a map, which provides a powerful and flexible way to store and retrieve data. In this blog post, we will take a…

Golang

2 min read

Go Map Basics
Go Map Basics
Golang

2 min read


Mar 13

How to remove a value from a slice based on index in golang

In Go, a slice is a dynamic data structure that allows you to store and manipulate a sequence of elements of the same type. Sometimes, you may need to remove a specific value from a slice based on its index. …

Golang

2 min read

How to remove a value from a slice based on index in golang
How to remove a value from a slice based on index in golang
Golang

2 min read


Mar 12

Golang: Slices 101.

In Go, a slice is a dynamically-sized, flexible view into the elements of an array. Slices are a powerful feature of the language and are used extensively in Go programs. …

Golang

3 min read

Golang

3 min read

Glitch

Glitch

133 Followers
Following
  • Karan Dubey

    Karan Dubey

  • Rohit Jakhar

    Rohit Jakhar

  • Luis David Orellana

    Luis David Orellana

  • Pankaj Jangid

    Pankaj Jangid

  • Michel Pszczol

    Michel Pszczol

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech