Hello World!

Stay awhile and listen.

About Me

I am a PhD student in Computer Science, with a focus on the construction and analysis of clustering algorithms. My academic interests include cryptography, particularly public key cryptography and the underlying mathematical principles. Naturally, this also extends to quantum computing and low-level engineering.

In addition to my research, I enjoy participating in CTF challenges and attending hackathons, where I can apply my skills in a competitive environment. Outside of this technical work, I’m passionate about sports, especially Olympic weightlifting, which I often admire more than actively practice.

My recent activity

Fortune's algorithm and construction of Voronoi diagram explained

A while ago, I revisited nearest neighbor search methods. A few Wikipedia articles later, I decided to write my own implementation of a Voronoi diagram. Specifically I wanted to use Fortune’s algorithm. It wasn’t easy to find a good explanation of this algorithm and “clean” (in terms of readability) implementation...

Read More

Configuring JS environment

My thoughts about configuring JS environment I recently started writing React component library for a sole purpose of learning. I thought that process of turning already written code into a module will be straightforward. Could I be more wrong? It took me a total of a few days to fully...

Read More