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.
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.
Implementing CSRF Protection in Go from Scratch
In this article, we will see how to implement simple CSRF protection from scratch in Go.
Interacting with ScyllaDB in Go
ScyllaDB is a high-performance NoSQL database compatible with Apache Cassandra.
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.
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.