Sudoku Solver

A sudoku solver that supports multiple board patterns.

The Solver is based on a Rust lib compiled to WebAssembly that implements a (Dsatur Graph Coloring + Backtracking) algorithm.

Url Shortener

A serverless service that allows the creation of temporary short urls defining a custom slug.

The service is based on a Java Micronault implementation, using AWS DynamoDB as the database and AWS Lambda as the serverless function.

Notion Blog

A dynamic and free-form blog that allows the management of content in Notion.

The service is based on a Next.js implementation, using the react-notion-x library to fetch and render the content from Notion.