Go

Go: how to download a file

In this article, we will explore how to download a remote file using the Go programming language.

October 8, 2023
Node.js

How to download files with Node.js

In this article, we will walk you through the steps to download a remote file using Node.js.

October 8, 2023
Go

Go: how to manage passwords with bcrypt

In this article, we will explore how to securely manage passwords using the Bcrypt hashing algorithm in Go programming language.

October 8, 2023
Node.js

Node.js: how to encrypt and decrypt a string

In Node.js, you can use the crypto module to encrypt and decrypt a string. In this article, we will explore how to do this.

October 3, 2023
Go

Go: how to encrypt and decrypt a string

Go is a programming language that offers a very powerful standard library to handle the encryption and decryption of strings securely. In this article, we'll explore how to do these things using Go.

October 3, 2023
JavaScript

JavaScript: the dataset DOM property

Among the many properties and methods available in the DOM, one of the most powerful and useful is the dataset property.

October 3, 2023