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 Shaunak Kashyap and John-Daniel Trask

Our final installment of speaker highlights has SilverStripe's UX Developer Michael Andrewartha sharing insights from...

Posted in Developers, Company

Tagged PHP, conference

by Michael Andrewartha and Russell Michell

Posted 5 September 2014

Read post

Our final installment of speaker highlights has SilverStripe's UX Developer Michael Andrewartha sharing insights from Rackspace's Shaunak Kashkap. This is followed by Senior Developer Russell Michell's highlights from John-Daniel Trask's talk on elastic search

 Highlights from Shaunak Kashkap - The Good, the bad and the ugly of working remotely

Shaunak Kashyap has been working in the Internet software industry for over a decade. In this time Shaunak has worked at small and large companies (Yahoo) alike. He started his career at a startup in Connecticut, worked at a Hollywood production company (World Poker Tour) in LA and eventually settled in Silicon Valley. Today, Shaunak works from his home office as a Developer Advocate at Rackspace. He shared some tips on how to help remote teams.

The Bad:

  • It can be tough being the only one in the room. Meet team members first face to face can help to build relationships that will continue online and always hang out in the team shared chat space. Also make sure you know what you are getting into when you decide to work from home.

  • Watch for burnout

  • Stop cabin fever! Find a co-working space

  • Keep a work life balance! Set Pillars (thins you must do to maintain routine) and Boundaries (limits to control work/life balance)

  • Don't be the only person on a project away from the office - make sure to check that you're not the only person working remotely

The Ugly:

  • FUD! Fear, uncertainty and doubt spreads like wildfire when working remotely

    • Short term: nip it in the bud when you see it happen

    • Long term: reinforce positive behaviour, also look for it in interviews

  • Communication breakdown (Oh I didn't see... Sorry to cause offence)

    • Assume positive intent and clarify with questions

    • Repeat message on multiple channels to get things across

The Good:

  1. Pooping on the clock (space in between personal and work time)!
  2. You will get better at communication
  3. More head down time
  4. Less commute
  5. If unwell then stay at home, won't affect other workmates

 Highlights from John-Daniel Trask - Building a scalable backend with elastic search 

John-Daniel is a former winner of the NZ Hi-Tech Young Achiever Award and of New Zealand’s best known software entrepreneurs. He is co-founder / CEO of Mindscape, makers of popular error tracking software Raygun.io. Here's the highlights from Trask's presentation: 

  1. Elastic Search is “more than just search”
  2. It is the search backend for RayGunIO and also Github for indexing and querying ~8m GIT repos!
  3. A distributed search-service
  4. Runs on a JVM with a RESTful interface for updating indexes and querying
  5. Querying is done using LUCENE, the same syntax and querying system used behind the scenes in the SilverStripe fulltextsearch module.
  6. Querying can be done using custom or out-of-the-box “Aggregates” (formerly “Facets”)
  7. An “Aggregate” can be thought of as a “pre-built” search (terms, filters, etc) defined in JSON.
  8. Aggregates can contain nested JSON blocks of further query-rules.
  9. Trask noted that he was “suspicious” that he and the Raygun team had yet to run into any real scaling issues, both in terms of the size of the DB (Nodes, Shards and Indexes) or issues in terms of how fine-grained and customisable the Aggregate-based search-system could actually get.
  10. Nodes: Physical or non-physical (VM based) representations of Elastic Search installations (Caveat: See docs for confirmation)
  11. Indices: Indexed documents relate-to indices (Caveat: See docs for confirmation)
  12. Shards: ..are groups of indices spread across nodes (Caveat: See docs for confirmation)
  13. There are ~4 PHP libs for interacting with an Elastic Search backend, and one “official” one.
  14. Querying results is near realtime (taking into account the time taken to index new documents)
  15. Trask heavily advocated for an intermediary class-based mapping between stored documents and indices.

 That's our final highlights post from the first NZ PHP Conference - we can't wait for next year already!

Post your comment

Comments

No one has commented on this page yet.

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