Reader Stacks

Developer tutorials & guides

Reader Stacks

Tutorials and guides on PHP, Laravel, Angular, Flutter, DevOps, and application security.

What we cover

PHP & Laravel

Framework internals, packages, and patterns for building maintainable backends.

Frontend

Angular, Flutter, and the day-to-day of shipping interfaces that hold up.

DevOps

Deployment, tooling, and the operational side of running real applications.

Security

Vulnerability roundups and practical fixes for the issues that actually get exploited.

Latest tutorials

Installing a Full LAMP Stack on Ubuntu

LAMP is just Linux, Apache, MySQL, and PHP installed and wired together — each piece is a small, separate install, and the only genuinely fiddly part is confirming Apache is actually executing PHP rather than serving it as plain text.

What Is Laravel Middleware?

Middleware runs between a request arriving and a controller handling it — the mechanism behind auth checks, CORS headers, and rate limiting, all inspecting or modifying the request/response without the controller knowing.

Storing Arrays and JSON in Laravel Eloquent (Casts)

A cast is what turns a raw JSON text column into a working PHP array automatically on every read and write — without one, Eloquent hands back and expects a plain JSON string instead.

Browse all tutorials →

The library is growing

Reader Stacks changed ownership and is being rebuilt on new infrastructure. The Laravel, Angular, and Flutter library below is real and growing — hosting and developer-tools coverage is next.