Siddhesh Khandagale
Siddhesh Khandagale's Blog

Siddhesh Khandagale's Blog

Follow
home

Securelee

Jun 14, 20234 min read

A CLI tool built using Golang and Appwrite Cloud for sharing files safely. 路 Securelee: Appwrite Hashnode hackathon 馃殌 Team Details : Siddhesh...

Securelee

Caching in Golang

May 3, 20239 min read

In-Memory Caching in Golang using Fiber Framework 路 Introduction Caching is an important technique used in web development to improve the performance of...

Caching in Golang

Web Scraping in Golang

Feb 6, 20236 min read

Web Scraping in Golang using Fiber Framework and Colly Framework 路 Introduction Every developer uses web scraping as a necessary tool at some time in...

Web Scraping in Golang

OAuth 2.0 Implementation in Golang

Jan 8, 20237 min read

Implementing Google's Authentication in Golang Web-APIs. 路 Introduction : Security is without doubt a very important feature for any public and even...

OAuth 2.0 Implementation in Golang

JWT Authentication in Go

Dec 28, 202210 min read

REST-API with JWT Authentication in Go using Fiber, PostgreSQL and GORM 路 Introduction : Hey there 馃憢, In this tutorial, we are going to learn about...

JWT Authentication in Go

Building CRUD Operations in Golang 馃帀

Dec 22, 20229 min read

Creating a REST-API using Go, Fiber, PostgreSQL DB and GORM. 路 Introduction : Hey there 馃憢, In this tutorial, we are going to create a Web API with CRUD...

Building CRUD Operations in Golang 馃帀