Yelaman Yelmuratov

Yelaman Yelmuratov — Software Engineer | Flutter / Dart developer, Kazakhstan, Astana

I'm a Senior Flutter Developer with almost 4.5 years in mobile development. I started early - already in my first year, I combined an internship with studying Software Engineering at Astana IT University. In parallel, I coordinated student leadership across 1st and 2nd year groups (~150 people) and served on the Ethics Council. I defended my diploma with a score of 94/100: we built an LMS platform using Go and Flutter.

Before development, I worked in UX/UI design. At some point, I wanted to take ideas all the way to the finish line myself, so I switched to code. Since then, I've worked across very different domains - from marketplaces and real estate to agro-tech with heavy map rendering and document management systems.

Currently I work at Astana Hub, the largest IT cluster in Central Asia. I handle product development, architecture, CI/CD, and code reviews. At a recent assessment, the company offered me the Team Lead position for mobile development. In my spare time, I build open source tools - ISpect (debug panel), Approval Tests (snapshot testing), and Analytics Gen (analytics code generation) - all downloaded thousands of times per week.

15+

Apps Shipped

4.5+

Years of Experience

5K+

OSS Downloads / Week

100+

Students Mentored

Work Experience

Astana Hub

Astana Hub (Jun 2024 - Present)

Team Lead / Senior Flutter Developer

Astana, Kazakhstan

Leading a team of 4 engineers for the SuperApp of Central Asia's largest tech hub (36k+ MAU, ~19k concurrent users at Digital Bridge). • Leadership: Established Code Review & CI/CD processes. Manage releases for major events (Digital Bridge). Architected AI Configuration Sync Engine (agent_sync) to eliminate prompt drift across team. • Architecture: Split monolith into 14 feature modules (Melos) with Pure DI (Manual Composition Root), enforcing compile-time dependency safety. • Data Layer: Engineered Cache-first offline architecture using Drift ORM (unified DB with isolated DAOs, atomic transactions). Offloaded large dataset parsing (5k+ items) to Isolates. • CI/CD: Built GitHub Actions + Fastlane pipelines with Cloud Runners for parallel builds, cutting build time by 60% (10m → 4m). Integrated Shorebird Code Push (~80% adoption in 24h). • Innovation: Created 'Flart' Figma plugin for design token sync, and a Corporate UI Kit (102+ components, GLSL Shaders, WebGL). • Key Features: Implemented eGov Digital Signature (Deep Linking, OAuth 2.0), ReCAPTCHA Enterprise (blocked 85% bots), WebSocket chat, and payment integrations (Kaspi Pay, Freedom Pay) totaling ~136M KZT. • Optimization: Reduced app size by ~26% (35 MB → ~26 MB) via WebP compression and automated unused asset detection.

Key Focus:

  • Team Leadership (4 Devs)
  • System Architecture (Pure DI, 14 Modules)
  • DevOps (Cloud Runners, Shorebird)
  • Tooling (Flart, UI Kit, agent_sync, Melos)
Quant Tech

Quant Tech (Feb 2023 - Jun 2024)

Flutter Developer

Astana, Kazakhstan

Developed a corporate EDMS (Electronic Document Management System) for the public sector. • Architecture: Designed Feature-first architecture (BLoC + Repository) achieving ~80% Unit Test coverage on business logic. • Performance: Reduced Cold Start by ~60% (~3s → ~1.2s) via parallel async init and lazy-loading. Reduced app size by ~35% (50 MB → 32 MB). • Security: Implemented NCA RK Digital Signature (ACL role models), multi-factor auth (2FA, Biometrics, PIN) with Secure Storage. • Partner App: Technical owner of partner application with GPS tracking (Method Channels), battery-efficient background services (<2% hourly consumption). • Documentation: Created ADR base and onboarding guidelines, accelerating new developer integration.

Key Focus:

  • Security (Digital Signature, 2FA, Biometrics)
  • High Test Coverage (~80%)
  • Performance (Cold Start, App Size)
  • Native Integrations (GPS, Background Services)
Egistic

Egistic (Oct 2022 - Feb 2023)

Flutter Developer

Astana, Kazakhstan

AgroTech platform for managing agro-holdings: telematics, field monitoring, analytics. • Map Rendering: Optimized AgroGIS engine to visualize 5,000+ objects (fields, machinery, trackers) using dynamic clustering by zoom levels, lazy loading, and Isolates for heavy computations. Achieved jank-free UI on budget Android devices. • Offline Core: Engineered robust offline mode with tile and data caching (Drift), synchronization, and conflict resolution prioritizing latest updates. • API & Analytics: Designed API contracts with backend team, integrated GA4 & Dynamic Links, and built metric dashboards (crops/finances) for management reports.

Key Focus:

  • Advanced Map Handling (5k+ objects)
  • Offline-first (Sync/Conflict Res)
  • Data Visualization & Dashboards
WLFF (UltraSoft)

WLFF (UltraSoft) (Nov 2021 - Oct 2022)

Intern → Flutter Developer

Astana, Kazakhstan

Progressed from Intern to Flutter Developer, shipping 7 full-cycle projects (PropTech, EdTech, Marketplaces) in one year. • Mentorship: Developed and conducted a Flutter course for 100+ students (20 video lessons, 12k+ views on YouTube). 4 graduates were hired into the team. • Integrations: Implemented Stripe Payments, RevenueCat, Bluetooth/NFC, maps (Mapbox, Yandex Maps), and GraphQL/WebSocket APIs. • Rapid Delivery: Agile/Scrum with MVP time-to-market < 2 months. Combined Software Engineering studies with full-time practice from 1st year.

Key Focus:

  • Rapid Delivery (7 Projects/Year)
  • Mentorship (100+ Students)
  • Hardware/Payment Integrations

