Hi all,
this is more or less a continuation from a previous post.
I am struggling with a development setup. Whenever I try to learn a new technology I’m doing this using TDD and building a small app. Doing it that way gives me a better feeling on how the development workflow will look like and usually shows me some edge cases of the technology (which is usually more than the 101 blog post you find online). On top of that, I’m trying to set up a small CI/CD pipeline with that technology.
Now, for DGraph I’m wondering what the right approach might be. Especially if I want to test drive out the functionality but also want to switch to Slash Graphql later on. I could test with a docker container for example. What is your approach in this case? And how can you do the transition?
What is your way for a ‘clean’ project (I found this blog post, but here the auther tests against a concrete running Slash DGraph instance)?
Furthermore, I am a big fan of the JAM stack at the moment (Vercel, Netlify,…). How can you integrate Slash Graphql for such scenarios?
Thanks in advance & best regards,
LJ1090