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 @divclassbutton can you please shortly outline the major problems of GraphQL and what would be your recommendation for a replacement?
@durchaus @kellan @divclassbutton I think whole books could be written on this subject, but my personal take is that it encourages sweeping issues of scale, performance, and even correctness under the rug. It facilitates splitting teams in a way that can leave important questions no one’s responsibility to answer. By the time teams realize their software has a problem, I imagine, it may already be too late.