-
Notifications
You must be signed in to change notification settings - Fork 209
Advent Calendar
Suggestions for articles
-
Dancer::Pugin::Siteap
-
Dancer::Plugin::Database
-
Dancer::Plugin::Authorze
-
How to work with sessions in cokies (Dancer::Session::Cookie, 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). AP
-
loadapp
-
using dancer with middewares
-
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
-
Profiling/Debugging/Performance-testing Dancer applications.
-
Writing Dancer specific tests.
-
Dancer::Plugin::DBIC