logo

Array Type in RDB

I recently moved to a different company and I got to use MYSQL and got paid for it as a list, but I checked and found out that MYSQL itself doesn’t have an ARRAY type, so I’d like to organize it simply.

What is Idempotent?

If you’re developing HTTP APIs, you’ve probably heard about idempotent at one point or another. In this post, we’ll look at what idempotent is and try to understand it a little better through an HTTP API example.