Rishav Kumar's picture
Author
Rishav Kumar

Rishav’s professional life began in 2019 when he completed his B. Tech in computer science and engineering. He has been in content development for the last 2.5 years. Tech is not his profession, it’s his curiosity that he believes to explore as much as he can.


Articles by Rishav Kumar

Create Rest API using Golang's picture

Create Rest API using Gin Web Framework in Golang

This blog will teach you how to create an API in Golang (Go). Moving ahead, you will understand the basic concept of API.

Gin vs Mux for Creating APIs's picture

Which is best Gin VS Mux for building efficient and scalable APIs

In this blog we will comparing gin and mux features and functionality to help you decide which one is the best fit for your project.

How to connect the Golang app using MongoDB
's picture

How to connect the Golang app with MongoDB ?

In this blog, you will understand how to connect your application in Go (Golang) with your MongoDB cluster. You will also learn how to ping the cluster to check your connection as well.

making a To-Do Application in Go Programming using Gin Framework's picture

Guide to making a To-Do Application in Go Programming using Gin Framework

This blog is an explanatory blog that will give you an idea about how to create a todo application in Golang.

How to Use Gorilla Mux in Different Packages's picture

How to use Gorilla Mux in different Packages

Gorilla Mux is a powerful HTTP router for building modern Go web servers. It is an essential package for building HTTP APIs and web applications in Go

When to Use Generics in Go's picture

When To Use Generics in Go

Generic was a very big issue throughout the Golang Developer's Community before the release of version 1.18 Go Programming Language.

JWT Authentication using Golang
's picture

JWT Authentication in Golang using Gin Web Framework-Tutorial

In this tutorial, I will create a JWT authentication Application in Golang based on Gin Web Framework.