Oct 10, 2013

Presentation: Front End Tools for Modern Web Apps

Presentation Abstract:
Application development on the web has drastically evolved over the last 15 years. Today web applications are often expected to act like natives apps, are JavaScript heavy, and need to work across mobile, tablet and desktop. With the rise in these application expectations comes the rise in developer skill set expectations, and when ever developers need to do more you can expect some tooling to come into the mix.

This talk will talk a brief look at the history of application development on the web and where it seems to be going in the future. From there we will then take a look at 4 tools (npm, bower, grunt, yeoman) that focus on front end development needs of todays modern web apps.

Presenter Bio:
Zan Thrash is a Principal Consultant with Object Partners, Inc and has been developing software in the Twin Cities area for over a decade. Zan has spent the last 4 years advocating and implementing Grails solutions for multiple clients across various industries, including Health Care, Higher Education, and Social Networking. Zan is an active member of the Groovy/Grails community speaking at the Groovy Users of Minnesota, Object Technology User Group of Minnesota, and GR8 Conf Us.

About the Author

Object Partners profile.

One thought on “Presentation: Front End Tools for Modern Web Apps

  1. Roberto Guerra says:

    You might want to consider nvm – the equivalent of gvm for node.

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Blog Posts
Android Development for iOS Developers
Android development has greatly improved since the early days. Maybe you tried it out when Android development was done in Eclipse, emulators were slow and buggy, and Java was the required language. Things have changed […]
Add a custom object to your Liquibase diff
Adding a custom object to your liquibase diff is a pretty simple two step process. Create an implementation of DatabaseObject Create an implementation of SnapshotGenerator In my case I wanted to add tracking of Stored […]
Keeping Secrets Out of Terraform State
There are many instances where you will want to create resources via Terraform with secrets that you just don’t want anyone to see. These could be IAM credentials, certificates, RDS DB credentials, etc. One problem […]
Validating Terraform Plans using Open Policy Agent
When developing infrastructure as code using terraform, it can be difficult to test and validate changes without executing the code against a real environment. The feedback loop between writing a line of code and understanding […]