-
curl -GET vs -XGET
You maybe realize that there are some requests like -GET and -XGET if you use curl. It creates the complexity about using http methods. Do I need to use XGET or GET? The question is simple. …
-
About Improving Coding Skills
What do you answer if I ask for a Java code that shows the numbers divided 2 between 0 and 10? …
-
Java Bypass SSL Verification in Spring
How to bypass SSL verification in Spring? …