jFirebase - Entity Framework for Firebase/Firestore
I decided to tryout firebase for my personal projects & learning, having come from traditional SQL background, I am well versed with JPA/Hibernate when d...
I decided to tryout firebase for my personal projects & learning, having come from traditional SQL background, I am well versed with JPA/Hibernate when d...
Not so long ago, when I started my development journey, we use to work with single monolith project. The work culture was pretty different compared to curren...
In the Grpc world, we have secured our application by encrypting the channel and authenticating the requests using interceptors. So we have secured our appli...
In today’s world microservices has taken the software industry by storm, the reason is obvious, it provides loose coupling, microservices are more reliable a...
Java Streams provide a wide range of collectors which is generally sufficient for most of the day to day use. But sometimes you need to perform some special ...