Open in app

Sign In

Write

Sign In

Lakshmanan Subbiah
Lakshmanan Subbiah

21 Followers

Home

About

Mar 15, 2021

Kafka Producers

Producers live by their meaning, they produce data into the kafka stream. A producer is the one which publishes or writes data to the topics within different partitions. Its kind of magical that producers automatically knows which broker and partition to write the data ( which we will discuss in…

100 Daysofcode

3 min read

Kafka Producers
Kafka Producers
100 Daysofcode

3 min read


Mar 13, 2021

Replication Factor in Kafka

Last time we have seen about the brokers and clusters. In short Kafka broker is an independent process ( it can be a vm or physical machine) that runs kafka and Kafka cluster is a group of kafka brokers. We can have any number of brokers in kafka cluster. It…

Kafka Partition

3 min read

Replication in Kafka
Replication in Kafka
Kafka Partition

3 min read


Mar 12, 2021

100Days of Code #Day22

We are going back to solving a programming question today. As we have seen before Dynamic programming involves splitting a problem into series of sub problems solving them and storing the result to avoid re computations. Okay let’s jump on to the question, Given an array of distinct positive integers…

Dynamic Programming

2 min read

100Days of Code #Day22
100Days of Code #Day22
Dynamic Programming

2 min read


Mar 11, 2021

Kafka Brokers and Cluster

Okay in the last post we have talked about kafka topics. What holds the topics and the partitions. The answer is a kafka broker Okay, then what is a kafka broker, simply put it is a machine that runs kafka i.e a single kafka server. Now the official definition, Kafka…

Kafka

2 min read

Kafka Brokers and Cluster
Kafka Brokers and Cluster
Kafka

2 min read


Mar 9, 2021

A path through the world of Event Streaming — Kafka part 1

Kafka, 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 Kafka together. Apache Kafka is a distributed data store optimized for ingesting and processing streaming data in real-time. Streaming data is data that is…

Kafka

4 min read

A path through the world of Event Streaming — Kafka part 1
A path through the world of Event Streaming — Kafka part 1
Kafka

4 min read


Mar 8, 2021

100 Days of Code #Day 18

Continuation Blog … Cooking something big .. Will be out on tomorrow’s blog

1 min read

1 min read

100 Days of Code #Day 18

Continuation Blog … Cooking something big .. Will be out on tomorrow’s blog

--

--


Mar 6, 2021

Intro to Dynamic Programming

Hey folks, Today I planned to something I don’t have much expertise in. Dynamic Programming. Dynamic Programming is a technique for solving complex problems. It begins by splitting the complex problem into collection of similar sub problems. …

Dynamic Programming

2 min read

Intro to Dynamic Programming
Intro to Dynamic Programming
Dynamic Programming

2 min read


Mar 5, 2021

Selection Sort — An Analysis

For 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. Selection sort is an in place comparison sorting algorithm which is not an efficient one. Actually its worst of all sorting algorithms when concerned with time…

Selection Sort

2 min read

Selection Sort — An Analysis
Selection Sort — An Analysis
Selection Sort

2 min read


Mar 4, 2021

Intersection of Two linked List

Today we are going back to solving a Leet Code Problem. I took on myself to solve today’s Challenge problem Write a program to find the node at which the intersection of two singly linked lists begins. For example, the following two linked lists: begin to intersect at node c1. …

Singly Linked List

2 min read

Intersection of Two linked List
Intersection of Two linked List
Singly Linked List

2 min read


Mar 3, 2021

100Days of Code #day 13

Today 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 four ). I will let on to the problem then. Question : Given an non-empty integer array nums sorted in non-decreasing…

100 Daysofcode

2 min read

100 Daysofcode

2 min read

Lakshmanan Subbiah

Lakshmanan Subbiah

21 Followers

Lives to Learn

Following
  • Julie Zhuo

    Julie Zhuo

  • Darius Foroux

    Darius Foroux

  • Netflix Technology Blog

    Netflix Technology Blog

  • John Maeda

    John Maeda

  • Kesavarajkumar

    Kesavarajkumar

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech