-
Notifications
You must be signed in to change notification settings - Fork 208
Advent Calendar
Suggestions for articles
-
Dancer::Plugin::SiteMap
-
Dancer::Plugin::Database
-
Dancer::Plugin::Authorize
-
Numbered list item 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 (with Dancer::Plugin::REST and Serializers)
-
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
-
The concept of engines in Dancer's core (followed the 3 next items)
-
Writing a new logger backend
-
Writing a new session backend
-
Writing a new serializer backend