All Stories

Java HashMap implementation

Implementation of HashMap.java from JDK
Oleksii Shyshkov
3 min read

FastUtil OpenHashMap internals (linear probing hashing)

Let's consider how OpenHashMap is implemented from FastUtil library
Oleksii Shyshkov
2 min read

My Shell configuration for MacOS

Step 1: Install Homebrew Before installing Homebrew, we need to install the CLI tools for Xcode. Open your terminal and run...
Oleksii Shyshkov
2 min read

What do big websites like Facebook, Google, Twitter, and…

Facebook Facebook uses a relational database to keep the primary data. Facebook uses fork of MySql 5.6 to keep the social...
Oleksii Shyshkov
3 min read

Load balancing

How load balancers work Load balancers distribute incoming client requests to computing resources such as application servers and databases. Load balancer...
Oleksii Shyshkov
4 min read