Blog Posts

Mastering Subqueries in Laravel Eloquent & Query Builder

  • Ismail Jamil Jauhari
  • 14 Jun 2025

Laravel provides a powerful query builder and Eloquent ORM that allow developers to build complex SQL queries in a clean and expressive way. One of the lesser-known yet highly powerful features is su

How to Set Up Laravel Queue Worker on Ubuntu with Supervisor (With Study Case & Implementation)

  • Ismail Jamil Jauhari
  • 10 May 2025

Laravel provides a powerful queue system that allows you to run time-consuming tasks like sending emails, resizing images, or processing payments in the background. But in a production environment, w

Setting Up Grafana and Prometheus for Monitoring

  • Ismail Jamil Jauhari
  • 10 Mar 2025

Monitoring system performance and application health is crucial for maintaining reliability and efficiency. This article walks through setting up Grafana, Prometheus, and Node Exporter using Docker.

Comparing if-else, switch-case, and Object Lookup in JavaScript

  • Ismail Jamil Jauhari
  • 27 Feb 2025

When writing conditional logic in JavaScript, developers have multiple choices, including `if-else`, `switch-case`, and `object lookup`. Each method has its advantages and disadvantages depending on