"The pragmatic application of technology is about making wise, informed, and strategic choices that align technology with business goals and objectives. It's a belief system that prioritizes tangible outcomes."
Tony Bierman

Recent Posts

Simulated Annealing in C#

less than 1 minute read

Simulated annealing is a probabilistic technique used for approximating the global optimum of a given function. Here’s a simple simulated annealing algorithm...

Conway’s Game of Life in C# Avalonia

less than 1 minute read

Conway’s Game of Life is a cellular automaton devised by the British mathematician John Horton Conway in 1970. It’s a zero-player game, which means its progr...