Hi, I'm Jan
Developer, programmer, and tech enthusiast. I write about software development, computer science, and my personal projects.
Recent Blog Posts
-
Implementing all the Algorithms - Day 4: ChaCha20
May 29, 2022It's been a busy week but I'm finally able to write the next post. This time I wanted to implement a pseudo-random number generator. I decided to go f…
-
Implementing all the Algorithms - Day 3: Stable Marriage - Gale-Shapley Algorithm
May 22, 2022Though this algorithm isn't much longer than quicksort, it took me the longest to implement of all I've done yet. Roundabout 3.5 hours including tests…
-
Implementing all the Algorithms - Day 2: Brent's Algorithm for Cycle Detection
May 19, 2022It's day two of implementing all the algorithms. I figured that I'd get bored pretty soon if I just started to implement all the sorting algorithms in…
Projects
Data Processing Pipeline
A scalable data pipeline for integrating multiple data sources with efficient processing and validation.
Personal Blog
My personal blog built with Zola static site generator, featuring articles on programming and computer science.
Algorithm Implementations
A collection of algorithms implemented in various programming languages, with detailed explanations.