Jump to page: 1 2
Thread overview
Vibe.d tutorial
Mar 01, 2021
Rey Valeza
Mar 01, 2021
ryuukk_
Mar 02, 2021
bachmeier
Oct 29, 2021
Tejas
Mar 03, 2021
aberba
Mar 04, 2021
Imperatorn
Apr 02, 2021
Imperatorn
Apr 07, 2021
M.M.
Oct 28, 2021
Rey Valeza
Oct 28, 2021
Rey Valeza
Oct 28, 2021
Imperatorn
March 01, 2021
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, 2021
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, 2021
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, 2021
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, 2021
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, 2021
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, 2021
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.
October 28, 2021
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

I know this is very, very late, but thank you!
October 28, 2021
On Wednesday, 7 April 2021 at 09:00:29 UTC, M.M. wrote:
> 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.

Thanks! I just did!
October 28, 2021
On Thursday, 28 October 2021 at 13:30:36 UTC, Rey Valeza wrote:
> 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:
>>>> [...]
>>>
>>> https://github.com/reyvaleza/vibed/blob/main/Build%20Web%20Apps%20in%20Vibe.pdf
>>
>> New link:
>> https://raw.githubusercontent.com/reyvaleza/vibed/main/BuildWebAppsinVibe.pdf
>
> I know this is very, very late, but thank you!

No, thank *you* 😎
« First   ‹ Prev
1 2