GraphQL - my learnings in progressGraphQL is a query language - we can think of SQL ( getting data, mutating data ) over HTTP. With REST API as well, we have the capabilities to query for data or mutate data. GraphQL is an alternative to REST API. It comes into the picture when the d...Sep 5, 2023·2 min read
Terminal or Command Prompt - my learnings in progressWhat is the command equivalent of 'cat' in Windows ? type file.txt Yes, it is 'type' Go ahead and try it.Dec 30, 2022·1 min read
Java 8 - my learnings in progressStreams, Functional Interface, Lambda Expressions etcDec 30, 2022·2 min read