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 |
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
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 :)