What I did in my free time:
It was developed in Unreal Engine and it’s available in the Android and Ios stores
Products Box is a chrome extension that helps you to organize all your projects and products.
You can add your projects and create 3 types of actions for every product:
It’s was developed in Reactjs, Userbase and Firebase Cloud Functions
From 2018 to 2021 I worked on Big Bench App, a mobile app for Android and iOS that helped people to find giant benches (tourist attractions) in Italy. The app had more than 15k downloads between the stores and more than 8k of subscribed users. I worked on the mobile app and on the backend, and it was a great experience.
The project consisted of a hybrid mobile app built with Ionic, a backend in NestJs (a nodejs framework) and a website in ReactJs.
Press:
This project is an example of implementation of a user email authentication with Nestjs v5.0, MongoDB and PassportJs
It can be used as base of a nestjs project: it implements API for login/registration of a user in a database and features of email verification, forgotten password, reset password, update profile and settings. It implments a DockerFile to run it in a container. Link to the project. 200+ stars on Github
I made a little telegrambot that updates you every morning with the news of the ATM metro. During the day it notifies you about status changes. It could be useful to know in real time if the subway is suspended and quickly look for alternatives.
Link to the channel
I started to develop a homeautomation system for my home using a Raspberry and Homeassistant.
This is my configuration
This project is an implementation in javascript of the algorithm minimax with Alpha-Beta pruning applied to the game Connect Four.
It uses EaselJs for drawing the board, as support for working with the HTML5 Canvas element. You can find the project here and a live demo!