As requested, sharing this publicly here. I recen...
# general
b
As requested, sharing this publicly here. I recently ran thru this tutorial (https://signoz.io/blog/mevn-stack-tutorial) and wanted to thank the author as well as make a couple suggestions, but there was no comment section in the article. I love how it presented a full stack solution with very limited extras. Most tutorials get me so bogged down in adding other dependencies I cannot follow the logic and give up. Just about every tutorial I've used that's more than a page long seems to have the flaw that they forget to mention some file names. They'll say "paste this code..." or "create a file with this content..." and noobs like me have no idea where it should go or what it should be named. The best solution is to be absolutely perfect about naming every file every time, but perfection can be tricky. So the next best thing would be to include a link to the finished code on GitHub so I can see where everything is supposed to be. Related to that but more specific, this tutorial at one point asked me to run the command
vue create client
. It was not clear at the time where I was supposed to run this command from, and I guessed wrong. Took a while before I was able to figure out what was wrong. Thanks for the great tutorial!
a
cc: @Ashu