Gabriele Romanato
  • Angular
  • AngularJS
  • Bash
  • CSS
  • Development
  • Go
  • HTML5
  • JavaScript
  • Node.js
  • Python
  • React
  • Rust
  • WordPress
  • jQuery
Using the Blob data type in JavaScript
JavaScript

Using the Blob data type in JavaScript

February 23, 2025
The Blob data type in JavaScript allows efficient handling of binary data, making it useful for operations such as file uploading and downloading, image creation, and data stream management.
Read more
Using the crypto object in JavaScript
JavaScript

Using the crypto object in JavaScript

February 23, 2025
The crypto object in JavaScript provides cryptographic functionalities that can be used to generate secure random numbers, create hashes, encrypt and decrypt data.
Read more
How to convert all the images of a website to WebP with Bash
Bash

How to convert all the images of a website to WebP with Bash

February 14, 2025
In this article, we will see how to create a Bash script to convert existing images to the WebP format.
Read more
How to use the Docker Engine API in Go
Go

How to use the Docker Engine API in Go

February 8, 2025
In this article, we will see how to use the Docker Engine API with Go and its SDK.
Read more
How to use Stripe in Go
Go

How to use Stripe in Go

February 8, 2025
In this article, we will see how to use Stripe's APIs with the Go programming language.
Read more
How to use Brotli in nginx
Development

How to use Brotli in nginx

February 8, 2025
Brotli is a compression algorithm developed by Google that offers better performance than Gzip in terms of compression ratio and efficiency.
Read more
How to use Postfix with an external SMTP server
Development

How to use Postfix with an external SMTP server

February 8, 2025
Postfix is a popular Mail Transfer Agent (MTA) used for sending and receiving emails. Sometimes, it may be necessary to configure Postfix to send emails via an external SMTP server, such as Gmail, Outlook, or a custom provider.
Read more
How to create a basic SMTP server with Go
Go

How to create a basic SMTP server with Go

February 8, 2025
In this article, we will explore how to create a basic SMTP server using the Go programming language.
Read more
How to implement multiple file uploads with Go
Go

How to implement multiple file uploads with Go

February 8, 2025
In this article, we will see how to implement multiple file uploads in a web application developed with the Go programming language.
Read more
How to get the MIME type of a file in Go
Go

How to get the MIME type of a file in Go

February 8, 2025
Determining the MIME type of a file in Go can be crucial for handling file uploads, processing, and security checks.
Read more
« Newer Page 4 of 91 Older »

© 2026 Gabriele Romanato. All rights reserved.