LVI never knew using chats were this easy😁 Great Tutorial👍Comment·Article·Jan 21, 2023·3 ways to turn project data into stunning visuals using Chart.js
LVGreat article, but my question is, when exactly is GraphQL a better option to REST? In what kind of applications are they mostly needed? Social media apps or Blogs?Comment·Article·Nov 26, 2022·GraphQL vs REST: putting it to rest
LVYeah, you're right, In some of the APIs I have built (mostly for personal use), I do include a fields query param, which is a string of column names delimited by a comma, which I validate against my an array of database column names, this way I can return specific data.Reply·Article·Nov 26, 2022·GraphQL vs REST: putting it to rest
LVGreat article.Comment·Article·Feb 19, 2022·A Brief History of the Web - The Transition from Web 1.0 to 2.0 and Web 3.0
LVthanks dhanar🙌Reply·Article·Sep 26, 2021·How to transform object properties into an array in Javascript.