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
Python

Implementing CSRF Protection from Scratch in Python

CSRF (Cross-Site Request Forgery) protection is a fundamental security measure for any web application that handles stateful requests and user authentication.

July 15, 2025
Node.js

Implementing CSRF Protection in Node.js from Scratch

To protect a Node.js application from this type of attack, we can implement a CSRF token system from scratch. This article shows step by step how to do it.

July 15, 2025
Go

Interacting with ScyllaDB in Go

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

July 14, 2025
Python

Interacting with ScyllaDB in Python

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

July 14, 2025