Goal:Utilizing a HashMap data structure to get specific values from a JSON file.
Then returning these values through rest service application available through utilization of Spring Framework.
Goal:Creating a program that runs against an interface in order to sort data in to an auto
rotating binary search tree that allows user to find certain properties of a set of data.
Concepts Used:Interface, OOP, java streams, recursion,
Maven, LinkedList, Generics, Binary search tree data structure
Rest Service Project
Language:Java
Goal:Created a Spring boot REST API application that utilizes Linked Lists, java streams, and Hash-maps in order to filter data from a json file containing 50,000 items
Goal:Demonstrating a clear understanding of common business practices through the creation of a program that process data from a json file that has been turned into an object.
Concepts Used:Linked List, Generics, Comparables, getters & setters, Class Inheritance