5 Comments
User's avatar
Jeff's avatar

Comparing docker and kubernetes makes no sense. You don't switch from one to the other, they do entirely different things... You run docker containers in a cluster managed with kubernetes.

Expand full comment
Tayo Amuneke's avatar

B+ Trees for Databases is definitely one.

Expand full comment
Charles's avatar

It is redundant to list both RSA and integer factorization in your list of algorithms. Indeed, "integer factorization" is not an algorithm; it is a problem for which many algorithms exist. That none of them is that fast underlies RSA.

An algorithm you did miss is the fast fourier transform, possibly the most important algorithm there is.

Expand full comment
Anushavan's avatar

What does API gateway do? - The steps order in the article is not correct, authentication and authorization should be right after header parsing, between 1 and 2.

Expand full comment
Svanschalkwyk's avatar

Td-idf, bm-25. Both probabilustic search algos.

Expand full comment