You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Developed a distributed data synchronization protocol ensuring seamless offline capability using local SQLite persistence and an eventual consistency model with PostgreSQL.
Designed a custom conflict resolution strategy to handle data deltas when re-establishing network connectivity, ensuring zero data loss during sync.
Hardened authentication security by implementing short-lived JWTs with Redis-backed refresh token rotation and secure OTP lifecycle management.