www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Suggestions for vibe.d article topics

reply "Dicebot" <m.strashun gmail.com> writes:
Cross-post from vibe.d newsgroup : 
http://forum.rejectedsoftware.com/groups/rejectedsoftware.vibed/thread/1434/

I have been doing some lazy writing on vibe.d topic. Aim is to 
get series of articles that can get reader familiar with vibe.d 
idioms and highlight use cases currently not presented properly 
in documentation (or hard to find there). Found myself in quite 
paradoxical situation though - while being quite familiar with 
vibe.d sources and behavior, I don't to any practical web 
development on my own and lack real-world use cases to highlight. 
After some introduction articles, I have done a small overview of 
REST module and working with MongoDB is planned next (those two I 
have used extensively during my experiments). But I'd like to 
hear suggestions on other idiomatic small applications that are 
worth writing about, preferably something that is not obvious 
from vibe.d/examples/

This may be proposed later via pull request as an official doc 
improvement. Please consider both advanced D users and complete 
newbies interests.

First introductory articles can be found here : 
http://dicebot.blogspot.com/ , improvement suggestions for old 
stuff are also welcome.
Apr 05 2013
next sibling parent reply "Vladimir Panteleev" <vladimir thecybershadow.net> writes:
On Friday, 5 April 2013 at 09:41:54 UTC, Dicebot wrote:
 First introductory articles can be found here : 
 http://dicebot.blogspot.com/ , improvement suggestions for old 
 stuff are also welcome.
Could you add a D tag to the relevant articles, so I could add your blog to Planet D? http://planet.dsource.org/
Apr 05 2013
parent "Dicebot" <m.strashun gmail.com> writes:
On Friday, 5 April 2013 at 09:47:08 UTC, Vladimir Panteleev wrote:
 Could you add a D tag to the relevant articles, so I could add 
 your blog to Planet D?
 http://planet.dsource.org/
Did not even know it has tags :) Was just using blogspot as a storage place until I find time to write my own solution. Anyway, added now.
Apr 05 2013
prev sibling parent reply "deadalnix" <deadalnix gmail.com> writes:
On Friday, 5 April 2013 at 09:41:54 UTC, Dicebot wrote:
 Cross-post from vibe.d newsgroup : 
 http://forum.rejectedsoftware.com/groups/rejectedsoftware.vibed/thread/1434/

 I have been doing some lazy writing on vibe.d topic. Aim is to 
 get series of articles that can get reader familiar with vibe.d 
 idioms and highlight use cases currently not presented properly 
 in documentation (or hard to find there). Found myself in quite 
 paradoxical situation though - while being quite familiar with 
 vibe.d sources and behavior, I don't to any practical web 
 development on my own and lack real-world use cases to 
 highlight. After some introduction articles, I have done a 
 small overview of REST module and working with MongoDB is 
 planned next (those two I have used extensively during my 
 experiments). But I'd like to hear suggestions on other 
 idiomatic small applications that are worth writing about, 
 preferably something that is not obvious from vibe.d/examples/

 This may be proposed later via pull request as an official doc 
 improvement. Please consider both advanced D users and complete 
 newbies interests.

 First introductory articles can be found here : 
 http://dicebot.blogspot.com/ , improvement suggestions for old 
 stuff are also welcome.
Please feel free to ask anything. I have worked quite a lot in software as service, and so I faced many problems.
Apr 05 2013
parent reply "Dicebot" <m.strashun gmail.com> writes:
Well, I am more on the answering side :) Problem is I have a 
network service background in native languages, but not of a web 
type and have no idea what questions may arise when someone comes 
from modern dynamic language web framework.
Apr 05 2013
parent "deadalnix" <deadalnix gmail.com> writes:
On Friday, 5 April 2013 at 11:50:46 UTC, Dicebot wrote:
 Well, I am more on the answering side :) Problem is I have a 
 network service background in native languages, but not of a 
 web type and have no idea what questions may arise when someone 
 comes from modern dynamic language web framework.
I'd say security is a concern. What is done to avoid XSS, SQL injection for instance ?
Apr 05 2013