PinnedSaeid Raei·Jan 7, 2023Race Condition in Laravel: Save yourself from going BankruptRace condition generally is the situation when one thing is being done twice or more at the same time when it’s supposed to be done…
PinnedSaeid Raei·Aug 12, 2022How to apply Hexagonal/Clean/Onion architecture with only two changes to your symfony projecta proposal on how to follow Hexagonal/Clean/Onion architecture in symfony with minimum changes possibleA response icon3A response icon3
PinnedSaeid Raei·Jul 30, 2022Repository pattern the SOLID way in symfonysymfony’s default way of repository pattern is not so solid after all , here is a simple solution to that.A response icon6A response icon6
Saeid Raei·Oct 25, 2022When to use and not to use Galera Cluster for scaling MySQLSoftware products often don’t alert you with their limitations upfront and most of the time you need to have the bigger picture while…
Saeid Raei·Sep 28, 2022Top 5 lessons I learned about MySQL the hard way so you don’t have toHere’s some of the lessons I had to learn in production environment so you don’t have to pay the price of making the same mistakes.A response icon1A response icon1
Saeid Raei·Aug 6, 2022Symfony Testing: using Repository pattern without connecting to databasea guide on how to test symfony without connecting to database using the repository patternA response icon5A response icon5
Saeid Raei·Nov 3, 2019How to update PHP docker container with docker-composelets say php has release a security patch and you want to apply that to your docker container. you can follow this instructions to update…