Skip to main content

Tech blog

This section gathers my technical articles on various topics. Please, enjoy it and feel free to send your corrections in comments.

2024

The Infinite Energy of Life: A Mathematical Perspective
·443 words·3 mins
This article explores the concept of life energy from a mathematical perspective, using the language of infinity.

2023

Why C++ is the way it is
In this article I’m answering the question: “why C++ is the way it is”
How to think about projection of one vector onto the other one
A quick note about a piece of math for projecting one vector onto another one
Trilinear interpolation for perlin noise samples [Raytracing next week]
In this article I’m sharing my understanding of Trilinear interpolation for perlin noise samples
From OpenAPI specification to documentation, servers and clients
OpenAPI specification can improve the overall development experience. Here’s how!

2022

2) [ Linux commands series ] cd
In this article I describe the usage of cd command in Linux environment
1) [ Linux commands series ] ls
A pretty detailed overview of ls command in Linux