Developer Portfolio

My focus is Python but I have some small development projects in other stacks that I would like to share.


Vigenère cipher solver without key (Python)

A Vigenère cipher solver project that employs advanced statistical analysis techniques to automatically break the cipher without knowledge of the key. The algorithm iteratively computes the most likely key length and key letters based on the frequency distribution of letters and digrams in the ciphertext, achieving high accuracy and efficiency.

Github

Engepanda website (HTML/CSS)

When I was teenager, I thought my career was a front-end developer. So, I developed many websites, among them, this website to a business of friend. This was my last job as front-end developer. But, of course, I can fix your CSS code.

Website

Sudoku game (Javascript)

Well, this is not the best Sudoku game that you can play on internet but I developed this game when I was 16 years old. I like to keep it as a souvenir in your original state, with some design bugs.

Github Play