A portfolio of Java code snippets.
This repository will include code snippets and small pieces of working code related to Java / Spring Boot and some hobby projects of mine.
Select a code snippet from the list and go to the respective subfolder.
301 - Witch Jobsite (Spring Boot, MongoDB, SwaggerUI)
302 - Leetcode (Java, speed-optimal)
303 - Library Managers (Java, JUnit, different approaches)
304 - Puzzles (Java, JUnit, different approaches)
A Spring Boot+MongoDB backend for a 'Flamenco Witches' jobsite.
You just need to add your MongoDB connection data and it should work properly (SwaggerUI is configured to help you test the API).
Some Java solutions of mine for Leetcode problems. I strive for speed-optimal solutions (in terms of execution time).
Different designs for library managers, including some designs set in the FlamencoWitches universe.
Coding challenges, some of which might have been created by myself. Solutions are mine, possibly suboptimal in the salient aspect, and certainly not optimal in every aspect.