Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

 

NZ PHP Conference - Highlights from Hamish Friedlander and Yusuke Ando

Today SilverStripe's Community Awesomeness Manager, Cam Findlay shares insights from NZ PHP Conference speaker and...

Posted in Developers, Company

Tagged PHP, conference

by Cam Findlay / Jeffery Guo

Posted 4 September 2014

Read post

Today SilverStripe's Community Awesomeness Manager, Cam Findlay shares insights from NZ PHP Conference speaker and SilverStripe CTO Hamish Freidlander's presentation "Grown Up PHP". This is followed by insights from Yusuke Ando's talk on "Testing your PHP application with Selenium on Travis CI" shared by SilverStripe's test analyst Jeffrey Guo

5 Highlights - Hamish Friedlander - Grown Up PHP

Programming since childhood, Hamish has dedicated his life to technology. Prior to joining SilverStripe he had a four-year stint running a one-man development shop in Bali, providing HTML enlightenment and a complete range of web-based solutions in that tropical paradise. 

Hamish brings with him more than a decade of industry experience and a comprehensive knowledge of open source frameworks and languages. As CTO he uses that experience to ensure SilverStripe remains applicable to the evolving way humans use the internet, technologically advanced without becoming technical and future-focused without losing sight of the present. Additionally he regularly acts as tech lead for some of our most complex projects.

  1. Why grow up? If you don't you don't get to work on grown up things and work on good projects.
  2. Consider the cost of decisions over the entire lifecycle of a project
  3. Grown up - It's not about the stereotypical startup with cowboys, rapid development, focus on velocity, sell it now/build it later. "Things that do not exist cannot be useful"
  4. "Young" people might just have a different weighting toward risk - things work until they don't. Know and document risks, make decisions based on knowing.
  5. What IS grown up code then?? Mature code with purpose, building self-knowledge to respond in appropriate manner, not being ignorant/fearful - we are explorers!

 You can view Hamish's full presentation here

5 Highlights from Yusuke Ando - "Testing your PHP application with Selenium on Travis CI"

Yusuke Ando loves the open source community and developing software. He keeps himself busy organizing many events of PHP, Ruby and CakePHP including the Japanese PHP Conference. 

  1. Test More Frequently: Every Project -> Every Night -> Every Commit.
  2. Travis: A CI as a service, open source distributed, disposable VM, rans in Parallel and multiple versions. Fit for library developer.
  3. Integratd with many tools in notification: Email, IRC, Compfile, Flowdock, Hipchat...
  4. Able to do encryption, rerun, skip build, report converage, check code quality and has mobile support.
  5. Selenium on Travis: required Selenium-server and phpunit-selenium, Firefox, XVfb and Java are set by default.

For Ando's full slides visit Speaker Deck.  

Post your comment

Comments

No one has commented on this page yet.

RSS feed for comments on this page | RSS feed for all comments