Re: newer version of Vibe.d tutorial

2023-04-23 Thread Rey Valeza via Digitalmars-d-announce

On Saturday, 22 April 2023 at 20:27:45 UTC, Rey Valeza wrote:

On Saturday, 22 April 2023 at 01:26:18 UTC, zjh wrote:

On Saturday, 22 April 2023 at 01:23:35 UTC, zjh wrote:

You should create an '`change log`',


Also, please don't paste the content repeatedly, it's too much.


You are the first who commented on that! Thanks!


I followed your advice. Can you critique the site again? Thanks!


Re: newer version of Vibe.d tutorial

2023-04-23 Thread Rey Valeza via Digitalmars-d-announce

On Friday, 21 April 2023 at 18:43:18 UTC, ryuukk_ wrote:

Another suggestion:

https://i.imgur.com/x7nkKXl.png

This is unreadable, please put that on a code block too to make 
it easier on the eyes


Thanks to your comments, the site is a lot more readable now!


Re: newer version of Vibe.d tutorial

2023-04-23 Thread Rey Valeza via Digitalmars-d-announce

On Friday, 21 April 2023 at 18:43:18 UTC, ryuukk_ wrote:

Another suggestion:

https://i.imgur.com/x7nkKXl.png

This is unreadable, please put that on a code block too to make 
it easier on the eyes


Thanks to your comments, the site is a lot more readable now!


Re: newer version of Vibe.d tutorial

2023-04-22 Thread Rey Valeza via Digitalmars-d-announce

On Saturday, 22 April 2023 at 01:26:18 UTC, zjh wrote:

On Saturday, 22 April 2023 at 01:23:35 UTC, zjh wrote:

You should create an '`change log`',


Also, please don't paste the content repeatedly, it's too much.


You are the first who commented on that! Thanks!


Re: newer version of Vibe.d tutorial

2023-04-22 Thread Rey Valeza via Digitalmars-d-announce

On Friday, 21 April 2023 at 18:43:18 UTC, ryuukk_ wrote:

Another suggestion:

https://i.imgur.com/x7nkKXl.png

This is unreadable, please put that on a code block too to make 
it easier on the eyes


Thanks! I'll try that.


newer version of Vibe.d tutorial

2023-04-21 Thread Rey Valeza via Digitalmars-d-announce
Hi, I just completed the newer version of the tutorial on Vibe.d. 
It is viewable here:


https://reyvaleza.gitbook.io/vibe.d-tutorial

and the PDF version is downloadable here:

https://github.com/reyvaleza/vibed/blob/main/BuildTimekeepWithVibe.pdf

Thanks!


Re: mysql-native v3.2.0 - the safe update

2023-02-14 Thread Rey Valeza via Digitalmars-d-announce
On Saturday, 23 April 2022 at 05:12:30 UTC, Steven Schveighoffer 
wrote:
It's happened. I opened the PR over 2 years ago, and just got 
around to bringing it up to date in the last few days.


This is a huge huge update. I've never done anything like this 
before, but I think it works as a drop-in replacement, while 
allowing you to migrate any piece you wish from unsafe code to 
safe code. Please let me know if there are *any* problems you 
find with this.


