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: Mon, 13 Aug 2012 05:13:10 -0700 (PDT)
From: Rishav Sharan <rishav.sha...@gmail.com>
To: derbyjs@googlegroups.com
Message-Id: <0e512369-ff21-4887-b365-4a86a0e301e2@googlegroups.com>
In-Reply-To: <CADJ6TBLLsffjeD0ER663ih4kCyA97qGPgTL-7c=uroEji7in4A@mail.gmail.com>
References: <12da858c-ba8e-4993-9f2e-2879bb91804c@n22g2000yqb.googlegroups.com>
 <21781662.5.1335515508366.JavaMail.geo-discussion-forums@yndr30>
 <CADJ6TBLLsffjeD0ER663ih4kCyA97qGPgTL-7c=uroEji7in4A@mail.gmail.com>
Subject: Re: is there a tutorial?
MIME-Version: 1.0
Content-Type: multipart/mixed; 
	boundary="----=_Part_224_14842480.1344859990828"

------=_Part_224_14842480.1344859990828
Content-Type: multipart/alternative; 
	boundary="----=_Part_225_13921341.1344859990828"

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

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 auth=
=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 final=
=20
> product you'd like to see built?  Also, webster, I'd be very interested i=
n=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 wit=
h=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<javascrip=
t:>
> > 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 De=
rby=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 =
I=20
>> go, where in derby it seems I must rethink my structure to even get it u=
p=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 an=
d=20
>> such.
>>
>> Awesome work, really excited on where this framework is going. Thanks an=
d=20
>> 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_225_13921341.1344859990828
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable

Hi Zach<div><br></div><div>I have some ideas.</div><div>How about rolling u=
p a blog?</div><div>this will give the readers an idea of a multi paged app=
lication with db connections.&nbsp;</div><div>You will have a blog lists pa=
ge and a new blog page.</div><div>also you will want a chain of user commen=
ts underneath each blog post.</div><div><br></div><div>finally, throw in ba=
sic test cases using mocha and BDD in there.</div><div><br></div><div>If au=
th is developed then you can build upon that tutorial and add in auth strat=
egies and maybe even redis based session storage.</div><div><br></div><div>=
That should a good starting course (spread over 5-6 articles?) for all newb=
s like me.</div><div><br></div><div>regards</div><div>RS.<br><br>On Saturda=
y, April 28, 2012 4:53:49 AM UTC+5:30, Zach Smith wrote:<blockquote class=
=3D"gmail_quote" style=3D"margin: 0;margin-left: 0.8ex;border-left: 1px #cc=
c solid;padding-left: 1ex;"><div>Hey guys, <br><br>This is something I coul=
d totally work on, any suggestions for what final product you'd like to see=
 built?&nbsp; Also, webster, I'd be very interested in hearing what 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 would really l=
ike 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 href=3D"javascript:" target=3D"_blank" gd=
f-obfuscated-mailto=3D"NbH86V_HJW0J">johan.o...@webstep.no</a>&gt;</span> w=
rote:<br><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;borde=
r-left: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>
------=_Part_225_13921341.1344859990828--

------=_Part_224_14842480.1344859990828--