Skip to content

Archives

All the articles I've archived.

2024 2
April 2
  • Laravel and HTMX Error Handling

    Published:  at  08:13 PM

    It's been a while now I am using HTMX more often especially after I migrated VitoDeploy to HTMX!

  • Changing my Music taste

    Published:  at  07:12 PM

    Until two years ago I was listening to any kind of music very normally :) until I got introduced to Post-Rock! After that, I wasn't that normal person with a normal music taste anymore 😅. This post is about how this happened.

2023 7
September 1
  • Why use Laravel Breeze to set up your authentication?

    Published:  at  10:22 AM

    Unlike other Auth libraries, Breeze is a starter kit. This means after installing it and setting it up you don’t need the library in your composer.json file and you can safely delete it.

August 5
June 1
  • Configure Logstash, Elasticsearch, and Kibana with Docker

    Published:  at  05:56 PM

    Logging is a meaningful way to monitor your application’s behavior. When it comes to production and having multiple servers running one application in different instances, You might want to have a unified logging system to check them all in one place.

2022 7
August 1
June 1
April 1
  • Run Laravel tests on GitHub Actions

    Published:  at  10:22 AM

    Imagine 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.

March 1
  • Mysql auto backup to Dropbox

    Published:  at  10:22 AM

    In 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.

February 3
  • How to monitor Laravel application servers

    Published:  at  04:22 PM

    Laravel 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 PM

    Let’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 PM

    After 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!