
I am a software engineer specializing in full-stack web development. I am passionate about designing and building software solutions that are both scalable and high-performance.
Projects
Why did I migrate to jekyll?
Finally I've decided to fully migrate my blog from React to a static site generator. Why did I do that? Let's find out.
Fourier Series
The Fourier Series is a project that uses the Fourier series to draw complex shapes and curves. The user inputs the shape they want to draw, and the program approximates it by drawing a series of rotating circles using the Fourier series.
Animated blocks with ThreeJS
Simple ThreeJs animation. 10x10 blocks are growing and shrinking over time.
Github Actions Automatic Cancel
This project was created to cancel redundant github actions running for the same branch. Its written in Golang and running on AWS.
Shamir's Secret Sharing
Implementation of the Shamir's Secret Sharing algorithm in Python based on the Wikipedia article about the algorithm