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
A FastAPI-based banking system API that supports account operations like deposits, withdrawals, transfer, and balance tracking, built with clean architecture principles using SQLAlchemy and Pydantic.
Backend for ProDev Job Board Platform built with Django and PostgreSQL. Features role-based authentication, optimized job search with advanced indexing, CRUD APIs for jobs, categories, and applications, and Swagger documentation for seamless frontend integration
A simple JDBC based Login System in Java that allows users to register and log in using stored credentials in a database. It demonstrates basic database connectivity and authentication.