Vishal Bhutekar
Android developer building calm, ultra-fast mobile architectures & spatial experiences.
Crafting innovative mobile experiences with cutting-edge Android (Kotlin, Jetpack Compose, Clean Architecture). Currently interning as AI & Mobile Innovation Intern at Trakbond, engineering smart IoT tracking architectures, edge intelligence, and high-performance Android systems.
System Architecture Status
Real-Time Engineering Snippets
@Composable
fun BreathingAuraTimer(
durationSeconds: Int = 5,
onReflectionComplete: () => Unit
) {
var phase by remember { mutableStateOf(BreathPhase.INHALE) }
val animatedScale by animateFloatAsState(
targetValue = if (phase == BreathPhase.INHALE) 1.25f else 0.85f,
animationSpec = tween(durationMillis = 2500, easing = FastOutSlowInEasing)
)
Box(
modifier = Modifier
.fillMaxSize()
.background(Color(0xFF000000)) // True AMOLED efficiency
.graphicsLayer { scaleX = animatedScale; scaleY = animatedScale },
contentAlignment = Alignment.Center
) {
AuraHalo(color = Color(0xFF06B6D4), blur = 48.dp)
Text(
text = phase.prompt,
style = MaterialTheme.typography.headlineMedium.copy(color = Color.White)
)
}
}Core Engineering & 3D Materials
Interactive breakdown of programming languages, reactive frameworks, and edge AI architecture powering production apps.
Kotlin 2.1 & Coroutines
Deterministic JVM & Asynchronous Streams
Jetpack Compose & M3
Declarative State & AMOLED True-Black
Trakbond AI & IoT Telemetry
Smart IoT Tracking & On-Device AI
Room SQLite & Caching
Local Persistence & Reactive Flow
Clean Architecture & MVVM
Unidirectional Data Flow & Dependency Injection
Next.js 16 & Three.js WebGL
Compositor Offloaded Shaders & 3D Tilt
Kotlin 2.1 & Coroutines
Leveraging modern Kotlin 2.1 language features, Flow reactive operators, extension functions, and zero-cost coroutine dispatchers for seamless background processing.
Published Android Apps
Rotate, inspect, and toggle 3D spatial depth layers on real Google Play published applications engineered with Kotlin, Jetpack Compose, and Room Database.
09:41
Monday, August 24
National Gold Medalist in Software Applications
Secured 1st Place across 3 rigorous national championship stages: District Champion → State Gold → National IndiaSkills Champion in enterprise software engineering.