Dec 20, 20221 min readWhat is GraphQLGraphQL is more about get what you want. In a traditional REST APIs approach if we want to change the fields of response then we have...
Apr 13, 20222 min readStreams In JavaJava recently launched version 17 but still, Java 8 is a Pro player. The main reason is features that come under Java 8. One of them is a...
Apr 6, 20222 min readHow HashMap works InternallyIf you're a Java developer then, it's not possible that you haven't used hashmap in your recent past (not talking about people like...