My Profile Photo

Deniz G


Bilingual Blog: Turkish and English on Software and Life.


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


  2. 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? …


  3. Java Bypass SSL Verification in Spring

    How to bypass SSL verification in Spring? …