Projects

Here's a list of the public and completed side-projects I've built in my spare time.
The rest are either private, in-progress or abandoned.

Raycast Cast CLI extension

A Raycast extension to use the Foundry Cast CLI outside of the terminal.

Skills: React, Foundry

Airdroid

Discover airdrops before others, by listening to a global SSL certificate registration websocket, filtering domains and sending updates to a telegram chat.

Skills: Rust, Websockets, RocksDB

Huff single-byte EVM dispatcher

A single-byte function dispatch method for EVM smart contracts written in Huff.

Skills: Huff, EVM, Foundry, Assembly

Claim with Permit

Allow-list token claims with EIP-712 signature for Ethereum. This was a proof-of-concept for supporting gasless NFT minting on Tideprotocol.xyz

Skills: Solidity, EVM, Foundry

EVM from scratch

Implementation of the Ethereum Virtual Machine from scratch, using only the ethereum-cryptography package for computing the keccak256 hash

Skills: EVM, Assembly, Typescript

Archimedes

An ETH-Amsterdam hackaton project consisting in a defi protocol using tokenized ERC-4626 vaults on top of Gearbox protocol. Prizes won from Yearn, Gearbox and Fei.

Skills: Solidity, Hardhat

Yoomy

A full-stack platform for online yoga. Made with the MERN stack. This was my first full-stack side project.

Skills: React, MongoDB, NodeJS

HPC-GraphML 2020

My submission for the high-performance computing graphML contest by Oracle Labs and NECSTLab at Policecnico di Milano

Skills: ML, Tensorflow, Stellargraph, Python

Saas4Devs

A collection of content for developers trying to bootstrap their SaaS, including articles, podcasts, books, open source projects, and more. It has gained over 600 stars on GitHub to date.

Skills: SaaS, Startups

Stock price prediction with RNNs

A proof of concept of using LSTM recurrent neural networks to predict the stock market, complete with a web app and cloud inference.

Skills: ML, Tensorflow, Flask, Python, GCP

Volospesa

A web app to enable volunteers to bring groceries to people in need near them, during the 2020 Covid lockdown.

Skills: React, MongoDB, NodeJS

Digit recognizer

A Python implementation of the popular MNIST dataset application of digit recognition with convolutional neural networks. This was the first web app I ever built.

Skills: ML, Python, Pytorch, Flask