Skip to content

Instantly share code, notes, and snippets.

@jjn1056
Last active June 16, 2016 22:30
Show Gist options
  • Save jjn1056/9a2e953613e82ef294668234936476a0 to your computer and use it in GitHub Desktop.
Save jjn1056/9a2e953613e82ef294668234936476a0 to your computer and use it in GitHub Desktop.
Wishlist for YAPC:EU talks
--- Modern Application Design
@jjn1056
Copy link
Author

jjn1056 commented Jun 14, 2016

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

@frioux
Copy link

frioux commented Jun 16, 2016

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