Posts with tag: symfony

3 posts

The Evolution of PHP Frameworks: Laravel vs. Symfony

As someone who has dedicated over 16 years to backend software engineering, PHP has been an integral part of my journey. Two of its shining stars in the realm of frameworks are Laravel and Symfony. Both have their own strengths, character, and flair. Let’s dive into a deeper comparison of these two titans.

Continue reading
Part 2: Setup a SPA reactjs frontend with hot reloading for development

Previously, in part 1 we went through building a very effective development environment using docker and achieved:

Continue reading
Part 1: Setup a dockerized Symfony backend app with ReactJs for frontend with hotloading enabled

As part of my work, I need to build backend services and attach it to frontend, and for this I use docker containers docker-compose to make life easier during development.

Continue reading