Go

Implementing Two-Factor Authentication (2FA) with TOTP in Go

In this article, we will see how to implement a simple 2FA system using Time-based One-Time Password (TOTP) codes in Go.

August 9, 2025
Go

New Features in Go 1.24

Go 1.24, released in February 2025, delivers a substantial update focused on performance, developer productivity, cryptography, and WebAssembly support while maintaining Go 1 backwards compatibility.

July 15, 2025
Go

Implementing CSRF Protection in Go from Scratch

In this article, we will see how to implement simple CSRF protection from scratch in Go.

July 15, 2025
Go

Interacting with ScyllaDB in Go

ScyllaDB is a high-performance NoSQL database compatible with Apache Cassandra.

July 14, 2025
Go

Upload Files to Google Drive with Go

Uploading files to Google Drive with Go is a straightforward process once your credentials and token flow are properly set up.

July 14, 2025
Go

Making HTTP Requests in Go with Core Packages

In this article, we'll see how to make GET and POST requests using only the packages included in Go's standard library.

July 14, 2025