Kafka ProducersProducers live by their meaning, they produce data into the kafka stream. A producer is the one which publishes or writes data to the…Mar 15, 2021Mar 15, 2021
Replication in KafkaLast time we have seen about the brokers and clusters. In short Kafka broker is an independent process ( it can be a vm or physical…Mar 13, 2021Mar 13, 2021
100Days of Code #Day22We are going back to solving a programming question today. As we have seen before Dynamic programming involves splitting a problem into…Mar 12, 2021Mar 12, 2021
Kafka Brokers and ClusterOkay in the last post we have talked about kafka topics. What holds the topics and the partitions.Mar 11, 2021Mar 11, 2021
A path through the world of Event Streaming — Kafka part 1Kafka, have you heard this name somewhere? If so are you familiar with it? If not don’t fret you are in good company. Come, let’s learn…Mar 9, 2021Mar 9, 2021
100 Days of Code #Day 18Continuation Blog … Cooking something big .. Will be out on tomorrow’s blogMar 8, 2021Mar 8, 2021
Intro to Dynamic ProgrammingHey folks, Today I planned to something I don’t have much expertise in. Dynamic Programming.Mar 6, 2021Mar 6, 2021
Selection Sort — An AnalysisFor today, I haven’t prepared much in while starting, but an idea came why don’t we analyze the sorting algorithms. So came today’s blog.Mar 5, 2021Mar 5, 2021
Intersection of Two linked ListToday we are going back to solving a Leet Code Problem. I took on myself to solve today’s Challenge problemMar 4, 2021Mar 4, 2021
100Days of Code #day 13Today we are going back to a classic a leet code problem. For this problem in the first time in ever I came up with four approaches ( yeah…Mar 3, 2021Mar 3, 2021
100 Days of Code #Day11New Day, New problem. Today we are going to solve the classic problem of finding a loop in the linked list. But we are adding a touch to…Mar 1, 2021Mar 1, 2021
String Builder’s Append Vs InsertRecently I had to solve a problem in which the string grows equally on both sides i.e the string will grow on either way character by…Feb 28, 2021Feb 28, 2021
100 Days of Code #Day 9Today haven’t had the chance to do something good so I am posting this for a continuity.Feb 27, 2021Feb 27, 2021
100 Days of Code #Day8Continuing our journey on scheduling tasks, We move into scheduling tasks on a recurring manner.Feb 26, 2021Feb 26, 2021
100 Days of Code #Day 7Today is special. It completes the first week of my 100 days of code. So I want to do something different today. Instead of solving a…Feb 25, 2021Feb 25, 2021
100 Days of code #Day6Today we are moving towards a tree structure, Binary Search Tree.Feb 24, 2021Feb 24, 2021
100 Days of Code #Day 5Today I am going back to LeetCode, solving today’s challengeFeb 23, 2021Feb 23, 2021
100Days of Code #Day4Today I wanted to do something different. 100 Days of code is not about solving competitive program alone. Competitive programming is…Feb 22, 2021Feb 22, 2021
100 Days of Code #Day3As I am running a bit late today, I planned to solve the today’s leet code challenge itself.Feb 21, 20212Feb 21, 20212
100Days of Code #Day 2I used to be scared of using hierarchical data structures just because they are complex. But the real reason is that we don’t see such…Feb 20, 2021Feb 20, 2021