Welcome to my cozy corner!

Hi, I'm Anjola

Building beautiful digital experiences with
code, creativity, and attention to detail

Featured Work

  • C++
  • SDL
  • CMake

Penguin Framework

Penguin Framework is a lightweight, modern game development framework built with C++20, SDL3, and CMake, designed to help developers easily create simple and fun 2D games without the need for an external editor.

Aimed to be like MonoGame but for C++, Penguin Framework provides a flexible environment where developers can focus on creating their game logic while the framework handles low-level details like window management, input handling, and FPS control.

Recent Projects

Filtering Pushshift Data

  • Python
  • zstandard
  • argparse

A script allowing one to filter Reddit comments from decompressed zst Pushshift data files.

MovieSentiments

  • Python
  • Streamlit
  • NumPy

A project designed to analyze IMDB movie reviews using a custom-built Logistic Regression model.

Parallel Needleman-Wunsch

  • C
  • OpenMP
  • Linux

A parallel implementation of the Needleman-Wunsch algorithm, a pairwise DNA global sequence alignment algorithm used to obtain the optimal alignment between two sequences.

Multithreaded Snake

  • C/C++
  • Allegro 4.4.2
  • Pthreads

A multithreaded implementation of the classic Snake game.