Why send User-Agent while making API calls?

— While making API calls, we send different sorts of headers like Content-Type, Accept, Authorization, etc. But, have you ever wondered why we send the User-Agent header? In this article, I’ll talk about why we send the User-Agent header while making API calls.

The true type in PHP 8.2

— The latest and greatest version of PHP, PHP 8.2 is going to be released soon and it’s going to bring a lot of new features and improvements. In this post, I’ll talk about one of the new features in PHP 8.2 which is the true type.