Author - Sajid Chowdhury
PHP sorcerer turning bugs into punchlines, fuelled by coffee and coding magic. 💻✨
Remember in try and catch method we use a little $e even if we do not want to print the error try { // do something }catch (Exception $e) { return false ; }...
Last week was a busy one for robotics. We had RoboBusiness in the Bay, ROSCon in New Orleans and Amazon’s Delivering the Future event in Seattle. I ended up...
In PHP, a trait is a mechanism for code reuse in single inheritance languages. You can use traits to group functionality in a fine-grained and consistent way...
Look at this switch statement . its boring right? <?php $day = "Wednesday"; switch ($day) { case "Monday": echo "Start of the week, grab some coffee!";...
The Crucial Role of Logs in Web Security