First get the current address
var url = window.location.href
Then just parse that string
var arr = url.split("/");
your url is:
var result = arr[0] + "//" + arr[2]
Development, Software, Hardware, System, Network, API, WebService, Programmation and co..