Blog
Thoughts on robotics, AI, engineering and life. Short notes and longer write-ups.
How to use TypeScript in React or React Native Related Projects properly
May 03, 2024There are many ways typescript syntaxes are used. So here I’m going to emphasize only the most important parts of typescript which are mostly used in react/react native projects according to my experi…
Scalable Microservice with Multiple Apache Kafka Brokers with Multiple ZooKeeper Nodes using…
Jan 18, 2024Scalable Microservice with Multiple Apache Kafka Brokers with Multiple ZooKeeper Nodes using bitnami/kafka:3.4 docker image with kafkajs node package — PART II (Project structure and using KafkaJS) Co…
Scalable Microservice with Multiple Apache Kafka Brokers with Multiple ZooKeeper Nodes using…
Jan 17, 2024Scalable Microservice with Multiple Apache Kafka Brokers with Multiple ZooKeeper Nodes using bitnami/kafka:3.4 docker image with kafkajs node package — PART I (Introduction and motivation) Cover photo…
Segment Integration in GoTradie
Jun 27, 2023These are the things that you can get from this article, What is Segment? Let’s begin from the segment end… What is Segment? When we talk about Segment easiest way to explain is, it's a Customer D…
Typescript setup with Nodejs + Yarn Package manager + Nodemon
Mar 03, 2023Cover photo These are the things you can get to know from this article. What is Typescript and Why not Javascript? What is yarn and Why not npm? Let’s do the initialization of our project Begin the in…
Enabling Google Analytics
Feb 08, 2023Enabling Google Analytics — GoTradie Applications What is this article about? In this article, I’m going to give a simple explanation of how I applied analytics techniques to the GoTradie applications…