Java
-

Developing a Simple Service with Spring Boot
In this post, I will demonstrate how to create a simple web service using Spring Boot. This framework makes it…
Read More » -

Keeping the Caller Busy
There are ways we could refactor the displayCart function, but consider a second what the caller is doing each time…
Read More » -

Java 8 Base64 Encoding and Decoding (With Examples)
Learn different ways to do base64 encoding and decoding functionality in java and using java 8 api, and also examples…
Read More » -

Java 8 Optional Tutorial With Examples
A quick and in-depth tutorial to Optional API in java 8. Exploring various types of examples to understand the right…
Read More » -

Spring boot data JPA – Query for nested object
Nowadays spring boot and spring data are widely used frameworks. If you are building web application in java, spring boot…
Read More » -

Java 8 Collectors API Tutorial With Real Time Examples
A quick practical guide to Java 8’s Collectors api. Example programs on various useful reduction operations and accumulating elements into…
Read More » -

What is Bean scope in Spring MVC framework with Example
Bean scope in Spring framework or Spring MVC is scope for a bean managed by Spring IOC container. You may…
Read More » -

REST: Retrieving resources
Retrieving resources is probably the simplest REST API operation. It is implemented by sending a GET request to an appropriate…
Read More » -

Bulk vs Individual Compression
I’d like to share something very brief and very obvious – that compression works better with large amounts of data.…
Read More »


