Pacific Northwest Software Symposium - October 17 - 19, 2014 - No Fluff Just Stuff

Molly Dishman

Pacific Northwest Software Symposium

Seattle · October 17 - 19, 2014

You are viewing details from a past event
Molly Dishman

Senior Consultant with ThoughtWorks, Inc.

Molly Dishman is a Senior Consultant at ThoughtWorks Inc. a global IT Software Consultancy. During her ThoughtWorks career she has developed top quality software solutions for clients all over the world. She has been a trainer, developer, technical lead and coach during her time at ThoughtWorks. Molly is passionate about solving technical problems and helping others grow and learn software development.

Presentations

Tackling Poor Javascript

Have you looked at the client side code for a website and noticed all the javacript lives in one file? Does your javascript look like a handful of javascript functions, onClick events and “this”? Having trouble to add new user interaction on your website? Have you heard about some javascript frameworks but not sure of the best steps to get there?

Migrating NoSQL

NoSQL, not using SQL, has a variety of ways to migrate data. One of my teams wrote their own automated fashion to migrate our database. While doing this we made a conscience decision to remove the ability to “roll back” the database. Why did we think this was a good idea? What are some other alternative approaches to keeping your schema current?