Vrushali RautPlanning your environmentWhen you design any backend server system from scratch you think about following thing primarilyAug 12, 2023Aug 12, 2023
Vrushali RautQuick go to Notes Before System Design Interview/Discussion — From Alex xu bookHello,Jul 26, 2023Jul 26, 2023
Vrushali RautDocker container Vs Virtual Machine(VM) Key differencesBoth vm and docker help replicate development environment, and manage dependencies and configurations better.Apr 4, 2023Apr 4, 2023
Vrushali RautBefore Pushing Clojure code to gitlab?When you write a snippet of code in Clojure and want to test’s everything works use following handy cheatsheet before pushing your code to…Apr 16, 2021Apr 16, 2021
Vrushali Rautssh to your AWS VM’s Easily..!Generally, when you need to connect to AWS VM boxes you use the commandDec 24, 2019Dec 24, 2019
Vrushali RautKafka hands-on Guide to using publish-subscribe based messaging system (PART I)Kafka is in general publish-subscribe based messaging system. Producers publish messages and consumers consume or pull that data.Jul 27, 20191Jul 27, 20191
Vrushali RautKafka hands-on Guide to using publish-subscribe based messaging system (PART II)The previous article covers the basic concepts of Kafka you should know before starting on coding.Jul 27, 2019Jul 27, 2019
Vrushali RautAPI Blueprint + Gitlab integration Better way to document your API’s…API blueprint is simple and accessible to everyone. Great documentation help to better understand the architecture decisions. Help to…Jul 7, 20191Jul 7, 20191
Vrushali RautgRPC: concepts with ExamplegRPC is a high-performance RPC (Remote Procedure call) framework created by Google. It runs on top of HTTP2.Jun 10, 20193Jun 10, 20193