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.
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.
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.
Interacting with ScyllaDB in Go
ScyllaDB is a high-performance NoSQL database compatible with Apache Cassandra.
Interacting with ScyllaDB in Python
ScyllaDB is a high-performance distributed NoSQL database compatible with Apache Cassandra.