Where is the content talking about contemporary software development issues? Like "How to migrate away from GraphQL?", "Maintaining software that was written by a team twice this size", "HTML and CSS for React Engineers", etc?
@kellan Are people migrating away from GQL? We're still in the middle of a migration to it. :(
@divclassbutton it's a fundamentally terrible idea, and yes, it's falling from favor.
@kellan Oh its 100% a bad idea, but plenty of bad ideas manage to carry on for years.
@divclassbutton @kellan and why is it a fundamentally bad idea? We’ve had succes with it at <90ms even at P90. Prevents overfetching, and allows the front end to define new views without requisite backend changes.
@drewble @divclassbutton @kellan it’s not a fundamentally bad idea it’s just like everything else: not the solution to all problems
@Brodyberg @drewble @divclassbutton @kellan yeah it's an adequate solution to the problem it solves, which is not the problem I would expect something called GraphQL to solve.