Blog

ProgrammingBackendRustSwift

Beyond Rust: Exploring Swift for High-Performance Backend Services

In recent years, backend development has taken a turn into system programming languages as demand grows for scale and performance. This trend has mostly been led by Go or, in recent years, Rust. Yet there might be one more alternative that still waits to shine.

AIMLAlgorithms

Quick Introduction to Genetic Algorithms

This post is a quick introduction to genetic algorithms. I will describe all the steps required for such an algorithm to work, explain concepts, and show an example of implementation in Python.