2d 3d bot chat cpp csharp demo docker game go gui java javascript k8s lib minecraft mod php proxy video web

Personal website

  • 2015 version

    The site made use of user friendly URLs (thanks to Apache web server’s mod_rewrite) and loaded pages dynamically via jQuery’s AJAX API. A server side PHP script automatically parsed the static HTML pages for sections, which could then be accessed individually by the user. It wasn’t very CPU friendly, but made it easy for me to add new content to the page without using a database. Later my Twitter feed was integrated as a news feed, using OAuth and Twitter’s API.

  • 2018 version

    Implemented in C# using NancyFX and a brand new design. It used Github API to list my latest open-source interests and contributions. Project data was stored in XML.

  • 2019 version

    Everything completely rewritten in Go. Data was still stored in XML files initially, but later all the content (including resume) was moved to a single yaml file, which was periodically updated directly from the repository.

  • 2024 version

    Completely rewritten everythign again, using Go + PicoCSS + HTMX stack. It supports light and dark themes (based on user preferences reported by the browser) and features HTMX boosted page loads and loading spinner. Project data is stored in individual yaml files, everything else is in HTML templates. It does not rely on third party feeds anymore.

RazTools
Thumbnail of RazTools

Source code:
github.com/razzie/raztools

Year: 2018-2020

Tags: csharp lib

A collection of reusable helper classes:

  • ArchiveReader and ArchiveWriter, based on Doboz.NET
  • 2 alternative versions of CommandParser
  • FileSystem class that seamlessly integrates local OS filesystem + ArchiveReader
  • ObjectDeserializer to construct objects from a custom text format
  • PluginManager & RemoteLoader simplify interaction with plugins using remoting
  • Timeout class with Expired event
  • XmlReader static class which returns dynamic objects

PocceMod

Created the first GTA5 (FiveM) game mod that allowed players to have fun with GTA’s unused and undocumented rope API in a multiplayer environment. After sharing it with the community early on to receive feedback, the mod went through 2 months of intensive development, adding many of the requested features and changes. The project quickly gained popularity due to its uniqueness and led to community members requesting my services.

RazTalk