Thread overview | |||||||||
---|---|---|---|---|---|---|---|---|---|
|
March 01 Vibe.d tutorial | ||||
---|---|---|---|---|
| ||||
Hi, I wrote a tutorial on Vibe.d while trying to re-learn Vibe.d. I find that most of Kai Nacke's book need updating, so I wrote a tutorial while trying to re-learn it. Here it is. https://github.com/reyvaleza/vibed/commit/27ec3678f25d1dd414fae1390677397a7bc57721 I would be glad if you can give me some feedback so I can improve it. Thanks! |
March 01 Re: Vibe.d tutorial | ||||
---|---|---|---|---|
| ||||
Posted in reply to Rey Valeza | On Monday, 1 March 2021 at 22:25:39 UTC, Rey Valeza wrote:
> Hi, I wrote a tutorial on Vibe.d while trying to re-learn Vibe.d. I find that most of Kai Nacke's book need updating, so I wrote a tutorial while trying to re-learn it.
>
> Here it is.
>
> https://github.com/reyvaleza/vibed/commit/27ec3678f25d1dd414fae1390677397a7bc57721
>
> I would be glad if you can give me some feedback so I can improve it.
>
> Thanks!
I think, specially for github, a markdown (.MD) doc would be MUCH better, so you can embed code this way:
```D
void main() {
writeln("hi");
}
```
You can also embbed screenshots and stuff
It would be easier to browse
Also i'd skip the DMD installation part, and focus on the vibe.d and IDE experience (with debugging)
|
March 02 Re: Vibe.d tutorial | ||||
---|---|---|---|---|
| ||||
Posted in reply to Rey Valeza | On Monday, 1 March 2021 at 22:25:39 UTC, Rey Valeza wrote:
> Hi, I wrote a tutorial on Vibe.d while trying to re-learn Vibe.d. I find that most of Kai Nacke's book need updating, so I wrote a tutorial while trying to re-learn it.
>
> Here it is.
>
> https://github.com/reyvaleza/vibed/commit/27ec3678f25d1dd414fae1390677397a7bc57721
>
> I would be glad if you can give me some feedback so I can improve it.
>
> Thanks!
I have to agree with the comment about PDF files on Github. I tried to read it on my i7 with 16 GB of RAM and my machine froze. It looks like you wrote it up as a MS Word document. You could enable Github Pages on your repo, export from Word to html, upload that document to the repo, and then let Github Pages handle the rest. You appear to have put a lot of work into it, but posting it as a PDF on Github may reduce your readership.
|
March 03 Re: Vibe.d tutorial | ||||
---|---|---|---|---|
| ||||
Posted in reply to Rey Valeza | On Monday, 1 March 2021 at 22:25:39 UTC, Rey Valeza wrote:
> Hi, I wrote a tutorial on Vibe.d while trying to re-learn Vibe.d. I find that most of Kai Nacke's book need updating, so I wrote a tutorial while trying to re-learn it.
>
> Here it is.
>
> https://github.com/reyvaleza/vibed/commit/27ec3678f25d1dd414fae1390677397a7bc57721
>
> I would be glad if you can give me some feedback so I can improve it.
>
> Thanks!
Wow, that's a lot of hard work! Nice!
|
March 04 Re: Vibe.d tutorial | ||||
---|---|---|---|---|
| ||||
Posted in reply to Rey Valeza | On Monday, 1 March 2021 at 22:25:39 UTC, Rey Valeza wrote: > Hi, I wrote a tutorial on Vibe.d while trying to re-learn Vibe.d. I find that most of Kai Nacke's book need updating, so I wrote a tutorial while trying to re-learn it. > > Here it is. > > https://github.com/reyvaleza/vibed/commit/27ec3678f25d1dd414fae1390677397a7bc57721 > > I would be glad if you can give me some feedback so I can improve it. > > Thanks! https://github.com/reyvaleza/vibed/blob/main/Build%20Web%20Apps%20in%20Vibe.pdf |
April 02 Re: Vibe.d tutorial | ||||
---|---|---|---|---|
| ||||
Posted in reply to Imperatorn | On Thursday, 4 March 2021 at 13:47:11 UTC, Imperatorn wrote: > On Monday, 1 March 2021 at 22:25:39 UTC, Rey Valeza wrote: >> Hi, I wrote a tutorial on Vibe.d while trying to re-learn Vibe.d. I find that most of Kai Nacke's book need updating, so I wrote a tutorial while trying to re-learn it. >> >> Here it is. >> >> https://github.com/reyvaleza/vibed/commit/27ec3678f25d1dd414fae1390677397a7bc57721 >> >> I would be glad if you can give me some feedback so I can improve it. >> >> Thanks! > > https://github.com/reyvaleza/vibed/blob/main/Build%20Web%20Apps%20in%20Vibe.pdf New link: https://raw.githubusercontent.com/reyvaleza/vibed/main/BuildWebAppsinVibe.pdf |
April 07 Re: Vibe.d tutorial | ||||
---|---|---|---|---|
| ||||
Posted in reply to Imperatorn | On Friday, 2 April 2021 at 22:29:20 UTC, Imperatorn wrote:
> On Thursday, 4 March 2021 at 13:47:11 UTC, Imperatorn wrote:
>> On Monday, 1 March 2021 at 22:25:39 UTC, Rey Valeza wrote:
>>> Hi, I wrote a tutorial on Vibe.d while trying to re-learn Vibe.d. I find that most of Kai Nacke's book need updating, so I wrote a tutorial while trying to re-learn it.
>>>
>>> Here it is.
>>>
>>> https://github.com/reyvaleza/vibed/commit/27ec3678f25d1dd414fae1390677397a7bc57721
>>>
>>> I would be glad if you can give me some feedback so I can improve it.
>>>
>>> Thanks!
>>
>> https://github.com/reyvaleza/vibed/blob/main/Build%20Web%20Apps%20in%20Vibe.pdf
>
> New link:
> https://raw.githubusercontent.com/reyvaleza/vibed/main/BuildWebAppsinVibe.pdf
Looks like a really lot of work. Updating books/notes as the language/software advances is a tedious work which often gets forgotten... So cudos to you.
I think you could also post to "Announcement" section of the dlang forum for a much better visibility.
|
Copyright © 1999-2021 by the D Language Foundation