Rustem Kakimov profile pictureRustem KakimovA software developer based in Toronto. Reach me at: ruskakimov@gmail.com
ArticlesWork experienceProjectsPublications
GitHubLinkedInStack Overflow
Nov 2, 2025

Sparse table and range queries

Learning how to precompute a nifty data structure to answer range minimum queries in O(1).


Apr 28, 2024

On perfectionism

An essay on how the pursuit of the impossible fuels growth and innovation at the cost of human happiness.


Aug 7, 2023

Promises in React effects

Understanding the order of code execution and making things work without nuking StrictMode.