Gabriele Romanato
  • Bash
  • Go
  • JavaScript
  • Node.js
  • Python
JavaScript: how to bind multiple events to elements
JavaScript

JavaScript: how to bind multiple events to elements

March 6, 2023
In this article we will see how to bind multiple events to elements with JavaScript.
Read more
JavaScript: check if a linear array contains duplicate elements
JavaScript

JavaScript: check if a linear array contains duplicate elements

March 6, 2023
In this article we will see how to check if a linear array contains duplicate elements in JavaScript.
Read more
Python: how to create getters and setters for classes with decorators
Python

Python: how to create getters and setters for classes with decorators

March 6, 2023
In this article we will talk about the decorators used to specify getters and setters in Python classes.
Read more
JavaScript: how to upload files with the Fetch API
JavaScript

JavaScript: how to upload files with the Fetch API

March 5, 2023
In JavaScript, the Fetch API allows us to upload files as well.
Read more
Node.js: how to create HTTP redirects
Node.js

Node.js: how to create HTTP redirects

March 5, 2023
In Node.js, HTTP redirects can be implemented using the core modules http and https.
Read more
JavaScript: fixed header during scroll
JavaScript

JavaScript: fixed header during scroll

March 5, 2023
In this article we're going to make an header fixed when scrolling by using JavaScript.
Read more
Python: how to upload files with the requests module
Python

Python: how to upload files with the requests module

January 29, 2023
In this article we will see how to upload a file in Python with the requests module.
Read more
Python: two ways to check if a file exists
Python

Python: two ways to check if a file exists

January 8, 2023
In this article we will look at two ways to check if a file exists in Python.
Read more
Python: how to check the status of a URL
Python

Python: how to check the status of a URL

January 8, 2023
In this article we will see how to check the status of a URL with Python using the requests module.
Read more
Python: how to safely create directories using the Path class
Python

Python: how to safely create directories using the Path class

January 8, 2023
In this article we will see how to safely create directories using Python's Path class.
Read more
« Newer Page 42 of 91 Older »

© 2026 Gabriele Romanato. All rights reserved.