Welcome to Rustam's Blog


  • Home

  • Categories

  • About

  • Archives

  • Tags

  • Search

Cloud Native Infrastructure (Book Review)

Posted on 2018-12-09 | In Book-review |

The book was what I have expected from infrastructure book. There were no source codes, except some configuration scripts. The book contains the collection of experiences about cloud-native solutions. It mostly talks about development and deployment processes on the cloud-native.

Read more »

KOSSCON 2018

Posted on 2018-11-29 | In Conference |

Korean Open Source Software Conference has gathered many open source communities and contributors. It has become common for conferences these days have tracks: AI, BigDATA, Blockchain, Cloud. This conference was no exception. I have visited cloud development related topics.

Read more »

NHN Forward 2018

Posted on 2018-11-20 | In Conference |

Conference organized by NHN Enterprise (Intercontinental Seoul Parnas 19.11.2018) has encompassed many different topics. I have especially was interested in java related topics. How the big tech companies like NHN itself would approach the issue regarding to Oracle recent declarations about Java becoming non-free anymore.

Read more »

P-NP, Approximate Algorithms

Posted on 2018-10-22 | In Algorithms |

P and NP is the problem that always comes out while we are studying algorithms, and usually, it comes up at the end of any algorithms book. The reason it comes out at the latest pages is that it is quite an advanced topic.

Read more »

Deep Work (Book Review)

Posted on 2018-10-18 | In Book-review |

The book has been written by Cal Newport, a professor at the Georgetown University (Washington D.C). He wrote about the importance of the focusing and concentration on the work, by increasing the limit of the time we usually allocate for it. The Author writes a lot of different use cases for great historical people (some of them are still alive), how they have been going deep into their work. Who used what kind of technique, and how the technique was mastered. While going through the book I have realized that all of these characters had some similar points and patterns. Concentration Technique !!!

Read more »

Maximum Flow

Posted on 2018-09-10 | In Algorithms |

Problem

Given a graph which represents a flow network where every edge has a capacity. Also given two vertices source S and sink T in the graph. Find out the maximum possible flow from S to T with following constraints

Read more »

Topological Sort

Posted on 2018-08-29 | In Algorithms |

NoImage

Read more »

Algorithms, Sorting in Linear Time

Posted on 2018-07-29 | In Algorithms |

Usually, the sorting algorithms determine the sort based on comparisons between the input elements. That is why they called comparison sorts algorithms. In here we would like to consider non-comparison sorts.

Read more »

Algorithms, The role of Algorithms in Computing

Posted on 2018-07-29 | In Algorithms |

Algorithm is any well-defined computational procedure that takes some value, or set of values as input and produces some value, or set of values, as output.

Read more »

Algorithms, Quick-Sort

Posted on 2018-07-29 | In Algorithms |

The quicksort algorithm has a worst-case running time of O(n^2) on an input array of n numbers, and worst case happens when the array is sorted in descending order. Despite a worst-case running time, quicksort is often the best practical choice for sorting. Its average expected running time is O(n log n), and it has an advantage of sorting in place.

Read more »
1 … 8 9 10 11
Rustam Rakhimov Igorevich

Rustam Rakhimov Igorevich

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