Ready to make the jump to a GraphQL API? If you already have a MySQL database you have an excellent starting point for creating a scalable API.
ReadIn this tutorial I will show how easy authentication can be if you harness the power of GraphQL and Express. Combined you have best of both worlds: querying data like a champ and using traditional API calls for mundane stuff like user creation and authentication.
ReadReact and its components structure is a excellent starting point for A/B testing your apps. In this article I will explain how you A/B test React components (even when using Gatsby) and how to collect the experiment data with a third party tool called Mixpanel
ReadSometimes you just need to get a server and deployment flow up and running. My go to solution is a small server running docker, docker-compose and a small load-balancer.
Read