Exploring Android's Proximity Sensor
One of the main benefits of developing applications for Android over iOS is the greater access afforded to some of the lower level API functions. Whilst developing the Dial 9...
Displaying posts 25 - 28 of 28 in total
One of the main benefits of developing applications for Android over iOS is the greater access afforded to some of the lower level API functions. Whilst developing the Dial 9...
In this post we will discuss how we configure MariaDB multi-source replication in order to achieve database redundancy.
In the time we've been assisting people with hosting their web applications, the most common reason we've seen for performance problems has been missing or incorrectly used database indexes, so...
When building a scalable web application, the first performance problem most people will encounter is with their database queries. As your database grows, it is very likely that things will...