This is my personal blog where I mostly write about technical or computer science based topics. Check out my GitHub profile too.
Solving Peg Solitaire using Backtracking
December 15, 2022Solving the Peg Solitaire puzzle game using backtracking in Kotlin.
Zobrist Hashing
August 02, 2020What it’s good for in game development and how it’s calculated by the example of tic-tac-toe in Kotlin.
A decent introduction to Gradient Descent in Python
February 22, 2021Gradient Descent is a fundamental element in today’s machine learning algorithms and Artificial Intelligence. Let’s implement it in Python.
Improving Minimax performance
November 29, 202110 techniques for improving the Minimax algorithm's performance.
Why and How to learn Programming
February 28, 2022Why you should consider learning how to program and how to get started the right way.
How I structure my React projects
August 29, 2021A React folder structure that fits my needs. Structuring and organizing React applications.