Gabriele Romanato
  • Bash
  • Go
  • JavaScript
  • Node.js
  • Python
CSS variables or custom properties: how they work

CSS variables or custom properties: how they work

March 7, 2023
CSS variables, also called "custom properties", are a powerful tool that allows you to define a value and reuse it within a style sheet.
Read more
Python: how to check the URLs of a sitemap
Python

Python: how to check the URLs of a sitemap

March 6, 2023
In this article, we will explain how to check that all URLs in a sitemap are live using Python.
Read more
Python: how to use prepared queries in MySQL Connector
Python

Python: how to use prepared queries in MySQL Connector

March 6, 2023
In this article we will see how to make prepared queries with MySQL Connector in Python.
Read more
Python: how to resize images with ImageMagick
Python

Python: how to resize images with ImageMagick

March 6, 2023
In this article we will see how to use ImageMagick to resize images in Python.
Read more
JavaScript: how to delete a cookie
JavaScript

JavaScript: how to delete a cookie

March 6, 2023
In this article we will see how to delete a cookie in JavaScript.
Read more
Python: how to send an email with attachments
Python

Python: how to send an email with attachments

March 6, 2023
In this article we will see how to send an email with attachments in Python.
Read more
Python: solutions to access the last element in a list
Python

Python: solutions to access the last element in a list

March 6, 2023
To access the last element of a Python list, there are several solutions.
Read more
JavaScript: how to create a query string with URLSearchParams
JavaScript

JavaScript: how to create a query string with URLSearchParams

March 6, 2023
In this article we will see how to create a query string with the JavaScript URLSearchParams object.
Read more
JavaScript: how to create a date in the past
JavaScript

JavaScript: how to create a date in the past

March 6, 2023
In this article we will see how to create a date in the past with JavaScript.
Read more
JavaScript: how to display the file size of an uploaded file using the File API
JavaScript

JavaScript: how to display the file size of an uploaded file using the File API

March 6, 2023
In this article we will see how to use the File API to get the size of a file and format it so that it is human readable.
Read more
« Newer Page 41 of 91 Older »

© 2026 Gabriele Romanato. All rights reserved.