Skip to content
trlly edited this page Jun 3, 2011 · 25 revisions

Suggestions for articles

  1. Dancer::Pugin::Siteap

  2. Dancer::Plugin::Database

  3. Dancer::Plugin::Authorze

  4. How to work with sessions in cookies (Dancer::Session::Cookie, kappa@{github,cpan})

  5. Common practiced with Dancer apps (move to template_toolkit or your favorite template system, etc.)

  6. ReST webservices (with Dancer::Plugin::REST and Serializers). API

  7. loadapp

  8. using dancer with middewares

  9. 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...)

  10. How to contribute to Dancer core (covered in Franck's lastest blog post)

  11. Why routes? How does route-based web works and why is it more fun?

  12. Using the before (KiokuDB context)

  13. Deploying Dancer

  14. Replacing old CGI code with Dancer

  15. The concept of engines in Dancer's core (followed the 3 next items)

  16. Writing a new logger backend

  17. Writing a new session backend

  18. Writing a new serializer backend

  19. Profiling/Debugging/Performance-testing Dancer applications.

  20. Writing Dancer specific tests.

  21. Dancer::Plugin::DBIC

Clone this wiki locally