Welcome to Rustam's Blog


  • Home

  • Categories

  • About

  • Archives

  • Tags

  • Search

Number Of Recent Calls (LeetCode)

Posted on 2020-10-08 | In leetcode |

You have a RecentCounter class which counts the number of recent requests within a certain time frame.

Read more »

Largest Number (LeetCode)

Posted on 2020-10-08 | In leetcode |

Given a list of non-negative integers nums, arrange them such that they form the largest number.

Read more »

Evaluate Division (LeetCode)

Posted on 2020-10-08 | In leetcode |

You are given an array of variable pairs equations and an array of real numbers values, where equations[i] = [Ai, Bi] and values[i] represent the equation Ai / Bi = values[i]. Each Ai or Bi is a string that represents a single variable.

Read more »

Enum and Comparator Usage

Posted on 2020-10-01 | In refactoring |

It is important to optimally use features of the given programming language. By other words squeezing the maximum out of the language, shows the proficiency and elegancy of the code. Most of the java developers are familiar with enum and comparator. These are very useful features of the java language.

Read more »

Kubernetes Resources

Posted on 2020-09-30 | In k8s |

There are three elements of resources exists in Kubernetes, which are: CPU, Memory and Disk. By default 0.5CPU, 256mi resources are allocated per container.

Read more »

Quick-Start with Kubernetes

Posted on 2020-09-30 | In k8s |

In this article I will introduce and help you to run kubernetes, avoiding any pain and deep concepts. Because If you try to understand you may fall into a deep rabbit-hole. Lets avoid the rabbit-hole for now.

Read more »

Word Search II

Posted on 2020-06-30 | In leetcode |

Given a 2D board and a list of words from the dictionary, find all words in the board. Each word must be constructed from letters of sequentially adjacent cell, where “adjacent” cells are those horizontally or vertically neighboring. The same letter cell may not be used more than once in a word.

Read more »

Apache Kafka Run

Posted on 2020-06-26 | In kafka |

Lets do the quick-start with Kafka broker service, and try some operations on it.

Read more »

Apache Kafka Run In Java

Posted on 2020-06-26 | In kafka |

In order to use kafka in a Java we need to get the kafka-client library from the maven repository (maven or gradle can be used)

Read more »

Apache Kafka Introduction

Posted on 2020-06-26 | In kafka |
  • Kafka allows us to decouple data-streams and applications
  • Created by Linkedln, now Open Source project and maintainted by Confluent
Read more »
1 … 3 4 5 … 11
Rustam Rakhimov Igorevich

Rustam Rakhimov Igorevich

105 posts
52 categories
98 tags
RSS
© 2026 Rustam Rakhimov Igorevich
Powered by Jekyll
Theme - NexT.Muse