DEV Community

Discussion on: Software Engineering : React, Azure and Graphql

Collapse
 
maxivanov profile image
Max Ivanov

Looks like you go into greater detail on the front end side of things which makes it a nice full-stack tutorial 👍. Mine focuses on the backend, database and infrastructure-as-code deployment: dev.to/maxivanov/serverless-graphq...

Thread Thread
 
jwp profile image
John Peters

Yes you do a great job in showing how to update data etc. Maybe we should combine these two into one repository?

Thread Thread
 
maxivanov profile image
Max Ivanov

I think they actually serve different purposes and audiences. Yours is lightweight and is good for someone who is making first steps with Azure Functions and doesn't need an overload of complex scenarios covered. Mine is opinionated and employs very specific tool set (Terraform, Postgres, TypeORM and TypeGraphQL).
Happy to work on other integrations though!

Thread Thread
 
jwp profile image
John Peters

TerraForm is on my radar for learning this year. I'll look into TypeGraphQL too.

Thread Thread
 
maxivanov profile image
Max Ivanov

Nice. Let me know if you have questions about those. Cheers!