☕ Java Backend / Software Engineer
🔹 I specialize in building scalable backend systems and microservices
🔹 Strong experience with Java, Spring Boot, REST APIs
🔹 Interested in system design & distributed systems
🌍 Based in Kazakhstan 🇰🇿
🚀 Open to Remote & Relocation
flowchart TD
Client -->|HTTPS| API_Gateway
API_Gateway -->|JWT| Auth_Service
API_Gateway -->|JWT| Order_Service
Auth_Service --> Redis
Order_Service --> PostgreSQL
Order_Service -->|Event| Kafka
Kafka --> Notification_Service
Auth_Service --> ELK
Order_Service --> ELK
Auth_Service --> Service_Discovery
Order_Service --> Service_Discovery
Config_Server --> Auth_Service
Config_Server --> Order_Service