Skip to content
View prasadmhaskar's full-sized avatar

Block or report prasadmhaskar

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
prasadmhaskar/README.md

Hi there, I'm Prasad ๐Ÿ‘‹

Backend Engineer | Java Ecosystem & Cloud Infrastructure

Linkedin Badge Mail Badge


๐Ÿš€ About Me

I am a Backend Engineer focused on building resilient, high-security distributed systems.

With 3.5 years of experience leading operational workflows, I understand that software doesn't exist in a vacuumโ€”it must be reliable, observable, and secure. I transitioned into engineering through an intensive Backend Residency, where I architected enterprise-grade systems from the ground up, simulating high-traffic production environments.

I don't just write code; I engineer deployable solutions. My focus is on Spring Boot architecture, Cloud Security (OAuth2/JWT), and DevOps parity.


๐Ÿ› ๏ธ Technical Arsenal

Domain Technologies
Backend Core Java Spring Boot Spring Security
Data & Cache PostgreSQL Redis Hibernate
Infrastructure AWS Docker Nginx
Tooling Git Maven Postman

๐Ÿ† Featured Project

A hardened, zero-trust identity platform built to mitigate OWASP Top 10 vulnerabilities.

This is not a simple login app. It is a production-ready security framework deployed on AWS, featuring:

  • Defense-in-Depth: Layered security using Nginx Rate Limiting (Layer 7) and Redis Bucket4j (Application Layer).
  • Adaptive Risk Engine: Analyzes Geo-Velocity (Impossible Travel) and Device Fingerprints to block suspicious access in real-time.
  • Stateless Architecture: Fully decoupled using JWT Rotation, OAuth2, and Redis for session management.
  • Observability: Integrated MDC logging, audit trails, and performance monitoring.
  • Deployment: Fully deployed on AWS EC2

Live Demo Swagger UI / API Documentation: ๐Ÿ‘‰ https://prasad-auth-sys.duckdns.org/swagger-ui/index.html


๐Ÿ“ˆ Engineering Philosophy

  • Security First: I assume the network is hostile. Every endpoint is rate-limited, validated, and monitored.
  • Infrastructure as Code: "It works on my machine" is a bug. I use Docker to ensure parity between dev and prod.
  • Radical Simplicity: Complexity is the enemy of reliability. I prefer boring, proven technologies (Postgres, Redis, Java) over hype.

Pinned Loading

  1. Advanced-Authentication-System Advanced-Authentication-System Public

    (AAS) a high-security backend built with Spring Boot 3 and Spring Security. Features stateless JWT Rotation, OAuth2 Account Linking, and an Adaptive Risk Engine with Device Fingerprinting. Includesโ€ฆ

    Java