The oldest version of Skinet, this website was made with Angular 12 as a fronted and ASP.NET C# as a backend. To manage storage a postgresql db is managed using EF Core for storing persisting data. On top of this a Redis db is used for caching and for short term storage.
A new version of Skinet where I experiment with more niche techonologies. This website was made using rust and actix-web as the backend. Remix as the frontend and as usual the databases are an instance of postgresql and Redis db for caching and short term storage.
Eventually this aims to be yet another version of my Skinet mega project using the MERN tech stack (Mongo, React, Node). Of course at the moment I have not had the time to make any progress so this is here just to help my OCD :D
All of my projects including this very website are hosted in a remote linux machine. To easily mantain and upgrade them, all of my projects are conteinarised into docker containers and composed when necessary. I aim to eventually automize this process
Stealth project is a simple stealth and survival game made in Unreal Engine in c++, the main objective of the game is for the player to hide from enemies and find the end crystal, randomly generated in the map.
This website you are looking at, where I share all the details of my career and showcase my skills. The site is made with Remix and Tailwind.