Stanford Drupal Camp 2018 is already upon us!
The ninth annual Stanford Drupal Camp will be hosted at the Stanford Law School on April 6-7, 2018.
...
Stanford Drupal Camp 2018 is already upon us!
The ninth annual Stanford Drupal Camp will be hosted at the Stanford Law School on April 6-7, 2018.
...
BADCamp is a delightful mix of networking and educational opportunities. Along with connecting with former acquaintances and meeting new people, I attended two really informative trainings. Here’s my recap:
On the...
At the 2017 Stanford Drupal Camp, I facilitated a conversation about "Lessons Learned from 2+ Years Using Behat".
...
Today's post is a quick tutorial how to use "git grep" and "git tag" to find the earliest tag that contains a particular line of code.
TL;DR: use:
git grep <regexp> $(git rev-list --all)
...
DrupalCon (Drupal Conference) 2016 marked the 3rd DrupalCon that I attended. With Drupal 8 released, I felt it was time to go to the conference and kick the tires.
Held in historic New Orleans, I not only learned more about Drupal 8, but I learned about the beignets,...
The modern web developer has a variety of markup languages available for use in different contexts: XML, HTML, YAML, Markdown - the list goes on and on. Yet each has its limitation(s), whether that be performance, readability, or ease-of-use.
That all...
We are excited to announce that registration and session proposals are now open for Stanford Drupal Camp 2016!
Register now for the seventh Annual Stanford Drupal Camp April 1-2, 2016 at the Stanford Law...
In November, 2015, the Stanford Web Services team got to dive into Drupal 8 during a weeklong sprint. I was excited to look at the RESTful web services that Drupal 8 gives out-of-the-box; what follows is my documentation of the various types of requests supported, required...
The development team was recently given the opportunity to stand up a Drupal 8 REST server with the intent of improving on our D7 content server, learning what's new with the framework and seeing how our content types would fit into the revised architecture. Having just attended...