See the [safe migration 
doc](https://github.com/mysql-d/mysql-native/blob/master/SAFE_MIGRATION.md) for more details.


Note this does *not* build with dip1000, because the two 
underlying libraries (Phobos sockets and vibe.d) do not build 
as safe with dip1000.


-Steve


Hi Steve, I just want you to know that I updated the Vibe.d 
tutorial I wrote last year to emphasize database operations using 
mysql-native and is now viewable here:


https://reyvaleza.gitbook.io/vibe.d-tutorial/

Thanks!


Re: second edition of Build Web Apps in Vibe.d by learning from a learner

2023-02-12 Thread Rey Valeza via Digitalmars-d-announce

On Tuesday, 24 January 2023 at 14:14:23 UTC, ryuukk_ wrote:

On Monday, 23 January 2023 at 01:48:11 UTC, Rey Valeza wrote:

Hi,

I just uploaded a second edition of the tutorial I uploaded on 
Github last year. Here is the link:

https://github.com/reyvaleza/vibed/blob/main/Build%20Web%20Apps%20in%20Vibed%20second%20edition.pdf

Thanks!


PDF is not a good choice for that kind of tutorial, there is no 
navigation, so once has to scroll to get to the vided stuff


No proper support for code blocks, it's messy with cli output 
being truncated into multiple page


That's messy

Here an example of a proper format:

https://astaxie.gitbooks.io/build-web-application-with-golang/content/en/07.4.html

It's open source: 
https://github.com/astaxie/build-web-application-with-golang/


Hi ryuukk_, I just uploaded the web version of the tutorial here:

https://reyvaleza.gitbook.io/vibe.d-tutorial/

Thanks!


Re: second edition of Build Web Apps in Vibe.d by learning from a learner

2023-02-12 Thread Rey Valeza via Digitalmars-d-announce

On Monday, 23 January 2023 at 01:48:11 UTC, Rey Valeza wrote:

Hi,

I just uploaded a second edition of the tutorial I uploaded on 
Github last year. Here is the link:

https://github.com/reyvaleza/vibed/blob/main/Build%20Web%20Apps%20in%20Vibed%20second%20edition.pdf

Thanks!


The web version is viewable here:

https://reyvaleza.gitbook.io/vibe.d-tutorial/




Re: second edition of Build Web Apps in Vibe.d by learning from a learner

2023-02-12 Thread Rey Valeza via Digitalmars-d-announce
On Tuesday, 24 January 2023 at 14:58:22 UTC, Richard (Rikki) 
Andrew Cattermole wrote:

On 25/01/2023 3:14 AM, ryuukk_ wrote:
PDF is not a good choice for that kind of tutorial, there is 
no navigation, so once has to scroll to get to the vided stuff


It would be ok, but there is no Table of Contents which removes 
that possibility.


Just FYI, I just uploaded a rough .html version so one can easily 
copy the source code without page breaks. It is a .zip file for 
download here:


https://github.com/reyvaleza/vibed/blob/main/BuildWebAppsWithVibedSecondEdition.zip

Thanks!


Re: second edition of Build Web Apps in Vibe.d by learning from a learner

2023-02-12 Thread Rey Valeza via Digitalmars-d-announce

On Tuesday, 31 January 2023 at 07:11:06 UTC, Lars Johansson wrote:

On Monday, 23 January 2023 at 01:48:11 UTC, Rey Valeza wrote:


Please tell me if you ran into any problems. I am sure there 
are still errors I missed. Thanks!


Hi sorry for the late reply. I'm busy at the moment. My 
attention to details is at best sloppy, it's more than likely I 
did something wrong. I hope to restart with your 2nd edition 
soon.

This time I will keep you posted on my success.


Hi Lars, I just uploaded an .html version so you can easily copy 
the source code without page breaks. It is a .zip file for 
download here:


https://github.com/reyvaleza/vibed/blob/main/BuildWebAppsWithVibedSecondEdition.zip

Hope this helps. Thanks!


Re: second edition of Build Web Apps in Vibe.d by learning from a learner

2023-02-12 Thread Rey Valeza via Digitalmars-d-announce

On Monday, 23 January 2023 at 01:48:11 UTC, Rey Valeza wrote:

Hi,

I just uploaded a second edition of the tutorial I uploaded on 
Github last year. Here is the link:

https://github.com/reyvaleza/vibed/blob/main/Build%20Web%20Apps%20in%20Vibed%20second%20edition.pdf

Thanks!


I just uploaded a rough .html version so you can easily copy the 
source code without page breaks. It is a .zip file for download 
here:


https://github.com/reyvaleza/vibed/blob/main/BuildWebAppsWithVibedSecondEdition.zip



Re: second edition of Build Web Apps in Vibe.d by learning from a learner

2023-02-02 Thread Rey Valeza via Digitalmars-d-announce

On Tuesday, 31 January 2023 at 07:11:06 UTC, Lars Johansson wrote:

On Monday, 23 January 2023 at 01:48:11 UTC, Rey Valeza wrote:


Please tell me if you ran into any problems. I am sure there 
are still errors I missed. Thanks!


Hi sorry for the late reply. I'm busy at the moment. My 
attention to details is at best sloppy, it's more than likely I 
did something wrong. I hope to restart with your 2nd edition 
soon.

This time I will keep you posted on my success.


Great!


Re: second edition of Build Web Apps in Vibe.d by learning from a learner

2023-01-24 Thread Rey Valeza via Digitalmars-d-announce

On Wednesday, 25 January 2023 at 01:21:02 UTC, zjh wrote:

On Tuesday, 24 January 2023 at 21:08:41 UTC, Rey Valeza wrote:


https://github.com/reyvaleza/vibed



Thank you for your share.


You are welcome!


Re: second edition of Build Web Apps in Vibe.d by learning from a learner

2023-01-24 Thread Rey Valeza via Digitalmars-d-announce

On Tuesday, 24 January 2023 at 14:14:23 UTC, ryuukk_ wrote:

On Monday, 23 January 2023 at 01:48:11 UTC, Rey Valeza wrote:

Hi,

I just uploaded a second edition of the tutorial I uploaded on 
Github last year. Here is the link:

https://github.com/reyvaleza/vibed/blob/main/Build%20Web%20Apps%20in%20Vibed%20second%20edition.pdf

Thanks!


PDF is not a good choice for that kind of tutorial, there is no 
navigation, so once has to scroll to get to the vided stuff


No proper support for code blocks, it's messy with cli output 
being truncated into multiple page


That's messy

Here an example of a proper format:

https://astaxie.gitbooks.io/build-web-application-with-golang/content/en/07.4.html

It's open source: 
https://github.com/astaxie/build-web-application-with-golang/


Hi ryuuukk_, I want you to know that I just uploaded the original 
.docx files on my Github account here:


https://github.com/reyvaleza/vibed

I have to split it into two files because the original file is 
bigger than 25 mb.


Thanks!


Re: second edition of Build Web Apps in Vibe.d by learning from a learner

2023-01-24 Thread Rey Valeza via Digitalmars-d-announce

On Tuesday, 24 January 2023 at 15:45:38 UTC, Rey Valeza wrote:
On Tuesday, 24 January 2023 at 14:58:22 UTC, Richard (Rikki) 
Andrew Cattermole wrote:

On 25/01/2023 3:14 AM, ryuukk_ wrote:
PDF is not a good choice for that kind of tutorial, there is 
no navigation, so once has to scroll to get to the vided stuff


It would be ok, but there is no Table of Contents which 
removes that possibility.


If I upload the original Word document, can someone make the 
necessary changes? My Word skills are rusty.


I just uploaded two .docx files. I have to split the original 
into two files as the original is bigger than the allowed 25mb.


https://github.com/reyvaleza/vibed

Thanks!



Re: second edition of Build Web Apps in Vibe.d by learning from a learner

2023-01-24 Thread Rey Valeza via Digitalmars-d-announce
On Tuesday, 24 January 2023 at 14:58:22 UTC, Richard (Rikki) 
Andrew Cattermole wrote:

On 25/01/2023 3:14 AM, ryuukk_ wrote:
PDF is not a good choice for that kind of tutorial, there is 
no navigation, so once has to scroll to get to the vided stuff


It would be ok, but there is no Table of Contents which removes 
that possibility.


If I upload the original Word document, can someone make the 
necessary changes? My Word skills are rusty.


Re: second edition of Build Web Apps in Vibe.d by learning from a learner

2023-01-24 Thread Rey Valeza via Digitalmars-d-announce

On Tuesday, 24 January 2023 at 14:14:23 UTC, ryuukk_ wrote:

On Monday, 23 January 2023 at 01:48:11 UTC, Rey Valeza wrote:

Hi,

I just uploaded a second edition of the tutorial I uploaded on 
Github last year. Here is the link:

https://github.com/reyvaleza/vibed/blob/main/Build%20Web%20Apps%20in%20Vibed%20second%20edition.pdf

Thanks!


PDF is not a good choice for that kind of tutorial, there is no 
navigation, so once has to scroll to get to the vided stuff


No proper support for code blocks, it's messy with cli output 
being truncated into multiple page


That's messy

Here an example of a proper format:

https://astaxie.gitbooks.io/build-web-application-with-golang/content/en/07.4.html

It's open source: 
https://github.com/astaxie/build-web-application-with-golang/


Thanks for the feedback.


Re: second edition of Build Web Apps in Vibe.d by learning from a learner

2023-01-24 Thread Rey Valeza via Digitalmars-d-announce

On Monday, 23 January 2023 at 08:08:02 UTC, Lars Johansson wrote:

On Monday, 23 January 2023 at 01:48:11 UTC, Rey Valeza wrote:

Hi,

I just uploaded a second edition of the tutorial I uploaded on 
Github last year. Here is the link:

https://github.com/reyvaleza/vibed/blob/main/Build%20Web%20Apps%20in%20Vibed%20second%20edition.pdf

Thanks!


I I'm stuck in the middle of the first version, my fault of 
course.
I start over again with the new version. I really like your 
hands on approach.
The first version is great. This new version is probably even 
greater!

This time I pay more attention to the details of your tutorial.


Please tell me if you ran into any problems. I am sure there are 
still errors I missed. Thanks!


Re: second edition of Build Web Apps in Vibe.d by learning from a learner

2023-01-23 Thread Rey Valeza via Digitalmars-d-announce

On Monday, 23 January 2023 at 08:08:02 UTC, Lars Johansson wrote:

On Monday, 23 January 2023 at 01:48:11 UTC, Rey Valeza wrote:

Hi,

I just uploaded a second edition of the tutorial I uploaded on 
Github last year. Here is the link:

https://github.com/reyvaleza/vibed/blob/main/Build%20Web%20Apps%20in%20Vibed%20second%20edition.pdf

Thanks!


I I'm stuck in the middle of the first version, my fault of 
course.
I start over again with the new version. I really like your 
hands on approach.
The first version is great. This new version is probably even 
greater!

This time I pay more attention to the details of your tutorial.


That's nice to hear!


Re: second edition of Build Web Apps in Vibe.d by learning from a learner

2023-01-23 Thread Rey Valeza via Digitalmars-d-announce

On Monday, 23 January 2023 at 07:33:15 UTC, Antonio wrote:

On Monday, 23 January 2023 at 01:48:11 UTC, Rey Valeza wrote:

Hi,

I just uploaded a second edition of the tutorial I uploaded on 
Github last year. Here is the link:

https://github.com/reyvaleza/vibed/blob/main/Build%20Web%20Apps%20in%20Vibed%20second%20edition.pdf

Thanks!


First look... nice job :-)


