Skip to content
View mohdaquib's full-sized avatar

Block or report mohdaquib

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
mohdaquib/README.md

๐Ÿ‘‹ Hi, Iโ€™m Mohd Aquib

๐Ÿš€ Senior Android Engineer | 10+ Years Experience
๐Ÿ“ Singapore | ๐ŸŒ Open to EU / UK / US / Canada / Global relocation
๐Ÿ“ฑ Android โ€ข Jetpack Compose โ€ข Performance โ€ข System Design


๐Ÿง‘โ€๐Ÿ’ผ Professional Summary

Senior Android Engineer with 10+ years of experience building large-scale, high-performance mobile applications, system design used by 1M+ users in production environments. Strong background in Jetpack Compose migration, performance optimization, secure data handling, and clean architecture for complex Android ecosystems.

I focus on solving non-trivial engineering problemsโ€”real-time UI updates, recomposition control, startup time reduction, memory optimization, and secure persistenceโ€”while maintaining strong engineering standards and long-term maintainability.


๐Ÿš€ Selected Engineering Projects

Project Description Key Impact Tech Stack Link
AndroidPerfLab Performance lab showcasing real-world Compose optimization with visual proof using Layout Inspector Demonstrates recomposition issues vs optimized UI with measurable insights Kotlin, Jetpack Compose, Coroutines Repo
Price-Pulse Real-time stock tracker with smooth UI updates using WebSockets Solves high-frequency UI updates without jank Kotlin, Compose, WebSockets, Flow Repo
SecureVault Secure data storage + networking with SSL pinning and encrypted database Showcases production-grade security practices in Android apps Kotlin, SQLCipher, Retrofit, OkHttp Repo
RecipeViewer (KMP) Cross-platform recipe app with shared business logic across Android, iOS, Web Demonstrates scalable KMP + Compose Multiplatform architecture KMP, Compose Multiplatform, Ktor Repo

๐Ÿง  Technical Strengths

  • Languages: Kotlin (primary), Java
  • UI & Frameworks: Jetpack Compose, Compose Multiplatform, Material 3, custom layouts
  • Multiplatform:: Kotlin Multiplatform (KMP), shared domain & data layers
  • Architecture: MVVM, Clean Architecture, multi-module design
  • Concurrency & State: Coroutines, Flow, Channels, structured concurrency
  • Networking: Retrofit, OkHttp, WebSockets, GraphQL (Apollo)
  • Data & Security: Room, SQLCipher, DataStore, encrypted preferences
  • Performance: Startup optimization, recomposition tuning, memory & ANR reduction
  • Tooling & Infra: Dagger/Hilt, Gradle, CI/CD, ProGuard/R8

๐Ÿ“Œ Engineering Principles I Value

  • Performance is a feature, not an afterthought
  • State should be explicit, predictable, and testable
  • APIs should be simple to use but hard to misuse
  • Long-term maintainability over short-term wins

๐ŸŒ Why This GitHub Exists

This profile showcases production-minded Android engineeringโ€”not demos.
Each project focuses on real-world problems relevant to Large-scale applications, emphasizing performance, security, and architectural clarity.


๐Ÿค Connect


โญ๏ธ If my work resonates with you, feel free to star a repository or reach out.

Pinned Loading

  1. Price-Pulse Price-Pulse Public

    Production-grade real-time trading system built with WebSockets (no polling), Kotlin Flow, and Jetpack Compose. Features live charts, alerts, watchlist, order book simulation, and resilient streamiโ€ฆ

    Kotlin 7

  2. SecureVault SecureVault Public

    Demonstrate real-world Android security engineering

    Kotlin 1

  3. AndroidPerfLab AndroidPerfLab Public

    Modern Android performance engineering showcase โ€” covering startup optimization, recomposition debugging, scrolling performance, and benchmarking using Jetpack Compose and Macrobenchmark.

    Kotlin 1

  4. RecipeViewer RecipeViewer Public

    This is a RecipeViewer developed in Kotlin Multiplatform and Compose Multiplatform which fetches recipe data fromTheMealDB API

    Kotlin 1

  5. ComposeA11yScanner ComposeA11yScanner Public

    Kotlin