There is an old saying that what looks like a duck and quacks like a duck is probably a duck. But what looks like MongoDB and acts like MongoDB could be Ferret...
April 12, 2023 #FerretDB #MongoDB #Databases #Opensource
Recently, Iβve noticed several posts on the Percona Community blog about test data generation. This is a great trend, as such data enables us to test applicatio...
March 30, 2023 #SQL
ProxySQL is a great load balancer which however suffers from some shortcomings concerning the management of MySQL users. ProxySQL provides a firewall which, in ...
March 30, 2023 #Databases #MySQL #ProxySQL #LoadBalancer
Letβs discuss the structure of our simple PHP application, folders, files, and functions and transform the project to grow it....
March 28, 2023 #Databases #Dev #PHP #Docker
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, 2023 #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, 2023 #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, 2023 #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, 2020 #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, 2018 #MariaDB #MySQL #dbForge #Entry Level