NAP Africa – Non-Profit Internet Exchange view who is peering PeeringDB search for Teraco data centres – You can view information about the data centre, view the local internet exchanges and networks – autonomous system number – given a unique ASN is allocated to each AS for use in BGP routing, they control large blocks […]
I’ve been looking at what is available to help manage a virtual environment, that favours open source. It is important to know the difference between a VM, VPS and Container. VM – Full VIrtual Machine, has it’s own kernel. VPS – VPSs always run on the same OS kernel as the host system Container – […]
I know a bit about networking – IP addresses, different layers, HTTP, DNS, ethernet cables, default gateway, routers, switches, TCP/UDP and DHCP. However, this is mainly from a home network perspective. Getting into bigger and more advanced networking – I don’t know my arse from my elbow. I do know quite a bit of stuff […]
Here is a great services for testing and capturing your webhook, to see the headers and body variables. https://requestcatcher.com/ http://requestbin.fullcontact.com/
The best way to learn ways of building your API wrapper / SDK is to build it yourself from scratch is to look at ones that already exist. Here is a list of python api wrappers you can checkout and view. Most if not all of them are already python packages. Here is a good […]