const dalton = {
pronouns: 'he' | 'him',
languages: ['HTML', 'CSS', 'JavaScript', 'Python', 'Twig', 'Tailwind'],
goal: ['Complete Advent of Code 2024 fully', 'Create a chess engine'],
}
A work-in-progress chess engine with supports FEN notation and randomly generated puzzles with custom analysis and training.
You can find this project here.
A detailed combination of tools which allow users to analyse Formula 1 telemtry data such as lap times and tyre strategys.
This project is built using Flask with a Python backend using the FastF1 API to fetch its data.
You can find this project here.