logo
  • Home
Hamburger
  • Home

Content

Circuit Breakers in Laravel Jobs

Imagine you're sending OTPs after users create an account. A typical Laravel job might look something like this:
tries = 5
backoff = [30, 60, 90, 120]

If sending the SMS fails, Laravel

3 weeks ago 2 min read

SLI vs SLO vs SLA

I often mix up these terms SLI, SLO, and SLA, so here’s a simple way to understand them.

1️⃣ SLI – Service Level Indicator

What we measure: An SLI is

6 months ago 2 min read

Topics

Backend

3 posts

DevOps

2 posts

Laravel

6 posts

PHP

2 posts

RestApi

1 posts

SDLC

1 posts

Security

1 posts

SystemDesign

2 posts
© Emad Aldin 2026. All rights reserved.
  • Twitter
  • Linkedin
  • Github