Skip to content
View deoraja's full-sized avatar

Block or report deoraja

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 supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. secure_api_gateway secure_api_gateway Public

    Secure FastAPI-based authentication API with JWT (access & refresh tokens), refresh token rotation, rate limiting, and server-side session validation, designed with production-grade security practi…

    Python

  2. cpu_scheduling cpu_scheduling Public

    A Python simulation of classic Operating System CPU scheduling algorithms, including FCFS, SJF, SRTF, and Round Robin, with task lifecycle management and CPU execution timeline visualization.

    Python

  3. lru-cache-api lru-cache-api Public

    Backend API demonstrating a custom in-memory LRU cache integrated with FastAPI and PostgreSQL, with benchmarking and load testing to evaluate performance under concurrent traffic.

    Python