Projects

Public repositories

These projects include source code and repository links.

Public repository

Jetpack Reactive Launcher

Android launcher built with Jetpack Compose and a reactive architecture approach.

Open repository
Public repository

Android Remote Control

Remote-control features for Android devices, with practical device-to-device interaction workflows.

Open repository
Public repository

QRify

QR code generation and scanning utility app for Android.

Open repository
Public repository

DroidCast Projector

Android app for casting a device screen to another device.

Open repository
Public repository

DroidCast Receiver

Companion Android app that receives and renders streamed screen content.

Open repository

Private/internal case studies

Architecture and outcomes are documented here without exposing internal source code.

Private/internal project – architecture and outcomes described here

Akhter Cloud Storage / Identity Platform

Designed and implemented an end-to-end Single Sign-On flow: Windows login → Kerberos → custom Identity Provider → JWT → FileServer, enabling access without manual login prompts.

  • Replaced a complex identity stack with a simpler custom identity solution.
  • Implemented an Identity Provider that issues RS256 JWTs and exposes a JWKS endpoint.
  • Updated FileServer token verification to use dynamic key retrieval through JWKS, reducing reliance on static public keys.
  • Evolved the platform toward a lightweight IAM architecture.
  • Ongoing engineering work: key rotation, trust hardening, and synchronization logic.