Rosario De Chiara

  I'm a blockchain technology lead. My passions are distributed systems, efficient algorithms, and retrocomputing. I have a PhD (Dottorato di Ricerca) in Computer Science and worked as a researcher at university. I’m Italian, which means I’m pretty opinionated about food.

   



9 Stories by Rosario De Chiara

Understanding OpenGL basics in Rust

Explore OpenGL concepts like context, the frame buffer, the shaders programming, the whole events, and the event loop.
0 6 min read

A guide to natural language processing with Python using spaCy

Explore some examples of natural language processing using spaCy, a popular, open source library for NLP in Python.
0 5 min read

How to implement infinite scroll with Vue

An infinite scroll feature is especially useful when you want to load large amounts of data or images as the user needs them rather...
0 4 min read

Comparing Wayne.js with Express.js for service worker routing

In this article, we will describe how to export a simple REST API from Express.js to Wayne.js for service worker routing.
0 5 min read

Creating visualizations with D3 and TypeScript

This tutorial will be a step-by-step guide that will show you how to create a complex visualization using D3 and TypeScript.
0 4 min read

Getting started with Deno and Fresh

Now and then, a new contender for well-acquainted technologies appears. This happens for Node.js as well, and a promising example of this is Deno.
0 6 min read

How to build a blockchain charity or crowdsourcing platform

A blockchain-based charity organization could foster a renewed trust among givers. We will build a simple, functional charity organization for this project.
0 5 min read

Using Rollup to package a library for TypeScript and JavaScript

Rollup is a module bundler designed to assist in the process of collecting all the functionalities of your brand-new library into a single bundle.
0 5 min read

Hyperledger Sawtooth: A gentle introduction

Hyperledger Sawtooth is a blockchain that can run smart contracts without needing to know the underlying design of the core system.
0 6 min read