Go: how to download a file
In this article, we will explore how to download a remote file using the Go programming language.
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.
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.
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.
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.
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.