DrupalCamp Atlanta 2014
As expected, I had a great time at DrupalCamp Atlanta 2014 last weekend. While I enjoy attending sessions, it is the chance to catch up with old friends and make new ones that I love.
I want to thank all of those who made this camp a great one (sponsors, ADUG, presenters, volunteers, and attendees)!
Some of my session notes can be found below (unedited):
Sessions
- Building web apps with Drupal and Mongo Entity - Bart Nason
- Mongo Entity
- Quickly create new entity types without database schema
- Store entire entity in a MongoDB collection
- Embed entities
- Consider using Watchdog with the MongoDB module
- Could use Mongo Entity to integration Drupal and MeteorJS
- Use EFQ to query
- Entity API required the ID in MongoDB to be integer IDs
- Mongo Entity
- DIY Continuous Integration: Know It. Do It. Now. - Johnnie
Fox - I wasn't able to attend :( Got there too late and the room was full. Can't wait to catch this one on video soon!
- Hybrid Drupal/Angular.js apps - Jitesh Doshi
- Could we embed Meteor apps in a Drupal app or Drupal in a Meteor app?
- Better UX because front-end is faster
- Faster development
- Demo app - http://restng-demo.spinspire.com
- Uses JSON Web Token (JWT) used for security
- Uses RESTful Web services module
- The cart related div is pure AngularJS, but the reset of the page is Drupal
Blog Category:
Original Article: