Back to home

Projects

Search, slice by category, and stack tags to narrow the grid. Project entries live in a JSON config file so you can add or reorder builds without touching UI code.

Filters
AI Agent - Personal Assistant cover
Automation

AI Agent - Personal Assistant

I built an AI agent using Ollama API to function as a personal assistant for managing tasks and answering questions, or even starting games in my PC.

PythonOllama APIMySQLAutomation
Details & highlights

The agent runs locally where possible and connects to structured data in MySQL for reminders, notes, and lightweight task state. I focused on clear tool boundaries so the model can trigger safe automations (open apps, query data) without turning the whole machine into an opaque script runner.

  • Local LLM integration via Ollama with a small Python service layer
  • Persistent memory / task storage backed by MySQL
  • Automation hooks for desktop workflows (games, utilities) with guardrails
Fivem Trading System cover
FiveM

Fivem Trading System

I developed a comprehensive trading system for Fivem servers, enabling secure item and currency exchanges between players, been used with more than 5,000 users.

Luaox_libQBCore
Details & highlights

Player-to-player trading is easy to get wrong: duplication bugs, desync edge cases, and messy UX kill trust fast. This system keeps exchanges atomic, validates inventories server-side, and uses ox_lib patterns for consistent UI across QBCore-style economies.

  • 5,000+ players using the live release
  • Secure server-authoritative trades (items + currency)
  • Shipped on Tebex with ongoing maintenance and support
Fivem RolePlay Framework cover
FiveM

Fivem RolePlay Framework

I created a custom RolePlay framework for Fivem servers, featuring jobs, economy, housing, and an admin panel to manage server activities effectively.

JSLuaOCCoreMySQLReact
Details & highlights

This is a full server backbone: jobs, property, economy loops, and staff tooling. The admin panel is built in React for fast iteration on moderation workflows, while gameplay logic stays in Lua/JS where FiveM expects it.

  • Custom OCCore-based RP stack tuned for stability and operator workflows
  • React admin UI for auditing, bans, and live server controls
  • MySQL-backed persistence for housing, jobs, and economy state
VMWare ESXi Phone Home Lab cover
Infrastructure

VMWare ESXi Phone Home Lab

Set up a VMWare ESXi home lab with multiple VMs for learning and testing, including automated backups and remote access configurations. From your phone!

VMWare ESXiLinuxNetworkingAutomationPython
Details & highlights

The goal was a lab that behaves like a mini datacenter: segmented networks, snapshots, and repeatable restores. Remote access is locked down with sensible VPN assumptions, and Python glue scripts handle backups and health checks so the environment does not rot quietly.

  • Multi-VM ESXi topology for networking + Linux practice
  • Automated backup flows and remote administration
  • Python utilities for monitoring and housekeeping