AJAX, asynchronous javascript requests and RESTful APIs together can create an interactive web experience in a manner that reduces resource usage in both CPU and network without having to reload the whole page, but despite the colourful sounding technology, is this better than the plain old method? In this article i’ll be discussing the usage…
Category: Tech

When your mesh WiFi isn’t mesh
Do you long for mesh wifi or already have them? Well look further as most mesh wifi products out there are rebadged wifi extenders. Recently where I work upgraded their ISP and got 2 different types of mesh WiFi APs in pairs. The problem of mesh WiFi has been something I mentioned long ago on…

How to verify manufacturer battery capacity claims
Whenever you want to buy a powerbank for your phone, or battery, how do you know the capacity is falsified? After all dealing with fake products and returns can be a pain and at times costly as marketplaces only follow laws if exist. For example in eBay UK, I had to pay to return a…

Creating the fastest hosting service for wordpress
So you want to host or offer hosting focused around WordPress based websites? Although WordPress is a php based cms that uses SQL and generates frontend code, WordPress by itself is superfast, lightweight and secure. However most WordPress websites use custom themes and plugins which themselves add their own features with some popular plugins containing…

When to use tar+gz , zip or 7z
Tar, zip, gunzip and 7zip are compression and packing techniques have long been available for many many years across different platforms with some shipping by default in some OSes while others may be included in some OSes only. Linux tends to ship with tar, gzip and zip while windows now ships with zip only. These…