Today I’ll show you a procedure to transcode video into the format and size you need. This post...
Why is this useful? Today our post is dedicated to using Symfony2 and AngularJS in one project. Usi...
Private chat Today we will create a very simple private chat using socket.io. “Private chat” means that users can join only if they have permission. On the server of the Symfony app the user's rights will be checked. Also, the chat will save the correspondence history in a database. What it shou...
Hi! Today I will give you 3 simple pieces of advice for database optimization in Symfony2. Tip 1. To reduce the number of requests to the database, you can send a read request on read replica. We need to create one or more database replications. In the AWS- service RDS it's very easy to do. In the ...
Hi! I will tell you how you can easily and quickly build an infrastructure for a Symfony2-app, which can be automatically scaled in relation to the load. To run a Symfony2-project on the AWS platform you need to go through several stages. First of all you need to choose the global region where thi...