digitalmars.D.learn - Vibe.d tutorial
- Rey Valeza (8/8) Mar 01 2021 Hi, I wrote a tutorial on Vibe.d while trying to re-learn Vibe.d.
- ryuukk_ (12/20) Mar 01 2021 I think, specially for github, a markdown (.MD) doc would be MUCH
- bachmeier (8/16) Mar 01 2021 I have to agree with the comment about PDF files on Github. I
- Tejas (3/13) Oct 29 2021 Don't bother reading from GitHub, select the three dot icons on
- aberba (2/10) Mar 03 2021 Wow, that's a lot of hard work! Nice!
- Imperatorn (2/10) Mar 04 2021 https://github.com/reyvaleza/vibed/blob/main/Build%20Web%20Apps%20in%20V...
- Imperatorn (3/17) Apr 02 2021 New link:
- M.M. (6/24) Apr 07 2021 Looks like a really lot of work. Updating books/notes as the
- Rey Valeza (2/27) Oct 28 2021 Thanks! I just did!
- Rey Valeza (2/20) Oct 28 2021 I know this is very, very late, but thank you!
- Imperatorn (2/12) Oct 28 2021 No, thank *you* 😎
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!
Mar 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)
Mar 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 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.
Mar 01 2021
On Tuesday, 2 March 2021 at 04:30:27 UTC, bachmeier wrote:On Monday, 1 March 2021 at 22:25:39 UTC, Rey Valeza wrote:Don't bother reading from GitHub, select the three dot icons on the upper left and click `Download`[...]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.
Oct 29 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!
Mar 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!https://github.com/reyvaleza/vibed/blob/main/Build%20Web%20Apps%20in%20Vibe.pdf
Mar 04 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:New link: https://raw.githubusercontent.com/reyvaleza/vibed/main/BuildWebAppsinVibe.pdfHi, 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
Apr 02 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: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.On Monday, 1 March 2021 at 22:25:39 UTC, Rey Valeza wrote:New link: https://raw.githubusercontent.com/reyvaleza/vibed/main/BuildWebAppsinVibe.pdfHi, 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
Apr 07 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:Thanks! I just did!On Thursday, 4 March 2021 at 13:47:11 UTC, Imperatorn wrote: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.On Monday, 1 March 2021 at 22:25:39 UTC, Rey Valeza wrote:New link: https://raw.githubusercontent.com/reyvaleza/vibed/main/BuildWebAppsinVibe.pdfHi, 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
Oct 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:I know this is very, very late, but thank you!On Monday, 1 March 2021 at 22:25:39 UTC, Rey Valeza wrote:New link: https://raw.githubusercontent.com/reyvaleza/vibed/main/BuildWebAppsinVibe.pdfHi, 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
Oct 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:No, thank *you* 😎On Thursday, 4 March 2021 at 13:47:11 UTC, Imperatorn wrote:I know this is very, very late, but thank you!On Monday, 1 March 2021 at 22:25:39 UTC, Rey Valeza wrote:New link: https://raw.githubusercontent.com/reyvaleza/vibed/main/BuildWebAppsinVibe.pdf[...]https://github.com/reyvaleza/vibed/blob/main/Build%20Web%20Apps%20in%20Vibe.pdf
Oct 28 2021