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
Mojolicious book?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
tempire  
View profile  
 More options Oct 2 2012, 2:50 pm
From: tempire <g...@empireenterprises.com>
Date: Tue, 2 Oct 2012 11:50:31 -0700 (PDT)
Local: Tues, Oct 2 2012 2:50 pm
Subject: Mojolicious book?

Between the Mojocasts, the Mojolicious documentation, MojoExample, YAPC
presentations, the mailing list, IRC channel logs, various blog entries and
github repos, there's plenty of information about Mojolicious for both
noobs and seasoned developers.  The biggest frustration I've seen for those
new to Mojolicious is that they read the documentation in the wrong order,
or worse, read API docs instead of the Guides.

(That's a hint folks - if you're having trouble, the recommended learning
order is to watch the Mojocasts, then read through the links
on http://mojolicio.us/perldoc in the order they're presented.  You'll save
yourself weeks of frustration, quite literally)

Even with all that available, every once in a while, we hear a request for
a Mojolicious book.

This raises the question - what would a Mojolicious book include, and is it
even necessary?  Even more importantly - would you buy it?

There's no need to reiterate the same information in the docs, and example
apps are already available.  Book content would have to provide extra value.

Share your thoughts.  Even if you're just starting; especially so.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dave Cottlehuber  
View profile  
 More options Oct 2 2012, 5:24 pm
From: Dave Cottlehuber <d...@jsonified.com>
Date: Tue, 2 Oct 2012 23:24:44 +0200
Local: Tues, Oct 2 2012 5:24 pm
Subject: Re: [Mojolicious] Mojolicious book?
On 2 October 2012 20:50, tempire <g...@empireenterprises.com> wrote:

I'd buy a book, even just as a way of thanking the devs.

In particular I am interested in linking front end stuff via some sort
of binding through mojo to a DB, in my case always CouchDB, and
applying templates on the way through, like mustache or similar. And
then dealing with authentication both using external APIs
twitter/facebook/github/similar, and providing that internally.

HTH
Dave


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michel  
View profile  
 More options Oct 3 2012, 10:12 am
From: Michel <machsgu...@gmail.com>
Date: Wed, 3 Oct 2012 07:12:58 -0700 (PDT)
Local: Wed, Oct 3 2012 10:12 am
Subject: Re: [Mojolicious] Mojolicious book?

Hi Dave

Have a look at this framework that I just discovered:
https://speakerdeck.com/u/norbu09/p/planet-express-ship

I played with it yesterday and I must say it works great! Now I am just
stuck as I do not know any way of having access to a CouchDB compatible API
on my shared hosting platform... I shall try to install Planet-Express-Ship
to Heroku but I am not sure it would work...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dave Cottlehuber  
View profile  
 More options Oct 3 2012, 10:47 am
From: Dave Cottlehuber <d...@jsonified.com>
Date: Wed, 3 Oct 2012 16:47:50 +0200
Local: Wed, Oct 3 2012 10:47 am
Subject: Re: [Mojolicious] Mojolicious book?
On 3 October 2012 16:12, Michel <machsgu...@gmail.com> wrote:

> Hi Dave

> Have a look at this framework that I just discovered:
> https://speakerdeck.com/u/norbu09/p/planet-express-ship

Yes, I already got a copy of it. Many thanks Lenz if you are reading here!

> I played with it yesterday and I must say it works great! Now I am just
> stuck as I do not know any way of having access to a CouchDB compatible API
> on my shared hosting platform... I shall try to install Planet-Express-Ship
> to Heroku but I am not sure it would work...

CouchDB is accessed only over HTTP, so you can use iriscouch or
cloudant as you like.

Feel free to ping me offline or on list if you want a hand getting
something set up.

A+
Dave


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Wes Cravens  
View profile  
 More options Oct 7 2012, 10:01 am
From: Wes Cravens <wcrav...@cortex-it.com>
Date: Sun, 07 Oct 2012 09:01:12 -0500
Local: Sun, Oct 7 2012 10:01 am
Subject: Re: [Mojolicious] Mojolicious book?
What I think folks are after is basically what other framework books
turn out to be; a tutorial walking through implementations of several
common features used in WebApps.  In my opinion Mojolicious references
go to great effort to be accessible for getting started, but then leave
those new to web development hanging once they get to anything non
trivial.  My guess is that lots of great features are lost due to folks
not understanding how they could help solve problems.  e.g. I consider
Bridges to be a trivial topic but it seems that they are frequently
misunderstood or overlooked as a solution.  Think of the title:
'Building HTTP Applications with Mojolicious'.

In my opinion all of the current Mojo references are terse and it takes
a while to digest without the appropriate experience / examples in which
to provide context for the technologies.  This isn't a criticism of the
current resources, far from it.  I think that the current docs are great
as reference once you figure out where everything is ( it's often
awkward to remember where a particular technology is described in the
guides).  I'm just trying to illustrate the difference between reference
and the tutorials/introductions/definitive guides that I think folks are
seeking.

I also don't think that this effort needs to be authored by a core
developer.  The core team would want to review the content as it
develops but it may well be better written by someone less familiar with
the 'guts' and more familiar with the difficulties that are experienced
by someone coming at it fresh.  In any case, my bet is that one is
published soon, perhaps even being written already.

$0.02.

Wes

On 10/2/2012 1:50 PM, tempire wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
sri  
View profile  
 More options Oct 7 2012, 2:26 pm
From: sri <kra...@googlemail.com>
Date: Sun, 7 Oct 2012 11:26:13 -0700 (PDT)
Local: Sun, Oct 7 2012 2:26 pm
Subject: Re: Mojolicious book?
I think the ideal Mojolicious book for me would be a basic
introduction to all aspects of web development with Perl. Explained
with fully functional but not too complex Mojolicious example
applications, and that anyone could read right after finishing
"Learning Perl" and "Intermediate Perl", without prior web development
experience. :)

--
sebastian


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »