Developing REST APIs with Modern Java TechnologiesUsing Spring Initializr, we choose latest of spring and java 22. Added three dependencies: Spring Web, Spring Data JPA, H2 Database.Sep 21Sep 21
Matches/Contains of String classComparing the input string using the Matches function and the contains function of the String class.Oct 5, 20232Oct 5, 20232
Java: The Importance of Choosing intValue() or equals() When Comparing Integer Objects’ ValuesThis post shares an observation on Integer Comparisons in Java that I noticed during one coding session.Jul 15, 2023Jul 15, 2023
Components Interaction In Angular: Input And Output DecoratorsCreate a new projectJan 29, 20232Jan 29, 20232
Dynamic Forms From Metadata JSONTo generate the forms in an application in an faster and easier way, we use dynamic forms.Jan 23, 20232Jan 23, 20232
How a set in java knows about the duplicate entry?A set is an unordered collection of objects(data) in which duplicate values cannot be stored.Mar 17, 20211Mar 17, 20211
Puzzle on sum of natural numbersHow to find a missing number in first 100 natural numbers? How do you find the missing number in a given integer array of 1 to 100?Apr 11, 20201Apr 11, 20201
Docker Basic And Commands cheat sheetDocker is a platform where we can develop, run, deploy the software applications.Nov 7, 20191Nov 7, 20191
Lambda Expressions in Java 8Functional Interfaces contains only one abstract method. Example: Runnable contains only one method run, Callable contains only one method…Aug 5, 20191Aug 5, 20191