Ever Wonder Ping TTL Time-to-Live
Have you ever wonder what is the meaning of TTL, that occurs when you ping a website. If you never cared about them, let’s briefly explain what it is.
Have you ever wonder what is the meaning of TTL, that occurs when you ping a website. If you never cared about them, let’s briefly explain what it is.
Lately, I came accross with the CAP Theorem a few times so I want to read and learn about it. CAP states for Consistency, Availability, and Partition Toleran...
The try-with-resources statement is a try statement that declares one or more resources. A resource is an object that must be closed after the program is fin...
The networking is always one of the hardest topic for the software engineers. There are too many jargon words around and the whole idea does not quite unders...
I have always been confused with the CORS errors and in this post I’ll try to share my understanding of CORS for now.