A metadata store database for GuinsooLab stack.
-
Updated
Feb 5, 2023 - Java
LocalStorage is a JavaScript object that allows storing arbitrary key-value pairs in the web browser as an alternative to cookies—another alternative if the data in question goes beyond key-value pairs is to use the IndexedDB.
localStorage data is specific to the protocol of the document. In particular, for a site loaded over HTTP (e.g., http://example.com), localStorage returns a different object than localStorage for the corresponding site loaded over HTTPS (e.g., https://example.com).
A metadata store database for GuinsooLab stack.
A mobile app for managing contacts using React Native. Features include adding, updating, deleting, and favoriting contacts, with local SQLite storage and search functionality. The app supports swipe actions for editing/deleting and includes navigation via a sliding drawer.
Made with Java
It's a Chat app built using Firebase and Rich UI with ability to send Photos and Files of Higher Size and lower Data Rates
Android Inventory App: A simple, user-friendly app to manage inventory items with add, update, and delete functions. Uses SQLite for local data storage and offers a clean, responsive interface. Future support planned for inline item name editing.
A Kanban software implementation using Java and JavaFX
CMPE - 273 Refresher Assignment
A simple and secure Java-based password vault that encrypts and decrypts strings using AES-128 encryption. Perfect for demonstration, learning cryptography in Java, or building your own local password manager.
Batch application built in Java 8 to process and convert audio files.
Project For Software Components Course