Creating backups of server data in Dropbox. preview

Creating backups of server data in Dropbox.

With a certain periodicity, it is necessary to backup databases and all contents of certain directories. It is necessary to save backups for a certain amount of time in order to save space. Dropbox was used to solve this task.
Uploading files in Symfony preview

Uploading files in Symfony

Uploading files in Symfony is conceptually no different from other PHP platforms, but still has its own peculiarities due to the presence of additional tools provided by the framework.
Iteration over a time period in PHP preview

Iteration over a time period in PHP

I have repeatedly had to work in php with a list of dates (by day, for example) if there is a start and end of the period ($dateStart, $dateEnd). For example, in order to synchronize working/weekend days with the backend for the DatePicker from jQueryUI.