Arpendu Kumar Garai

Arpendu Kumar Garai

Follow
homebadges
Tag

2Articles1Week

#2articles1week

More content

Read more stories on Hashnode


Articles with this tag

Caching strategies for REST API in Java using Spring Boot

Jul 26, 20206 min read

Introduction You all might have seen my previous post on caching strategies in NodeJs applcations: Various caching strategies For REST API in NodeJs....

Caching strategies for REST API in Java using Spring Boot

A simple Chatbot using Dialogflow, NodeJs and Websocket

Jul 24, 202011 min read

Introduction We have often seen many websites with an assistant like Google Assistant, Siri or lets take the one supported by Hashnode officially,...

A simple Chatbot using Dialogflow, NodeJs and Websocket

Various caching strategies For REST API in NodeJs

Jul 17, 202010 min read

Introduction One of the things that makes people love your website or an application is its speed. Even if someone has a poor connectivity, they...

Various caching strategies For REST API in NodeJs

Distributed Consensus using Leader Election Algorithm

Jul 16, 20209 min read

Introduction In a distributed system, we often face the challenge to manage multiple clusters or servers in an efficient way. Distributed systems can...

Distributed Consensus using Leader Election Algorithm