Thanks!


Re: second edition of Build Web Apps in Vibe.d by learning from a learner

2023-01-23 Thread Rey Valeza via Digitalmars-d-announce

On Monday, 23 January 2023 at 03:47:53 UTC, Tejas wrote:

On Monday, 23 January 2023 at 01:48:11 UTC, Rey Valeza wrote:

Hi,

I just uploaded a second edition of the tutorial I uploaded on 
Github last year. Here is the link:

https://github.com/reyvaleza/vibed/blob/main/Build%20Web%20Apps%20in%20Vibed%20second%20edition.pdf

Thanks!


Nice, thanks for your work

# 


You are welcome!


second edition of Build Web Apps in Vibe.d by learning from a learner

2023-01-22 Thread Rey Valeza via Digitalmars-d-announce

Hi,

I just uploaded a second edition of the tutorial I uploaded on 
Github last year. Here is the link:

https://github.com/reyvaleza/vibed/blob/main/Build%20Web%20Apps%20in%20Vibed%20second%20edition.pdf

Thanks!




Re: Printed version of the Vibe.d tutorial

2021-12-19 Thread Rey Valeza via Digitalmars-d-announce

On Sunday, 19 December 2021 at 23:42:17 UTC, Bastiaan Veelo wrote:

On Sunday, 19 December 2021 at 21:57:50 UTC, Rey Valeza wrote:

