"From zero to GraphQL"
A guide to building a GraphQL API server using Fastify and Mercurius. This workshop will guide participants in building a high-performance, scalable, and customizable graphQL server. This covers the backend stack and uses all open-source, community-driven technologies. Starting with the basics and ramping up to advanced GraphQL techniques including error handling, federation, and fragments. After completing the workshop, participants will have an understanding of the required concepts and skills that are required to build a production-grade GraphQL server.
"Full-stack JS today: fastify, graphql, and react"
First there was LAMP, then there was MEAN and JAM. But now it’s 2022 and times have changed… What does the modern full stack look like? It’s built entirely from free and open source technologies, it’s scalable beyond imagination, it can run on-premise or in the cloud, it should get out of the way and not lead to vendor lock-in, and most importantly it should “just work.” There are so many tools to choose from. Choosing the right stack from day one can be the difference between project success and a smoldering pile of software ashes. Using fastify, mercurius, urql, and react we can build high-performance full-stack applications using all javascript technologies.