Personal labs

This page groups some of my personal labs.

Smart webcam

Automatically detect objects in the webcam using Machine Learning with Tensorflow.js. Smart webcam.

Sort analysis

Implementation of the most popular sort algorithms in TypeScript. The website compares those algorithms and visualizes the intermediate steps. The animations can be paused, move forward or backwards, change speed animation, etc. These animations are implemented using a state management store with Redux. Sort analysis screenshot.

Sudoku resolver

This little web application resolves Sudoku problems. Just insert the values and click on ‘Resolve’ button. Going forward and backwards is done through the state management store with vanilla RxJS. Sudoku screenshot.

Snake Game

This is an implementation of the Snake game in Vanilla HTML5/CSS and TypeScript. Snake screenshot.

Lab Attributes

Why do I share these small projects? my goals are: