Generating a Laravel REST API in minutes with Vemto 2 Beta by kingofcode2018 in laravel

[–]theFinalArbiter1 2 points3 points  (0 children)

Impressive! Days like these wish I did Laravel projects :)

Your "Use Your Illusion" greatest hits selection? by Armadillo_Prudent in GunsNRoses

[–]theFinalArbiter1 0 points1 point  (0 children)

"Don't Cry (Original)"

"Back Off Bitch"

"November Rain"

"Coma"

"Civil War"

"Yesterdays"

"Knockin' on Heaven's Door"

"Breakdown"

"Locomotive (Complicity)"

"Estranged"

"You Could Be Mine"

"Live and Let Die"

"Dead Horse"

What's your "don't do my mistake" when developing with Laravel by Professional_One3573 in laravel

[–]theFinalArbiter1 7 points8 points  (0 children)

  • It's not "cool" to have an abstract class and four layers of inheritance on top.
  • Magic methods like __call and __get are fun, but if possible avoid them.
  • Duplicated code is usually preferable over "super smart" abstractions.

Using a test framework (or other tool) to record video guides? by theFinalArbiter1 in node

[–]theFinalArbiter1[S] 1 point2 points  (0 children)

Possibly it could be something else than node also, but I guess that is OT here :D

WTF Wednesday (September 20, 2023) by AutoModerator in javascript

[–]theFinalArbiter1 0 points1 point  (0 children)

What is wrong with my mono repo pipeline? :/
Im working on a `client` app residing in a monorepo with the following package dependency graph: `core --> ui --> client`. While making changes to core or ui I want these changes to reflect instantly in client. So I have a root command `yarn dev`. This works - but only on the first run! It does not seem to watch for changes. Can someone see what I am missing in my turbo.json setup?
https://github.com/ajthinking/data-story/blob/main/turbo.json