HTTP URLConnection with proxy in Java

  • 08 February 2018
  • ADM

How to create an HTTP URLConnection with proxy in Java. Simple example including proxy authentication.


How to Check Alexa Rank in Java

  • 16 November 2017
  • ADM

How to Check Alexa Rank in Java using the undocumented API: http://data.alexa.com/data?cli=10&url=domainName. The code contains also the possibility of adding proxy settings


How to convert Celsius to Fahrenheit in Java

  • 02 November 2017
  • ADM

How to convert Celsius to Fahrenheit in Java. Simple Java code and conversion table with common values.


How to convert Fahrenheit to Celsius in Java

  • 23 October 2017
  • ADM

How to convert Fahrenheit to Celsius in Java. Simple Java code and conversion table with common values.


How to convert int to string in Golang

  • 14 August 2020
  • ADM

How to convert int to string in Golang using strconv.Itoa and strconv.FormatInt methods.


How to convert a float to string in Golang

  • 11 June 2020
  • ADM

How to convert a float to string in Golang using strconv.FormatFloat function.