Karthik Divi
PostsTalks
Posts
Talks

  • Published on
    April 21, 2021

    Building highly available Microservices @ Reputation

    reputationhigh-availability
    In Microservices environments some times we have to build mission critical services which can’t take any downtimes. In Reputation, we have such a use case with a service called Governor. In this post, I’ll talk about how we made the Governor highly available with almost zero downtime.
  • Published on
    October 19, 2018

    Redux store advanced setup with Redux devtools extension

    reduxredux-storeredux-devtools-extension
    Boilerplate code to setup Redux store with `Redux devtools extension` enhancer. This code uses the extension if its available and does not fail in the environments where the extension is not available.
  • Published on
    August 31, 2018

    Adding (click) on anchor tag instead link in Angular

    angularanchorclick
    If you want to invoke some function on a user click you should first look for Buttons, But for what ever the reason (some times for styling) if you want to use an anchor tag you may want to stop the default behaviour of anchor tag. Otherwise If you use # in href it refreshes the current page and if you put nothing it takes you to home
  • Published on
    August 28, 2018

    Sync Elasticsearch index to another Elasticsearch using logstash

    logstashelasticsearchindex
    logstash script to sync data between two elasticsearch indexes
  • Published on
    June 21, 2018

    Can we break longest roads in Catan?

    catanroad
    is it possible to break opponent's longest road in Catan without building a road bigger that that?
1 of 2
githublinkedintwitter
© 2022
•
Karthik Divi