Blog

Thoughts, insights, and technical articles

2024-09-10
12 min read

Building a Telegram Game: From Unity to Mini App

A deep dive into building Vikare Battle, a multiplayer game served through Telegram with Unity WebGL, wallet integrations, and serverless backend.

TelegramUnityFirebaseWeb3
2024-06-20
10 min read

Smart Contracts on Soroban: A Backend Engineer's Perspective

Lessons learned transitioning from traditional C# backend development to smart contract architecture on Stellar's Soroban platform.

SorobanStellarWeb3Rust
2024-03-15
8 min read

Building Scalable Game Backends with C# and .NET 8

How to architect high-performance game servers using C#, .NET 8, and Redis for real-time state synchronization in games with 100k+ DAU.

C#.NETGame DevelopmentBackend