Hook 42 at Stanford Drupal Camp 2016

Drupal 8 RC2 is out and a full release is coming on November 19th! But, in order to make more great websites on Drupal 8, we need to port a bunch of contrib projects from Drupal 7 to Drupal 8. There are a LOT of contrib projects out there (over 12,000 modules, themes, and distributions!), so the new Drupal 8 Contrib Porting Tracker helps track these projects so the community can see what’s going on in a centralized place.
We are excited to be headed to BADCamp this week! We are ready to rock UC Berkeley with our sessions, trainings, and amazingness! ... all capped off with a Drupal 8 Multilingual (D8MI) Sprint.
Corresponding Entity References (CER) is a very useful module if you have two entity references that talk to each other. If you update one entity reference, CER does all the work to make sure the other entity reference reflects that update. It makes it easy to quickly associate entity references without having to edit two entities.
Patrick Storey answers a few questions about working with the Drupal community and contributing to Drupal core. Just goes to show you do not have to be a ninja programmer or have 30 years Drupal experience to have a positive impact in the Drupal community! Thanks, Patrick. :)
I started working with Drupal around a year and a half ago. I was working on a small site in WordPress when my older brother, John Storey, suggested I check out Drupal as he had about a decade's worth of experience using Drupal.
Building a multilingual site in Drupal 7 requires a lot of patience and a lot of special-purpose modules. Checkout my Multilingual Module Madness presentation from DrupalCon Portland if you want to learn more! ;)
Any of the sessions that are welcoming to newcomers or involve best practices are strategically important for my growth. One advantage of being new, is every session can lead me to grow.
With new responsive websites, it's more important than ever to look at your site at different widths. But this can be time consuming and repetitive. Also, you may want to see how your dev site compares to your live site - for example "Did this small change I made to the css on one page change much on other pages?" Again, time consuming to do by hand. Luckily for us, here comes Wraith to the rescue!
The Hook 42 team had a great time at Stanford Drupal Camp this weekend. Kristen and Aimee presented two sessions each and four other members of our team attended, Lindsay, K2 (Kristin), Marc, and Marc's 15 year old son Dean. It was the first Drupal camp experience for the extended team and they enjoyed the great topics, beautiful facilities, and the welcoming community. Many thanks to the Stanford Drupal community for hosting such a great event!
There comes a time in every Drupal developer's day when they realize they really don't need a field on some content type or other entity. Maybe it was a field holding temporary data while you did a migration or maybe a feature was removed or maybe things have been rearchitected to use a non-field approach.