On Friday, 20 January 2023 at 18:58:16 UTC, seany wrote:
Hi I am googling to find some vibe.d and mongoDB tutorial. Are their some available? Thank you
There is a nice book, titled D Web Development, that despite being 6 years old, is still mostly applicable to using vibe.d. The only archaic thing in the book is the use of the ```shared static this``` module constructor, which no longer works, and should be replaced by the main() function.