Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion is there a tutorial?

Date: Sat, 1 Sep 2012 07:10:26 -0700 (PDT)
From: daslicht <anso...@gmail.com>
To: derbyjs@googlegroups.com
Message-Id: <35401dc3-bbfc-4380-8df9-08112cbbf609@googlegroups.com>
In-Reply-To: <0e512369-ff21-4887-b365-4a86a0e301e2@googlegroups.com>
References: <12da858c-ba8e-4993-9f2e-2879bb91804c@n22g2000yqb.googlegroups.com>
 <21781662.5.1335515508366.JavaMail.geo-discussion-forums@yndr30>
 <CADJ6TBLLsffjeD0ER663ih4kCyA97qGPgTL-7c=uroEji7in4A@mail.gmail.com>
 <0e512369-ff21-4887-b365-4a86a0e301e2@googlegroups.com>
Subject: Re: is there a tutorial?
MIME-Version: 1.0
Content-Type: multipart/mixed; 
	boundary="----=_Part_119_7117185.1346508626605"

------=_Part_119_7117185.1346508626605
Content-Type: multipart/alternative; 
	boundary="----=_Part_120_30539267.1346508626605"

------=_Part_120_30539267.1346508626605
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

a blog or simple CRUD tutorial would be awesome :)

Am Montag, 13. August 2012 14:13:10 UTC+2 schrieb Rishav Sharan:
>
> Hi Zach
>
> I have some ideas.
> How about rolling up a blog?
> this will give the readers an idea of a multi paged application with db=
=20
> connections.=20
> You will have a blog lists page and a new blog page.
> also you will want a chain of user comments underneath each blog post.
>
> finally, throw in basic test cases using mocha and BDD in there.
>
> If auth is developed then you can build upon that tutorial and add in aut=
h=20
> strategies and maybe even redis based session storage.
>
> That should a good starting course (spread over 5-6 articles?) for all=20
> newbs like me.
>
> regards
> RS.
>
> On Saturday, April 28, 2012 4:53:49 AM UTC+5:30, Zach Smith wrote:
>>
>> Hey guys,=20
>>
>> This is something I could totally work on, any suggestions for what fina=
l=20
>> product you'd like to see built?  Also, webster, I'd be very interested =
in=20
>> hearing what issues you have with porting the structure.  I'm currently=
=20
>> working on making some tools to (hopefully) make derby easier to work wi=
th=20
>> and would really like to hear what issues you see.
>>
>> Zach
>>
>> On Fri, Apr 27, 2012 at 3:31 AM, webster <johan.o...@webstep.no> wrote:
>>
>>> I'll second that.
>>> I'm in the situation where I have a ready responsive=20
>>> html5boilerplate/localStorage prototype with Html/css/js working, and D=
erby=20
>>> seems to be just what I was looking for as a backend.
>>> The problem is, after trying out meteor: the derby structure is quite=
=20
>>> hard to jump start.
>>> In meteor I can just paste the html, css and js I have, and refactor as=
=20
>>> I go, where in derby it seems I must rethink my structure to even get i=
t up=20
>>> and running.
>>> How do I do this in the quickest way?
>>> Don't underestimate the number of situations where you get a html=20
>>> prototype from a front-end dev who has no interrest in learning derby a=
nd=20
>>> such.
>>>
>>> Awesome work, really excited on where this framework is going. Thanks=
=20
>>> and good luck.
>>>
>>>
>>> kl. 15:12:03 UTC+2 onsdag 25. april 2012 skrev Bob Ralian f=C3=B8lgende=
:
>>>
>>>> Derbyjs looks really awesome. But I was wondering if there's a=20
>>>> tutorial anywhere, or if anyone is working on one. The docs are great,=
=20
>>>> but I wouldn't mind a little extra hand-holding for getting started=20
>>>> with a from-scratch application. If you're looking to get more people=
=20
>>>> on board, I think that would be huge.
>>>
>>>
>>
------=_Part_120_30539267.1346508626605
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable

a blog or simple CRUD tutorial would be awesome :)<br><br>Am Montag, 13. Au=
gust 2012 14:13:10 UTC+2 schrieb Rishav Sharan:<blockquote class=3D"gmail_q=
uote" style=3D"margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;pad=
ding-left: 1ex;">Hi Zach<div><br></div><div>I have some ideas.</div><div>Ho=
w about rolling up a blog?</div><div>this will give the readers an idea of =
a multi paged application with db connections.&nbsp;</div><div>You will hav=
e a blog lists page and a new blog page.</div><div>also you will want a cha=
in of user comments underneath each blog post.</div><div><br></div><div>fin=
ally, throw in basic test cases using mocha and BDD in there.</div><div><br=
></div><div>If auth is developed then you can build upon that tutorial and =
add in auth strategies and maybe even redis based session storage.</div><di=
v><br></div><div>That should a good starting course (spread over 5-6 articl=
es?) for all newbs like me.</div><div><br></div><div>regards</div><div>RS.<=
br><br>On Saturday, April 28, 2012 4:53:49 AM UTC+5:30, Zach Smith wrote:<b=
lockquote class=3D"gmail_quote" style=3D"margin:0;margin-left:0.8ex;border-=
left:1px #ccc solid;padding-left:1ex"><div>Hey guys, <br><br>This is someth=
ing I could totally work on, any suggestions for what final product you'd l=
ike to see built?&nbsp; Also, webster, I'd be very interested in hearing wh=
at issues you have with porting the structure.&nbsp; I'm currently working =
on making some tools to (hopefully) make derby easier to work with and woul=
d really like to hear what issues you see.<br>
<br>Zach<br><br><div class=3D"gmail_quote">On Fri, Apr 27, 2012 at 3:31 AM,=
 webster <span dir=3D"ltr">&lt;<a>johan.o...@webstep.no</a>&gt;</span> wrot=
e:<br><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-l=
eft:1px #ccc solid;padding-left:1ex">
I'll second that.<div>I'm in the situation where I have a ready responsive =
html5boilerplate/localStorage prototype with Html/css/js working, and Derby=
 seems to be just what I was looking for as a backend.</div><div>
The problem is, after trying out meteor: the derby structure is quite hard =
to jump start.</div><div>In meteor I can just paste the html, css and js I =
have, and refactor as I go, where in derby it seems I must rethink my struc=
ture to even get it up and running.</div>
<div>How do I do this in the quickest way?</div><div>Don't underestimate th=
e number of situations where you get a html prototype from a front-end dev =
who has no interrest in learning derby and such.</div><div><br></div>
<div>Awesome work, really excited on where this framework is going. Thanks =
and good luck.</div><div><br><br>kl. 15:12:03 UTC+2 onsdag 25. april 2012 s=
krev Bob Ralian f=C3=B8lgende:<div><div><blockquote class=3D"gmail_quote" s=
tyle=3D"margin:0;margin-left:0.8ex;border-left:1px #ccc solid;padding-left:=
1ex">
Derbyjs looks really awesome. But I was wondering if there's a
<br>tutorial anywhere, or if anyone is working on one. The docs are great,
<br>but I wouldn't mind a little extra hand-holding for getting started
<br>with a from-scratch application. If you're looking to get more people
<br>on board, I think that would be huge.</blockquote></div></div></div></b=
lockquote></div><br></div>
</blockquote></div></blockquote>
------=_Part_120_30539267.1346508626605--

------=_Part_119_7117185.1346508626605--