logo
  • Home
Hamburger
  • Home

Content

🔐 Authentication ≠ Authorization

Just because a user is authenticated doesn't mean they should access everything in your API.

The Common Mistake that many developers make is doing this :

public function show(int $id)

1 week ago 1 min read

PHP Attributes: A Simple Guide

PHP Attributes, introduced in PHP 8.0, are a game-changer for writing cleaner, more expressive code. Let me break down what they are, why they matter, and how frameworks like Laravel use them.

1 week ago 2 min read

Facades in Laravel

TL;DR (Quick Summary)

Laravel Facades let you call non-static methods as if they were static. Behind the scenes, Facades act as a proxy to services stored

2 weeks ago 3 min read

Topics

Backend

1 posts

DevOps

1 posts

Laravel

3 posts

PHP

2 posts

RestApi

1 posts

SDLC

1 posts

Security

1 posts

SystemDesign

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