Blog
Thoughts on PHP, Laravel, AI, and software engineering.
MySQL
Backup and restore MySQL databases in an efficient way
Learn how to backup and restore your MySQL databases in an efficient way
MySQL
Access MySQL Without Password
Learn how to access MySQL Server without password
Laravel
Pessimistic Locking in Laravel
What is the pessimistic locking?
PHP
Test doubles in PHP - Dummies and Stubs
Learn the differences between dummies and stubs
PHP
Introduction to test doubles in PHP
An introduction to test doubles in PHP
Linux
Secure your servers using iptables
Lean how to use iptables to secure your servers
Linux
Accept more HTTP requests by increasing the incoming connections
Learn how to accept more HTTP requests by increasing the incoming connections on your server
Laravel
Make RefreshDatabase trait much faster
Learn how to make the RefreshDatabase trait much faster using the checksum
Laravel
Observe pivot tables in Laravel
Learn how to observe pivot tables in Laravel
Laravel
bind vs extend in Laravel Service Container
Do you know the differences between bind and extend?
Laravel
Laravel Tagging Explained
What is tagging? And is it used in real world?
Laravel
PHP 8 Attributes in Laravel Event Subscribers
Learn How to Use PHP 8 Attributes in Event Subscribers