From 7fa4fcc83d8c53fc761657d3f4511f4379853e67 Mon Sep 17 00:00:00 2001 From: Andrew <72449774+andrewkydev@users.noreply.github.com> Date: Mon, 9 Feb 2026 00:14:06 +0300 Subject: [PATCH] Add stack section to README Added stack information detailing primary and legacy technologies. --- profile/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profile/README.md b/profile/README.md index e4822ff..016b14d 100644 --- a/profile/README.md +++ b/profile/README.md @@ -14,6 +14,10 @@ VexoraDevelopment builds high-performance Minecraft: Bedrock server tooling and - `domain` - business logic, managers, use-cases. - `storage` - persistence layer and data providers. +## Stack +- Primary stack: **Go (Golang)**. +- Legacy/prototype modules are sometimes implemented in **PHP**. + ## Engineering principles - Predictable module boundaries. - Runtime safety first (deadlock avoidance, transaction discipline, watchdogs).