Gabriele Romanato
  • Bash
  • Go
  • JavaScript
  • Node.js
  • Python
Python: how to convert an HTML page to PDF
Python

Python: how to convert an HTML page to PDF

July 9, 2023
In this article, we will explore a step-by-step approach to converting an HTML page to PDF using Python.
Read more
JavaScript: calculate the difference between two dates in human format
JavaScript

JavaScript: calculate the difference between two dates in human format

July 9, 2023
Implementing a JavaScript function to calculate the time elapsed from a date in human format can be very useful in several applications.
Read more
JavaScript: how to count the number of sentences in a text
JavaScript

JavaScript: how to count the number of sentences in a text

June 28, 2023
In JavaScript we can count the number of sentences in a text.
Read more
JavaScript: using the History API and the Fetch API to handle routing in a web app
JavaScript

JavaScript: using the History API and the Fetch API to handle routing in a web app

June 26, 2023
In modern web development, creating single-page applications (SPAs) that provide a smooth and seamless user experience is a common goal. One essential aspect of SPAs is the ability to handle multiple routes or URLs without refreshing the entire page. This can be achieved by utilizing the History API and the Fetch API in JavaScript.
Read more
JavaScript: how to create a basic SPA (Single Page App) with the History API
JavaScript

JavaScript: how to create a basic SPA (Single Page App) with the History API

June 18, 2023
In this article we're going to create a basic SPA (Single Page App) by using the JavaScript History API.
Read more
React and file uploads: reading a CSV file

React and file uploads: reading a CSV file

June 12, 2023
In this article we'll take a closer look at how to handle file uploads in React by reading the contents of a CSV file and display them on the page.
Read more
JavaScript: calculate the difference in days between two dates
JavaScript

JavaScript: calculate the difference in days between two dates

June 10, 2023
In JavaScript we can get the difference in days between two dates.
Read more
JavaScript: how to create a range of integers
JavaScript

JavaScript: how to create a range of integers

June 9, 2023
In this article we will see how to create a range of integers with JavaScript.
Read more
How to use filter() and reduce() in React

How to use filter() and reduce() in React

June 9, 2023
In this article we will see how to use the filter() and reduce() array methods in React.
Read more
Python: how to check if an FTP server is online
Python

Python: how to check if an FTP server is online

June 9, 2023
In this article we will see how to check if an FTP server is online with Python.
Read more
« Newer Page 36 of 91 Older »

© 2026 Gabriele Romanato. All rights reserved.