In this section you'll find links submitted by others.

Did you write or stumbled across a blog post, tutorial or video that might be interesting for others?

To be able to submit a link you need to log in first.

Log in

Laser Stack: a multi project docker based local dev stack

github.com - submitted by Sergio Bruder

Laser Stack is local Laravel development stack powered by docker like Laravel Sail and multi-project like Valet. Aims to be small and fast. It's opinionated: it does not support everything under the sun but you can customize the container to suit your needs. It supports macOS, WSL2 (Windows) and Linux and it needs docker. Laser has a shell script around docker-compose as an interface to it, it exposes all docker-compose commands and extends it with it's own subcommands and recognizes which project you want to use by the current directory when you call `laser artisan` for example. More on https://github.com/sdbruder/laserstack

Read more [github.com]

Rendering the WordPress philosophy in GraphQL

css-tricks.com - submitted by Leonardo Losoviz

WordPress holds a philosophy where user needs are prioritized over developer convenience. A GraphQL server can have its own opinionatedness, prioritizing some behavior over another. Can the WordPress philosophy be carried out in GraphQL? If so, how? This article explains how the GraphQL API for WordPress plugin establishes a bridge between the two paradigms.

Read more [css-tricks.com]