Perl Maven Articles
Article and screencast series on the Perl Maven site:
Modern Web Frameworks
- Mojolicious the light-weight web framework
- Perl Dancer, light-weight web framework
- PSGI/Plack, the superglue between perl web application frameworks and web servers
- Catalyst The MVC web framework of Perl
- CGI, the Common Gateway Interface, for old-school web applications.
Object Oriented Perl
- Moo, the Minimalist Object Oriented system for Perl
- Moose, the 'post modern' Object Oriented system for Perl
Courses, tutorials
- Perl Tutorial
- Beginner Perl Maven video course
- Advanced Perl Maven video course
- Test Automation using Perl
Other Series
- Perl and MongoDB, the NoSQL database
- AnyEvent, asynchronous programming
- Net::Server the framework to build TCP/IP servers
- MetaCPAN - articles for CPAN users, CPAN authors, client developers, and MetaCPAN developrs.
Projets and Collections
- The search.cpan.org cloning project (Implementing a CPAN search engine using Plack/PSGI with MetaCPAN back-end.)
- Command line phonebook with MongoDB and Moo
- Indexing e-mails in an mbox
- Counter Examples
- Becoming a co-maintainer of a CPAN module - refactoring a CPAN module
- Perl::Critic
Published on 2014-12-31
If you have any comments or questions, feel free to post them on the source of this page in GitHub. Source on GitHub.
Comment on this post