Recent Posts

Ever Wonder Ping TTL Time-to-Live

1 minute read

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.

CAP Theorem

2 minute read

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...

Java Try with Resources

1 minute read

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...

Networking-101-For-Sofware-Engineers

7 minute read

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...

Confusing CORS Explained

2 minute read

I have always been confused with the CORS errors and in this post I’ll try to share my understanding of CORS for now.