Generics in Java

Generics are a function of Java that allows programmers to specify the type of data they want to work with in a class, interface, or method. In this tutorial, let’s learn more about generics in Java. Why need generics? Before generics is introduced, we only… Read More

Questions Management – Core Option Service – Build API delete option using Spring WebFlux and Spring Data MongoDB Reactive

Check out the full series of Questions Management tutorial here. In the previous tutorial, we prepared all the necessary configurations to be able to build API deletion option such as an Option document object containing the information of an option, an OptionRepository to manipulate MongoDB, an OptionController defines APIs for… Read More