MSmanpreet singhinmanpreet404.hashnode.dev·6d ago · 1 min readKafka Overview - What is Kafka - Apache Kafka is a distributed event streaming platform that allows applications to publish, subscribe to, store, and process streams of events in a reliable and scalable way. In sim00
MSmanpreet singhinmanpreet404.hashnode.dev·Sep 5 · 1 min readSerDe (Serializer/Deserializer) in HiveHadoop (HDFS) is designed to store raw files—it only understands bytes and does not know anything about the format, schema, or structure of the data it holds. However, Hive is a data warehouse system 00
MSmanpreet singhinmanpreet404.hashnode.dev·Feb 17 · 2 min readPromises and Async-Await handling—InitialAsync Programming Asynchronous JavaScript allows non-blocking execution by delegating long-running tasks to the runtime environment and handling their results later through callbacks, promises, or async/await—keeping applications responsive a...00
MSmanpreet singhinmanpreet404.hashnode.dev·Feb 16 · 1 min readProp Drilling — Simple ExplanationProp drilling is when we pass data from a parent component to a deeply nested child component through multiple intermediate components, even though those intermediate components do not use the data themselves // React Example with Prop Drilling impo...00