Using the IP2Proxy Java Component in a Singleton class

Intro Normally, you would not have to encapsulate the IP2Proxy Java Component in a Singleton class. You could just create a global IP2Proxy object and instantiate that. After that, just have all threads query proxy data from that global object. What we are doing in this article is more for […]

How to display the geolocation results on amChart map

There is a growing number of websites that display various geolocation information using an interactive map object, for example, an amChart. A well-designed map display could provide visitors a quick glance of important information. For example, a statistical company could use the map to illustrate the service utilization rates globally, […]

Concurrent queries with IP2Proxy Go Package

Intro Good news! IP2Proxy Go Package version 2.3.0 has been modified to support concurrent proxy queries using the IP2Proxy BIN database files. This means you can write more powerful and faster codes to get your task done sooner. Below is our simple example to demonstrate concurrency with the IP2Proxy Go […]

IPv4 Address 2020 Infographics

In our modern society, more and more people are accessing the Internet for many purposes like research, work, entertainment, communication, shopping and so on. It cannot be denied that the Internet plays an important role in our daily life. The Internet which is a global system of interconnected computer networks […]

Using IP2Location Go Package in multi-threading codes

Intro Starting with the IP2Location Go Package version 8.3.0, is now possible to perform concurrent geolocation queries with the IP2Location BIN files. In this simple example, we will show how to call the IP2Location Go Package with multiple threads. Example code Below we have the full example code where we […]

Changes in United Kingdom Postcodes

The United Kingdom postcodes are alphanumeric and are variable in length including a space such as “SW1A 1AA”. Each postcode is divided into two parts separated by a single space known as the outward code and the inward code respectively. The outward code includes the postcode area and the postcode […]

How to create region maps display in Kibana

You are able to create region maps via the Kibana Visualize Service. Region maps are thematic maps in which boundary vector shapes are colored using a gradient. The region maps in Kibana provides various selections of vector map. For example, World Countries, Argentina Provinces, Australia States, Belarus Regions and more. […]