Report
Stand-Up #95 - May 12th, 2020
Finished up with the script tag injection graphql queries/mutations and functionality.
Yesterday's progress:
Today's progress:
Tomorrow's progress:
Screenshot attached for proof of progress, as per usual.
I've always wanted to learn graphql. Should I take the time to learn it?
It's a pain in the ass. Unfortunately, it's the future. It makes sense from a usability and documentation perspective. With GraphQL, the app has a single endpoint and it's generally self-documenting (there's programs that can make the whole documentation for you). Unlike REST APIs with potentially unlimited endpoints, which can turn into a tangled mess fast. Yes, you should take the time to learn it, even if (like me) you don't like it.
Ok, sounds cool! I'll check it out!