Last active
June 16, 2016 22:30
-
-
Save jjn1056/9a2e953613e82ef294668234936476a0 to your computer and use it in GitHub Desktop.
Wishlist for YAPC:EU talks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- Modern Application Design |
Generally Catalyst doesn't demo well since its not aimed at building a toy application in a few minutes. Also I think actually Catalyst is the smallest part of what it takes to build a real application. I think my intention here is to build a real application starting with automation of building and deployment (probably to AWS) and all that.
I also think I'm aiming to build something over iterations that leads to a type of 'one page app' although honestly in real life I see a lot fewer of these on the job :)
If I were you Jon, I'd go into some of the many hooks one can do in catalyst that are a lifesaver for large / old apps. auto, begin, end, and chaining spring to mind.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can say I've always used Dancer because there were always trainings and talks about it at YAPC. I've never seen an 'Intro to Catalyst' talk or training session. When there is a large module or framework but no one ever talks about it at a conference, it makes it seem like it is just for legacy use only.
That said, if this is just for 'Modern Application Design' then a talk should definitely contain a quick install guide with best practices (including deployment), and then get into application architecture and how to handle AJAX and single page JS frameworks since that is what everyone uses these days.