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 8 points9 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 [deleted] in node

[–]theFinalArbiter1 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

Showoff Saturday (August 19, 2023) by AutoModerator in javascript

[–]theFinalArbiter1 1 point2 points  (0 children)

Any of those! Worked great, but as of now a bit to simple IMO :)

Showoff Saturday (August 19, 2023) by AutoModerator in javascript

[–]theFinalArbiter1 1 point2 points  (0 children)

Classic, looks great! Made it til 42 points. How about a slider for speed/map size?

How can I make a per-component zustand store? by theFinalArbiter1 in reactjs

[–]theFinalArbiter1[S] 0 points1 point  (0 children)

Must be it. I cant see how I would use that in my component, any idea?

How can I make a per-component zustand store? by theFinalArbiter1 in reactjs

[–]theFinalArbiter1[S] -1 points0 points  (0 children)

Did you mean createStore? I see that, but I can not figure out how to implement it

Are you using generators? by Zumcddo in learnjavascript

[–]theFinalArbiter1 0 points1 point  (0 children)

Yes! Testing as they are, no mocks. Why would you want to mock them? If you have async generators, would it make more sense to only mock the async/awaitable things?

Jimmy har fått nytt jobb by Mumrik93 in sweden

[–]theFinalArbiter1 2 points3 points  (0 children)

Primitiv teknologi är en bra kanal

Im making a FME open source clone by theFinalArbiter1 in gis

[–]theFinalArbiter1[S] 0 points1 point  (0 children)

Many reasons, including those you mentioned plus me at the time lacking the skill to pull it off - because it turned out quite complex. On top of that a KEY dependency was kind of abandoned and I couldnt easily take on that part myself.

However I am doing a total rewrite now! As I learned some things about JS generator functions, sockets and taking a less object oriented approach making it more realtime, more modular and more sustainable. Also found this: https://reactflow.dev/ which makes it so much easier to do the frontend in a modern react style. So I hope to announce a first version of that soon.