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
Our main objective in this project is to create a library management system wherein students can issue books and the admin or librarian can update/delete the record of books kept in the library. So we have the system into two parts : from user’s perspective and from admin’s perspective. First of all, the admin must login to handle the accounts w…
The official Java SDK for the Textkernel Tx v10 API. Includes a resume parser (CV parser), job parser, resume search engine, and resume matching engine.
Spring boot application for THE SANJIVANI NGO. Accept payments (donations) via razorpay. User authentication and verification via email activation link sent to user. Google-like search functionality for ADMIN Login. This is backend of my THE SANJIVANI NGO React website. Do visit that repo for fronted and live demo.
Object-Oriented JPA Data Library - Pagination utility for JPA based entities with layered request -> query -> response architecture enabling complete control of business logic and permissions. Supports essential features like sorting and filtering, while also supporting advanced features like searching, complex filtering, auto-join, and much more.
The traditional source of truth for applications is DBMS(SQL/NoSQL) and they rely on ORMs which natively support searching, sorting, filtering, pagination and more. As technologies evolved, applications moved beyond DBs and started to rely on APIs(typically REST endpoints) of other SaaS application. We all know the brighter side of SaaS offering…