Blog
Thoughts on PHP, Laravel, AI, and software engineering.
MySQL
Updated
Access MySQL Without Password
Learn how to access MySQL Server without password
Laravel
Updated
Pessimistic Locking in Laravel
What is the pessimistic locking?
PHP
Updated
Test doubles in PHP - Dummies and Stubs
Learn the differences between dummies and stubs
PHP
Updated
Introduction to test doubles in PHP
An introduction to test doubles in PHP
Linux
Updated
Secure your servers using iptables
Lean how to use iptables to secure your servers
Linux
Updated
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
Updated
Make RefreshDatabase trait much faster
Learn how to make the RefreshDatabase trait much faster using the checksum
Laravel
Updated
Observe pivot tables in Laravel
Learn how to observe pivot tables in Laravel
Laravel
Updated
bind vs extend in Laravel Service Container
Do you know the differences between bind and extend?
Laravel
Updated
Laravel Tagging Explained
What is tagging? And is it used in real world?
Laravel
Updated
PHP 8 Attributes in Laravel Event Subscribers
Learn How to Use PHP 8 Attributes in Event Subscribers
JavaScript
Updated
Anonymous functions VS arrow functions in JavaScript
Learn the differences between anonymous functions and arrow functions