Education

Astana IT University

Astana IT University (2021 - 2024)

Bachelor's Degree, Software Engineering

Astana, Kazakhstan

• Combined studies with full-time work starting from 1st year. • Developed an LMS Platform (Go + Flutter), defended with 94/100. Received IP Patent. • Chairman of 1st–2nd year students, coordinating 70+ group leaders and representing interests of 3,000+ students. Member of Ethics Council, Disciplinary Council, Student Government. • 2 Letters of Appreciation from the Rector.

Skills

Open Source Projects

ISpect

Advanced debug console for Flutter: Network Inspector, Logger, SQL Database Viewer, and UI Inspector. Enables debugging production builds without IDE connection. (4.5k+ downloads/week)

#debug-tool #inspector #logger #network

ISpect likesISpect points

ApprovalTests

Dart port of the ApprovalTests library. Simplifies testing of complex objects, long strings, and JSON via snapshot-based comparisons.

#testing #snapshot-testing #quality-assurance

ApprovalTests likesApprovalTests points

Draggable Panel

A draggable, floating panel widget for Flutter that snaps to screen edges. Ideal for auxiliary tools and controls overlaid on the UI.

#ui-widget #draggable #interaction

Draggable Panel likesDraggable Panel points

Analytics Gen

Type-safe analytics event generator for Firebase, Amplitude, and Mixpanel. Eliminates human errors by generating Dart code from YAML schemas. (95% Test Coverage)

#code-generation #analytics #cli #type-safety

Analytics Gen likesAnalytics Gen points

AgentSync

Configuration sync engine that centralizes AI agent instructions in one source (.ai/src/) and syncs them to tool-specific formats (Claude, Copilot, Gemini, Cursor). Hybrid Dart CLI + Bash core. Eliminates prompt/rule drift across developers and CI.

#ai-agents #cli #devops #automation

AgentSync likesAgentSync points

Flart

Figma plugin that instantly generates Dart code for design tokens (colors, gradients, typography). Syncs design to code in seconds.

#figma-plugin #design-tokens #automation

Apps

Astana Hub

Astana Hub

Super-app for the largest tech hub in Central Asia. Ecosystem includes LMS, Marketplace, Social Network, and Events management.

Egistic

Egistic

AgroTech platform for land management. Features advanced mapping, offline GPS capability, and analytics for farmers.

Quant Tech

Quant Tech

Corporate Document Management System (EDMS) for the public sector. Features Digital Signature (EDS), biometrics, and secure file handling.

CleverMarket

CleverMarket

FMCG Marketplace with rapid delivery. Optimized architecture using Riverpod + Isar DB for high performance.

Favory

Favory

Luxury Jewelry E-commerce app. Implemented pixel-perfect UI with complex animations and catalog virtualization.

Loca

Loca

AI-powered City Guide & Loyalty System. Built from scratch with AI chat integration and QR-based loyalty features.

YGroup

YGroup

B2B PropTech marketplace for realtors. Features interactive maps and real-time apartment availability checking.

MindfulKids

MindfulKids

Meditation app for children. Implemented full offline support via Hive and tailored UX for young users.

99Names

99Names

EdTech app for learning names of Allah. Designed the entire Design System & UX flow.

OnTools

OnTools

Utility app for tradespeople with Bluetooth stylus support and custom precision drawing tools.

Shake Detector

Shake Detector

Utility turning a smartphone into a vibration sensor. Features Foreground Service, Time Sensitive Notifications, and adaptive threshold calibration.

Roomshare

Roomshare

Real-time apartment & roommate finder. Integrated WebSocket for live updates and Mapbox for location services.

UtomLand

UtomLand

Services marketplace with NFC integration for quick booking verification.

vKvartire

vKvartire

Apartment rental service. Fixed critical stability issues and optimized search filters.

Gurlish

Gurlish

Beauty services marketplace for African market. Managed architecture and GraphQL integration.

Achievements

ASK Hackday: Mobile App - 1st Place ($6,000 Grant)

Alliance of Students of Kazakhstan | June 2022

Credential ID: 009-667

View Achievement →

Developed MVP in 36h among 100+ teams

Best Agile Team

Astana Hub | 2024

Credential ID: Award

View Achievement →
Letter of Appreciation — University Development

Rector, Astana IT University | 2022

Credential ID: Rector-1

View Achievement →
Letter of Appreciation — Active Participation

Rector, Astana IT University | 2022

Credential ID: Rector-2

View Achievement →
Most Inventive Team — University Hackathon

Astana IT University | 2022

Credential ID: Hackathon

View Achievement →

Certifications

Claude Code in Action

Anthropic | 2026

Credential ID: 6wnq5eevamj6

View Credential →
Advanced Programming in Swift

Meta | 2025

Credential ID: b23620fa

View Credential →
AI Fluency: Framework & Foundations

Anthropic Education | 2026

Credential ID: 2itnq9udgmp4

View Credential →
Startup Academy Graduate

Astana Hub | 2025

Credential ID: 41685

View Credential →
Management Skills - Team Leadership

Udemy | 2025

Credential ID: UC-4b3923c6-cdd0-44fc-b4f0-70f94533c827

View Credential →
Letter of Appreciation (Digital Bridge)

Astana Hub | 2025

Credential ID: LOA-DB

View Credential →
Software Creation and Development using AI

Udemy | 2025

Credential ID: AI-Dev-Cert

View Credential →
CCNA: Introduction to Networks

Cisco Networking Academy | Jun 2023

Credential ID: 4877146d-e008-4716-b6d9-a9fe0fe76cbe

View Credential →

Resume

To those HRs out there who need a more organized and minimal version of my information, you can download the trusted PDF version here:

Download Resume PDF

Contact