@MartxDev

Blog

Writing & notes

Thoughts on backend, real-time systems, automation and security — straight from the projects I build.

Case study: architecting a physiotherapy e-learning SaaS with Go, React and WebSockets

Designing a subscription e-learning platform in 2024: recurring Stripe billing, protected low-latency video on Bunny.net, and a real-time support channel — built lean by a two-person team.

Read article

Case study: a centralized control panel for FiveM (ESX) with Go and React

How we engineered a high-performance admin panel for a GTA V roleplay server in 2021 — bridging modern web tooling with the FXServer runtime long before standardized tools existed.

Read article

Decoupling document automation with RabbitMQ

How a message-queue architecture turned a fragile, bursty CMR document pipeline into a resilient system that never loses a document.

Read article

Building a real-time bar ordering system with SSE

Why I chose Server-Sent Events over WebSockets to keep floor, bar and kitchen perfectly in sync — and how the whole architecture fits together.

Read article