Ideas for articles and additions to Catalyzed.org
Embedding workflow in Catalyst using WPDL
Profiling Catalyst
Finding the bottlenecks and optimizing performance.
Debugging Catalyst
beyond simple print and logging
Testing with Test::WWW::Mechanize::Catalyst
Chained Tutorial
Taming this complex subject - done - go further in depth?
File::Assets
Using roles in Catalyst
Why multiple inheritance sucks and how roles fix it. Demonstrated in the context of Catalyst, showing how various problems and hacks to work around them can be fixed by simply using roles.
KiokuDB for rapid prototyping
KiokuDB allows for very quick prototyping, but what is it?
Perl Module documentation - tools for reading
What are the tools available for reading the massive amount of documentation available for Perl Modules.
Options:
- search.cpan.org
- annocpan.org
- http://search.cpan.org/~jonallen/Perldoc-Server-0.01/
- http://search.cpan.org/~dami/Pod-POM-Web-1.11/
others?
The CPAN Series
Getting familiar with CPAN
Searching, documentation, ratings, viewing test information?
Useful sites / links
Getting comfortable with the CPAN command / shell
Installing modules, upgrading modules, etc.
Code sample series
Showcase doing complex things the easy way with cpan modules.
Very little explanation, just what it does and then show the code. Preferably in 10-20 lines of code. Then a link to where to get more information on that module - tutorial preferably.
RPC and remote access API tools
What are the best modules to use when working with remote services - quick outlines?
Perl + SQLite
Building Database powered apps without a database server
Network applications with POE
How do you write them - a quick and simple server to provide some service ?
Instant messaging applications with Perl
Jabber, AIM....? modules involved?
Remote access with Perl
Sysadmin style - doing remote access activity with perl... net::ssh?
Gui programming with Perl
What is the state of the state in Perl Gui programming? What modules? Cross platform apps
Starting from scratch - Hello world web in perl.
When you are approaching perl for the first time, how do you get to showing something on the web?
Real stories of Perl in the enterprise
Real stories of Perl in the enterprise
Packaging your perl modules
What's the state of the art in creating a CPAN ready module?
Testing in perl
What modules to use for automated testing.
Padre - the Perl IDE
What's it like, better / worse than just an editor?
What about other Perl development environments? Komodo? Textmate + plugins...?
Prefered markup module for text processing
Markdown Textile ...?
Do a review of the perl fundamentals training video
http://www.informit.com/store/product.aspx?isbn=0137001274
Showcase perl-based web sites
One a week?
The most actively developed modules on CPAN
What are the most actively developed modules on CPAN?
CPAN & Version Numbers: Don't be afraid!
Way too often 'stable' versions of CPAN modules are just ... whatever version the module became stable. It's no big deal to many of us to install and use something that version 0.04 or similar. To those new to perl or the PHB crowd, this could be seen as insanity.
We Shall Enlighten The Masses.
Catalyst - Create a simple app screencast
Screencast to create a fully functional application in Catalyst - Ideas for apps:
Blog... Twitter-like micro-blog... ?
What are the state of the art modules for modern perl?
What are the state of the art modules for doing things in modern perl?
Moose for OO DBIx::Class for RDBMS / ORM Catalyst for web applications TT for templating ...?
what does modern perl look like
There is a perception of perl being dead, old, hard to read, impossible to maintain, etc. What does modern perl look like? Let's dispel the myths
Getting windows nuances working with catalyst
DBIx::Class::EncodedColumn and a few of the Cache::* modules are having issues installing on windows. (from the RFC)
MojoMojo Themes
This is from the RFC: New to Catalyst Questions thread:
I know. I brute-forced the main catalystframework.org css into a MojoMojo theme to see how it would look. I'm not a web-designer, so don't expect wonders... You can see it here:
http://rodrigolive.googlepages.com/catmojo.jpg
Is the Catalyst Wiki code in the svn repository or backed-up somewhere? I think it would be good to have a development version (with the current content snapshot) so I can work on a makeover.
We could write an article on theming MojoMojo, if in fact it's reasonable
Step by Step Howto
I'd love to see a step by step install of catalyst on centos from downloading, to a hello world to tying that into apache and production.
I know there are tons of docs, but this is what many people look for when learning about something new
Showing changes from previous revision. Added | Supprimée