Hi,

The printed version of the Vibe.d tutorial 'Build web apps in 
Vibe.d by learning from a learner' which I uploaded earlier in 
February this year is now available in  paperback at Amazon:


https://www.amazon.com/dp/B09MYTMNKF

If you find yourself printing loose pages here and there from 
the tutorial and wishing you had a book instead, this is the 
answer.


Thanks!


Should probably be in this list: https://wiki.dlang.org/Books

— Bastiaan.


Hi Bastiaan, thanks for your reply. I don't know how the book can 
be included in that list.


Printed version of the Vibe.d tutorial

2021-12-19 Thread Rey Valeza via Digitalmars-d-announce

Hi,

The printed version of the Vibe.d tutorial 'Build web apps in 
Vibe.d by learning from a learner' which I uploaded earlier in 
February this year is now available in  paperback at Amazon:


https://www.amazon.com/dp/B09MYTMNKF

If you find yourself printing loose pages here and there from the 
tutorial and wishing you had a book instead, this is the answer.


Thanks!



Re: a tutorial on Vibe.d

2021-11-28 Thread Rey Valeza via Digitalmars-d-announce
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.


Re: a tutorial on Vibe.d

2021-11-14 Thread Rey Valeza via Digitalmars-d-announce
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!


Re: a tutorial on Vibe.d

2021-11-09 Thread Rey Valeza via Digitalmars-d-announce

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!


Re: a tutorial on Vibe.d

2021-11-03 Thread Rey Valeza via Digitalmars-d-announce

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!


a tutorial on Vibe.d

2021-10-26 Thread Rey Valeza via Digitalmars-d-announce
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!