Articles Tagged
The Best (GraphQL) API is One You Write
Listen, I am no GraphQL expert but I do enjoy working with it. The way it exposes data to me as a front-end developer is pretty cool. It’s like a menu of available data and I can ask for whatever …
Multiplayer Tic Tac Toe with GraphQL
GraphQL is a query language for APIs that is very empowering for front-end developers. As the GraphQL site explains it, you describe your data, ask for what you want, and get predictable results.
If you haven’t worked with it …
#173: Ooooops I guess we’re full-stack developers now.
And by “we’re”, I mean us, front-end developers ;)
Here’s the website that goes with this talk.
This is a talk I put together where I postulate that, over time, the breadth of what front-end developers are able to do …
Using GraphQL Playground with Gatsby
I’m assuming most of you have already heard about Gatsby, and at least loosely know that it’s basically a static site generator for React sites. It generally runs like this:
- Data Sources → Pull data from anywhere.
- Build →
Weekly Platform News: Mozilla WebThings, Internet Explorer mode, GraphQL
Getting into GraphQL with AWS AppSync
GraphQL is becoming increasingly popular. The problem is that if you are a front-end developer, you are only half of the way there. GraphQL is not just a client technology. The server also has to be implemented according to the …
GraphQL is Everywhere!
I find GraphQL extremely fun and empowering tech to work with, even as a novice just getting started. You’ve probably heard the elevator pitch before: it allows you to ask for exactly the data you need whenever you need it …
A Front End Developer’s Guide to GraphQL
No matter how large or small your application is, you’ll have to deal with fetching data from a remote server at some point. On the front end, this usually involves hitting a REST endpoint, transforming the response, caching it, and …