β 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