Gabriele Romanato
  • Angular
  • AngularJS
  • Bash
  • CSS
  • Development
  • Go
  • HTML5
  • JavaScript
  • Node.js
  • Python
  • React
  • Rust
  • WordPress
  • jQuery
How to Convert Arabic Numerals to Roman Numerals with JavaScript
JavaScript

How to Convert Arabic Numerals to Roman Numerals with JavaScript

October 6, 2024
In this article, we will see how to implement this conversion in JavaScript.
Read more
How to Convert Arabic Numerals to Roman Numerals with Python
Python

How to Convert Arabic Numerals to Roman Numerals with Python

October 6, 2024
In this article, I will show you how to implement a simple Python program to convert an Arabic (decimal) number to a Roman numeral.
Read more
How to Convert Arabic Numerals to Roman Numerals with Go
Go

How to Convert Arabic Numerals to Roman Numerals with Go

October 6, 2024
This article will explain how to implement an Arabic to Roman numeral converter using the Go programming language.
Read more
How to Convert Arabic Numerals to Roman Numerals with Bash
Bash

How to Convert Arabic Numerals to Roman Numerals with Bash

October 5, 2024
With Bash, one of the most used scripting languages ​​in Linux/Unix environments, we can create a simple script that automates this process. In this article, we will see how to do it.
Read more
How To Convert The Output of the dig Command to JSON in Bash
Bash

How To Convert The Output of the dig Command to JSON in Bash

October 5, 2024
In this article, I will show you how to convert the output of a dig DNS query to JSON format using a Bash script.
Read more
How to extract text from a PDF document with Node.js
Node.js

How to extract text from a PDF document with Node.js

September 28, 2024
In this article we will see how to extract text from a PDF document using Node.js, through dedicated libraries.
Read more
How to extract text from a PDF document with Python
Python

How to extract text from a PDF document with Python

September 28, 2024
In this article, we will explore how to extract text from a PDF document using PyPDF2.
Read more
How to extract text from a PDF document with Go
Go

How to extract text from a PDF document with Go

September 28, 2024
To accomplish this task, we will use an open-source Go library called pdfcpu, which allows you to handle PDF files, including text extraction.
Read more
How to use getopts in Bash to handle options and arguments
Bash

How to use getopts in Bash to handle options and arguments

September 28, 2024
In this article, we will look at how getopts works and how to use it to handle various types of options and arguments.
Read more
How to export cronjobs to a CSV file using a Bash script
Bash

How to export cronjobs to a CSV file using a Bash script

September 21, 2024
In this article, I will walk you through creating a Bash script to export all active cronjobs to CSV format, with two main columns: the schedule (date/time) and the associated command.
Read more
« Newer Page 8 of 91 Older »

© 2026 Gabriele Romanato. All rights reserved.