Welcome to Rustam's Blog


  • Home

  • Categories

  • About

  • Archives

  • Tags

  • Search

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 »

Aws Lambda Usage of Environment Variables

Posted on 2020-06-25 | In aws |

One should be careful when using AWS lambda with environment variables. If you don’t pay attention you may end-up wondering why your function is not working as expected. I personally had an issue of using PATH variable, if say it more exactly process.environment.PATH with runtime: Node.js 12.x. Because in version Node.js 10.x you won’t face this problem.

Read more »

Possible Issues with ElasticBeanstalk Platform Upgrade

Posted on 2020-06-08 | In devops |

When AWS ElasticBeanstalk informs about upcoming platform upgrades, we must take it seriously and prepare our CI scripts. Because when I first time saw the warning that says “Platform update scheduled”, didn’t pay much attention. When clicked for details it said:

Read more »

Overview of OrientDB

Posted on 2020-06-07 | In database |

In this blog I have collected some knowledges about OrientDB which is multi-model graph database. This blog can be referred to to some kind of fact checks about OrientDB.

Read more »
1 … 3 4 5 … 11
Rustam Rakhimov Igorevich

Rustam Rakhimov Igorevich

102 posts
47 categories
86 tags
RSS
© 2025 Rustam Rakhimov Igorevich
Powered by Jekyll
Theme - NexT.Muse