www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - a tutorial on Vibe.d

reply Rey Valeza <karitoy gmail.com> writes:
I created a tutorial on Vibe.d in PDF form for download earlier 
this year. I don't recommend reading it online; downloading the 
file would be better. Would appreciate if you give me your 
feedback.

Here it is:
https://github.com/reyvaleza/vibed/blob/main/BuildWebAppsinVibe.pdf

Thanks!
Oct 26 2021
next sibling parent reply Greatsam4sure <greatsam4sure yahoo.com> writes:
On Wednesday, 27 October 2021 at 03:05:13 UTC, Rey Valeza wrote:
 I created a tutorial on Vibe.d in PDF form for download earlier 
 this year. I don't recommend reading it online; downloading the 
 file would be better. Would appreciate if you give me your 
 feedback.

 Here it is:
 https://github.com/reyvaleza/vibed/blob/main/BuildWebAppsinVibe.pdf

 Thanks!
I really appreciate this work. The tutorial is really well written. This is the first detail tutorial on vibe.d I have ever come across,you did a very good job. Thanks a lot
Oct 29 2021
parent Rey Valeza <karitoy gmail.com> writes:
On Friday, 29 October 2021 at 10:16:57 UTC, Greatsam4sure wrote:
 On Wednesday, 27 October 2021 at 03:05:13 UTC, Rey Valeza wrote:
 I created a tutorial on Vibe.d in PDF form for download 
 earlier this year. I don't recommend reading it online; 
 downloading the file would be better. Would appreciate if you 
 give me your feedback.

 Here it is:
 https://github.com/reyvaleza/vibed/blob/main/BuildWebAppsinVibe.pdf

 Thanks!
I really appreciate this work. The tutorial is really well written. This is the first detail tutorial on vibe.d I have ever come across,you did a very good job. Thanks a lot
Thanks for the appreciation!
Nov 03 2021
prev sibling parent reply WhatMeWorry <kheaser gmail.com> writes:
On Wednesday, 27 October 2021 at 03:05:13 UTC, Rey Valeza wrote:
 I created a tutorial on Vibe.d in PDF form for download earlier 
 this year.
Great stuff. I love how each step is detailed with the walk through. Liked how you showed the use of dub as well.
Nov 03 2021
parent reply Rey Valeza <karitoy gmail.com> writes:
On Thursday, 4 November 2021 at 04:04:26 UTC, WhatMeWorry wrote:
 On Wednesday, 27 October 2021 at 03:05:13 UTC, Rey Valeza wrote:
 I created a tutorial on Vibe.d in PDF form for download 
 earlier this year.
Great stuff. I love how each step is detailed with the walk through. Liked how you showed the use of dub as well.
Thanks for the appreciation!
Nov 09 2021
parent reply Vinod K Chandran <kcvinu82 gmail.com> writes:
On Wednesday, 10 November 2021 at 04:14:57 UTC, Rey Valeza wrote:

// I am happy to note that an expert-level knowledge of D is not 
required to develop apps in
Vibe.d//
Well, this inspired me. Now, I want to read this book and 
practice some web programming. Actually, I am a fan of desktop 
apps.
Nov 13 2021
parent reply Rey Valeza <karitoy gmail.com> writes:
On Saturday, 13 November 2021 at 17:47:09 UTC, Vinod K Chandran 
wrote:
 On Wednesday, 10 November 2021 at 04:14:57 UTC, Rey Valeza 
 wrote:

 // I am happy to note that an expert-level knowledge of D is 
 not required to develop apps in
 Vibe.d//
 Well, this inspired me. Now, I want to read this book and 
 practice some web programming. Actually, I am a fan of desktop 
 apps.
Great!
Nov 14 2021
parent reply Vinod K Chandran <kcvinu82 gmail.com> writes:
On Sunday, 14 November 2021 at 16:24:26 UTC, Rey Valeza wrote:
 On Saturday, 13 November 2021 at 17:47:09 UTC, Vinod K Chandran 
 wrote:
 On Wednesday, 10 November 2021 at 04:14:57 UTC, Rey Valeza 
 wrote:

 // I am happy to note that an expert-level knowledge of D is 
 not required to develop apps in
 Vibe.d//
 Well, this inspired me. Now, I want to read this book and 
 practice some web programming. Actually, I am a fan of desktop 
 apps.
Great!
The only thing I am not using is "DUB". I think it's mandatory to proceed with your book.
Nov 14 2021
parent reply Rey Valeza <karitoy gmail.com> writes:
On Sunday, 14 November 2021 at 17:53:50 UTC, Vinod K Chandran 
wrote:
 On Sunday, 14 November 2021 at 16:24:26 UTC, Rey Valeza wrote:
 On Saturday, 13 November 2021 at 17:47:09 UTC, Vinod K 
 Chandran wrote:
 On Wednesday, 10 November 2021 at 04:14:57 UTC, Rey Valeza 
 wrote:

 // I am happy to note that an expert-level knowledge of D is 
 not required to develop apps in
 Vibe.d//
 Well, this inspired me. Now, I want to read this book and 
 practice some web programming. Actually, I am a fan of 
 desktop apps.
Great!
The only thing I am not using is "DUB". I think it's mandatory to proceed with your book.
Yes, the book uses dub all throughout, unfortunately.
Nov 28 2021
parent Vinod K Chandran <kcvinu82 gmail.com> writes:
On Sunday, 28 November 2021 at 14:13:06 UTC, Rey Valeza wrote:

 Yes, the book uses dub all throughout, unfortunately.
No probs. I will try to work with dub.
Nov 29 2021