We learn how to work with HTTP requests in PHP and make API requests using the GitHub API as an example. Weβll get the data from the API and save it to the data...
March 20 #MongoDB #Databases #PHP #Docker
Iβm developing an application that takes data from different sources, processes it, and prepares reports. In this series of articles, I will explain how to inst...
March 17 #MongoDB #Databases #Percona #PHP
As any developer, I donβt like to write documentation. But if I am writing it, I would like to test that what I wrote works. I often found myself copy-pasting s...
February 28 #Documentation #Testing #Pandoc
Creating the database for an application is simple and easy. However, database script management gets complicated in a hurry when you need to support multiple v...
October 1 #ronak.rahman #MySQL #PostgreSQL #Tools
There are a number of options for generating ID values for your tables. In this post, Alexey Mikotkin of Devart explores your choices for generating identifiers...
October 12 #MariaDB #MySQL #dbForge #Entry Level
In the context of providing managed WordPress hosting services, at Presslabs we operate with lots of small to medium-sized databases, in a DB-per-service model,...
October 11 #Advanced Level #auto-scaling #automated deployment #Containers
...
October 3 #Elasticsearch #Events #MariaDB #MongoDB
MySQL has locking capabilities, for example table and row level locking, and such locks are needed to control data integrity in multi-user concurrency. Deadlock...
September 24 #Dev #Deadlock #Entry Level #MySQL
The goal of this tutorial is to show you how to use multi-master to aggregate databases with the same name, but different data from different masters, on the sa...
September 10 #MariaDB #MySQL #Open Source Database #Replication