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
This is a simple Java-based application to manage a collection of books in a library. The application provides a console interface for adding, viewing, updating, deleting and searching for books. It uses MySQL for storing book data.
Book Database API for use as practice by client-side developers. Mocks a poorly designed API with CRUD-functionality. Randomly fails ~80% of operations
Simple PHP-based web crawler for collecting structured metadata from Taaghche’s digital bookstore, specifically targeting books by a given publisher. Automatically handles pagination and exports comprehensive book details to JSON for further use in data analysis, archival, or integration with other systems.