Category Projects

Unity 3D Mobile Game Backend Optimization

The client’s Unity 3D mobile game faced significant backend stability issues: servers crashed intermittently, auto-scaling behaved unpredictably, and players were often disconnected mid-session. During this project, we identified and resolved key problems: Technologies Used: AWS EC2 Auto Scaling, Linux, Bash,…

Automated SSL Certificate Renewal System

The client’s game server infrastructure allowed players to connect directly to individual server instances, which required proper SSL/TLS configuration on each machine. Since the game was already in a mature stage, the solution needed to be fully automated, without relying…

AWS Infrastructure Optimisation

The client’s game server infrastructure required significant maintenance. It consisted of various servers, services, messaging systems, and Lambda functions, but lacked proper documentation. Our Work Results Delivered a clean, fully documented, and up-to-date infrastructure, with all code stored in repositories,…

Facebook API Mock for Unity 3D Game

While developing a Unity 3D game targeting the Facebook platform, we encountered major testing challenges due to the lack of a proper Facebook API mock. To solve this, we built a custom Node.js web service emulating the Facebook API. Key…