Gabriele Romanato
  • Angular
  • AngularJS
  • Bash
  • CSS
  • Development
  • Go
  • HTML5
  • JavaScript
  • Node.js
  • Python
  • React
  • Rust
  • WordPress
  • jQuery
How to Implement a Simple Blockchain in Node.js
Node.js

How to Implement a Simple Blockchain in Node.js

July 13, 2025
In this article, we will see how to build a basic blockchain from scratch using Node.js.
Read more
How to Create a Simple Blockchain in Go
Go

How to Create a Simple Blockchain in Go

July 13, 2025
In this article, we will see how to build a simple blockchain in Go to understand the fundamental concepts of this technology.
Read more
How to Create a Simple Blockchain in Python
Python

How to Create a Simple Blockchain in Python

July 13, 2025
In this article, we will explore how to build a simple blockchain using Python, step by step.
Read more
PostgreSQL Features Used by Supabase
Development

PostgreSQL Features Used by Supabase

July 13, 2025
Supabase is an open source platform that offers ready-to-use backend functionality, based on PostgreSQL as the data management system.
Read more
Managing JSON Web Tokens (JWT) in Vue.js
JavaScript

Managing JSON Web Tokens (JWT) in Vue.js

July 13, 2025
In this article, we’ll see how to properly manage them in a Vue.js application, covering login, saving the token, sending it in requests, and logout.
Read more
Communication between components in Vue.js with Pinia
JavaScript

Communication between components in Vue.js with Pinia

July 13, 2025
In a Vue.js application, communication between components can become complex as the app grows. Pinia is the official store of Vue 3 and provides a simple and reactive way to share state between components.
Read more
Converting Dates from Excel Format to Standard in Go
Go

Converting Dates from Excel Format to Standard in Go

July 13, 2025
When working with Excel files in Go, you often encounter dates represented as serial numbers. This is the internal format used by Excel to store dates.
Read more
Convert Dates from Excel Format to Standard with Python
Python

Convert Dates from Excel Format to Standard with Python

July 13, 2025
Excel files store dates as serial numbers, representing the number of days since January 1, 1900 (Windows system) or January 1, 1904 (Mac system).
Read more
Converting Dates from Excel Format to Standard Format with JavaScript
JavaScript

Converting Dates from Excel Format to Standard Format with JavaScript

July 13, 2025
When working with Excel files, it's common to encounter dates represented as integers.
Read more
Implementing a Basic ORM for PostgreSQL in Go
Go

Implementing a Basic ORM for PostgreSQL in Go

July 13, 2025
In this article, we will see how to build a simple ORM (Object-Relational Mapping) in Go to interface with a PostgreSQL database.
Read more
« Newer Page 2 of 91 Older »

© 2026 Gabriele Romanato. All rights reserved.