Posts
All the articles I've posted.
-
Run PHPUnit tests, multiple times with different data sets
Published: at 10:11 AMSo most of you might know this, Specially you old-school PHP developers 🙂 but it’s not gonna fill the internet’s capacity so let me be happy by writing this post.
-
Run Laravel tests on GitHub Actions
Published: at 10:22 AMImagine yourself in a big team coding on a single project. In our scenario the project is Laravel. There would be tens of Pull Requests waiting to merge but you need to make sure that nothing wrong after the merge. Obviously, you’ll have tests in your project but it would be very tricky to go through the all PRs and run the tests on your local.
-
Mysql auto backup to Dropbox
Published: at 10:22 AMIn this article, I’m gonna show you how you can easily configure an auto backup Mysql database to a Dropbox account using Mysqldump and Cron jobs on an Ubuntu server.
-
How to monitor Laravel application servers
Published: at 04:22 PMLaravel Monitoring is a package by myself so you can monitor your Laravel application’s server resources like CPU, Disk, and Memory
-
Laravel Custom Helpers, Facades, and Testing Fakes
Published: at 12:10 PMLet’s consider that we want to create a custom helper named SSH. This helper is going to connect to a remote server via ssh and execute some commands.
-
Free IP API
Published: at 03:22 PMAfter searching on the Internet for websites that provide a service for getting more information about IP addresses, Like what country they belong to, I decided to create a free one!