Travis MartinOct 6, 20236 min readMicroservices Architecture example Parking lot interview questionI plan on building the classic parking garage interview question. The end goal is deploying this microservices architecture example to a...
Travis MartinJul 8, 20222 min readGraph data structure and AlgorithmsI am just posting some information for mostly myself on how to quickly traverse graph and tree data structure since I tend to forget...
Travis MartinDec 6, 20211 min readJava Min and Max heapJust posting some code on building a min and max heap, I will use an abstract class since both of these classes will contain similar...
Travis MartinAug 24, 20203 min readPolymorphism OOP examples JavaI am writing this to keep example on programming concepts, this will be on polymorphism, both using interface and abstract objects....