arpendu.hashnode.devCaching strategies for REST API in Java using Spring BootIntroduction You all might have seen my previous post on caching strategies in NodeJs applcations: Various caching strategies For REST API in NodeJs. If not, please do have a look at it. So we have seen how to define caching in Javascript code earli...Jul 26, 2020·6 min read
arpendu.hashnode.devA simple Chatbot using Dialogflow, NodeJs and WebsocketIntroduction We have often seen many websites with an assistant like Google Assistant, Siri or lets take the one supported by Hashnode officially, Discord. So lets create one on our own. It's pretty simple though. Please brace yourself as this articl...Jul 24, 2020·11 min read
arpendu.hashnode.devVarious caching strategies For REST API in NodeJsIntroduction One of the things that makes people love your website or an application is its speed. Even if someone has a poor connectivity, they expect some minimum threshold level of speed when using their application. To provide that seamless exper...Jul 17, 2020·10 min read
arpendu.hashnode.devDistributed Consensus using Leader Election AlgorithmIntroduction In a distributed system, we often face the challenge to manage multiple clusters or servers in an efficient way. Distributed systems can be difficult to understand, mainly because the knowledge surrounding them is quite distributed. It i...Jul 16, 2020·9 min read
arpendu.hashnode.dev8. Infrastructure-as-a-code using TerraformThis is the last blog as part of the series Full Stack: Remastering Master Data Management into graph like data. Hope you enjoy the series and find it useful !! Introduction Traditionally, any infrastructure setup used to take a long time with a lot ...Jul 12, 2020·6 min read