-
Notifications
You must be signed in to change notification settings - Fork 208
Advent Calendar
sukria edited this page Oct 8, 2010
·
25 revisions
Suggestions for articles
-
Dancer::Plugin::SiteMap
-
Dancer::Plugin::Database
-
Dancer::Plugin::Authorize
-
How to work with sessions (kappa@{github,cpan})
-
Common practiced with Dancer apps (move to template_toolkit or your favorite template system, etc.)
-
ReST webservices
-
load_app
-
using dancer with middlewares
-
Writing a Dancer plugin (need to think of one) (what about a Dancer::Plugin::MobilePhone that detects if the user agent is a mobile phone and sets some templates variables, or change the base url to m.domain...)
-
How to contribute to Dancer core (covered in Franck's lastest blog post)
-
Why routes? How does route-based web works and why is it more fun?
-
Using the before (KiokuDB context)
-
Deploying Dancer
-
Replacing old CGI code with Dancer