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

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.

Calling an API in Flutter With the http Package

Flutter's official http package covers most API needs directly — the part worth getting right is handling the async/await flow and checking the status code before trusting the response body.

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.