PLPradip Limbuinpradiplimbu.hashnode.dev·Jan 7, 2024 · 2 min readUsing Redis for implementing Mutex to prevent high load in the databaseLet's consider a simple web application. A role-based ticket management system. Each user page has a widget that shows his work progress. The work progress value is changed based on the ticket status the user worked on. Without any cache system imple...00
PLPradip Limbuinpradiplimbu.hashnode.dev·Nov 13, 2022 · 4 min readCreate and publish your first composer packageBackground There was a time when you wanted to install a PHP library on your project. You had to manually download the zip file, extract it and copy the relevant files to your project. You had to manage any updates that occurred, which was inconvenie...00