Computer science–related stuff

VYROW

View Your Repository On the Web

Simple GitHub Action that renders all Markdown documents in given repository to HTML documents. It may be used as a frontend of the repository that is more based around notes or documents in general rather based around normal source code.

It uses Pandoc for rendering Markdown documents and Pandoc-KaTeX to render LaTeX expressions inside these Markdown documents. The rest of the program is based around Bash scripts for installing needed programs and rendering the documents.

VYROW on GH Action Marketplace

Restaurant Rush (unreleased)

A Unity game where the player needs to serve food to the canteen clients as quickly as possible, ninja-style. My involvement here was creating 3D assets for the game. I also helped a little in the organisational stuff.

GitHub repository

Repository notebooks

Personal Notebook

I’ve created my personal notebook to organise my notes into one place. Additionally, I keep all of my config files and various scripts.

website

Highlights:

Academic notebook

This repository holds almost all of my academic efforts that I’ve gathered throughout my studies at my uni. It contains both the notes (Markdown + LaTeX) and programs (source code).

website

E-commerce website

(previous version, no longer in use)

I’ve created a simple online store for my father’s business. It worked pretty well for a while and amounted to pretty acceptable sale numbers. However, a ready-to-go solution that you can buy is better, because it has more features — a product made by single person cannot compete with a product made by a big team of people that worked on in for years.

Technologies I’ve used include:

The website had frontend made in Angular (both the main customer website and the admin panel). The backend was running on TypeScript-turbocharged ExpressJS. All the data was stored in a MySQL database.

My minuscule involvement in random open-source projects

I’ve helped (a little bit) in two random projects that were just related to what I was working on.

WakaTime Blender a Blender plugin that tracks user activity and reports it back to WakaTime.

Pandoc is a markup converter that accepts many various markup languages. I needed that one thing for my other project to work (VYROW) so I’ve created a pull request with a suggestion about a small thing in the HTML5 template.