Open in app

Sign In

Write

Sign In

Glitch
Glitch

144 Followers

Home

About

Mar 27

Making POST Request in Go.

In modern web development, it's essential to know how to make POST requests with JSON data. In this blog, we will discuss how to make a POST request with JSON data in Go. Go is a statically typed language that offers great performance and has a simple syntax. Go has…

Go

2 min read

Making POST Request in Go.
Making POST Request in Go.
Go

2 min read


Mar 27

Golang GET Request Tutorial

In today's world, making HTTP requests is a common task that is performed by most software engineers. Golang has gained immense popularity due to its simplicity, efficiency, and ease of use, making it a popular choice for building web applications. …

Go

2 min read

Golang GET Request Tutorial
Golang GET Request Tutorial
Go

2 min read


Mar 27

Go File Handling Basics

Working with files is an essential part of any programming language, and Go makes it easy and efficient to work with files. In this blog post, we will discuss the basics of working with files in Go and explore some of the standard library functions that make file handling straightforward. …

Golang

3 min read

Go File Handling Basics
Go File Handling Basics
Golang

3 min read


Mar 27

Golang Web Request Handling

Golang is a powerful programming language that has been gaining popularity in recent years. One of the most common use cases for Golang is for web development. In this blog, we will discuss how to handle web requests in Golang. The first step to handling web requests in Golang is…

Go

2 min read

Golang Web Request Handling
Golang Web Request Handling
Go

2 min read


Mar 27

Handling URLs in Golang

Handling URLs in Golang can be a crucial part of developing web applications. URLs are the primary way of accessing resources on the internet, and they need to be managed efficiently to ensure the smooth functioning of web applications. …

Go

2 min read

Handling URLs in Golang
Handling URLs in Golang
Go

2 min read


Mar 27

Golang Frontend Server Creation.

To create a server for a Golang frontend, you can follow these steps: Create a new Golang project by setting up the project structure and creating a main.go file. Import the required packages such as net/http and github.com/gorilla/mux (if you want to use a router). Define the routes for your…

Go

2 min read

Golang Frontend Server Creation.
Golang Frontend Server Creation.
Go

2 min read


Mar 21

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


Mar 21

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


Mar 19

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. …

3 min read

3 min read


Mar 18

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

Glitch

Glitch

144 Followers
Following
  • Rohit Jakhar

    Rohit Jakhar

  • Karan Dubey

    Karan Dubey

  • Luis David Orellana

    Luis David Orellana

  • Pankaj Jangid

    Pankaj Jangid

  • Michel Pszczol

    Michel Pszczol

See all (38)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams