Venkata sai vardhan Thimmisetty
@sai2408
About
Technical Trainer || Freelancer ||Python || C || |HTML || CSS || BOOTSTRAP || DBMS
Skills & Technologies
Projects & Repositories
Recent public projects and repositories from this profile.
greenspire-app
TypeScriptBuilt with Expo / React Native on the frontend and FastAPI + MongoDB on the backend, with Google Sign-In for authentication.
hashing-deep-dive
Provides complete PPT and Documentation on Hashing [ DSA Concept ] [ Programmer Friendly ]
oauth2-google-login-fastapi
PythonMinimal working example of Google OAuth 2.0 login (Authorization Code flow) implemented in FastAPI, using async httpx and Starlette session middleware.
oauth2-google-login-django
PythonMinimal working example of Google OAuth 2.0 login (Authorization Code flow) implemented in Django, using built-in session handling.
oauth2-google-login-flask
PythonMinimal working example of Google OAuth 2.0 login (Authorization Code flow) implemented in Flask, with session-based auth and a .env config.
JWT_FastAPI
PythonA single-file FastAPI implementation of JWT authentication with user registration, login, and access + refresh tokens — plus automatic interactive API docs. Part of a three-part series implementing the same auth flow in Flask, Django, and FastAPI.