A utility to generate short URLs
30 Jan 2021 - 30 Jul 2021
A utility to generate short URLs
Short URL is a utility that can be used to generate and retrieve short URLs when we don’t want to use the original longer URLs.
During the course of this Micro-Experience, the developer:
Created a short url library with required methods.
Implemented register method to take a long URL and return a shorter URL.
Implemented a method to lookup the long URL by providing the short URL.
Implemented hit count to track number of long URL lookups.
Tested this implementation with test cases.
Skills Learned:
Core Java, Interfaces, Debugging
View Details
A visual stock portfolio analyzer.
QMoney is a visual stock portfolio analyzer. It helps portfolio managers make trade recommendations for their clients.
During the course of this Micro-Experience, the developer:
Implemented the core logic of the portfolio manager and published it as a library.
Refactored code to add support for multiple stock quote services.
Improved application stability and performance.
Skills Learned:
Java, REST API, Jackson
View Details