# Blog

Welcome to the blog. Here you will find articles on data science and software engineering.
Articles are grouped by topics.


# C++ General Programming

# State Machine Design Pattern in Modern C++

A practical explanation of implementing a polymorphic state machine in modern C++.
Tags: cpp · design-patterns · state-machine

# Task Queue Design Pattern in Modern C++

A flexible framework for building customizable task-processing pipelines.
Tags: cpp · design-patterns · task-queue

# C++ Performance Study — CPU Cache Properties

A comparative benchmark of 2D data structures and cache-friendly memory traversal.
Tags: cpp · performance · cpu-cache


# Java General Programming

# Vector Field Widget in JavaFX

A custom JavaFX widget for visualizing vector fields for computer vision and calibration tasks.
Tags: java · visualization · computer-vision