📜 ⬆️ ⬇️

Report with Symfony Moscow Meetup June 2

image

In early June, the eighth meeting of the Symfony Moscow Meetup community, PHP / Symfony2 developers, took place at the Mail.Ru Group office. It discussed the development of web applications and related technologies, the participants exchanged experiences and the latest technical news. And, of course, there was a lot of communication in an informal setting. At the meeting 4 reports were presented. We offer to get acquainted with the records and presentations of speeches.

Alexander Lisachenko, Alpari

"Addressing end-to-end functionality in applications"
')
Each of us likes to write clean object-oriented code, but there is always end-to-end functionality that cannot be solved using object code, such as logging, caching, authorization, and more. Are there ways to address these issues with end-to-end functionality? Are you tired of constantly repeating the same lines of code in all class methods? From the report you will learn effective ways to deal with such code.


Video of the speech: it.mail.ru/video/715

Alexey Medvedev, Alpari

"Enterprise-infrastructure of management of PHP-packages within the company"

The report described how the local package management system based on Composer, Packagist and Git-frontend Gitweb was deployed in Alpari; and how they work with private packages and why dependencies are never downloaded directly from GitHub when building applications.

In addition, there will be a few words about what is under the hood of Packagist, when, how and why to deploy it in your company, what alternative Composer package repositories are and when it is convenient to use them.


Video of the speech: it.mail.ru/video/716

Maxim AloneCoder Popov, Mail.Ru Group

“Asynchronous requests in MySQL or when PDO becomes low”

The report examined why we need and what are the advantages of asynchronous samples from MySQL, as well as how we use MySQLi and PDO together.


Video of the speech: it.mail.ru/video/717

Ruslan Khanov

“Container Services - What? Where? When?"

The report examined typical examples and anti-patterns of what is usually placed in containers, why it is done and how.


Video of the speech: it.mail.ru/video/718

Source: https://habr.com/ru/post/303868/


All Articles