ProjectsContact

Projects

Some of the projects are from work and some are on my own time.

Apr 30, 2024

Visort

Sorting algortithm visualizer app. Features include code highlighting, step by step visualization, speed and number of elements manipulation and more.

Read more →

Nov 20, 2022

dots-and-boxes

Dots and Boxes game implementation in C++ and OpenGL. Uses MinMax algorithm for computer generated moves.

Apr 2, 2023

sysrepo-plugin-generator

Boilerplate C and C++ code generator for sysrepo plugins. Works by providing the configuration file and an initial YANG model to use for structure generation.

Nov 13, 2023

breakout

Classic breakout game implementation in C++ and SDL2, built with Visual Studio.

Jul 11, 2023

sysrepo-plugin-system

Sysrepo plugin for configuring generic Linux systems using the ietf-system@2014-08-06 YANG model.

Sep 19, 2023

sysrepo-viewer

Simple React App for viewing tree structured sysrepo datastore data.

Aug 24, 2021

glPong

Pong game implemented in C and OpenGL.

Jul 21, 2023

sysrepo-plugin-dev-docs

Documentation for sysrepo plugin developers.

Jan 13, 2019

lightscript

A simple interpreted scripting language implemented in C.