Skip to main content
Stevector.com

Main navigation

  • Home
  • Blog
  • Presentations
  • Sonnet Summaries

Blog Posts

The Dramatic and Poetical Tale of the Website Hierarchy of Needs - WPCampus 2024

Published on
December 13th, 2024

Hear the story of a new stakeholder
Who asks for a seemingly simple tweak
And is answered by a chain of scolders,
Each too siloed to find what they all seek.

Read full blog post

How Pantheon Protects Your Site from Software Supply Chain Risks in Open Source

Published on
October 24th, 2024
The CMS is not the entirety of your project; it is one of many packages that your project depends on.

Read full blog post on pantheon.io

How to Build Agile Web Development Practices For City Government

Published on
February 29th, 2024
I find the Hype Cycle so emotionally loaded, I had to make a gif about it.

Read full blog post on pantheon.io

Presenting the "Too Long; Didn't Read" Version of Pantheon’s Docs

Published on
February 1st, 2024
Sometimes I'm in the mood to read deeply. When I edited the study guide for our certification test, I printed out over 200 pages of a PDF. I read closely. I made notes in pen. I translated those notes into Google Docs suggestions, and then I read a bunch more.

Most of the time I'm not in that mood.

Read full blog post on pantheon.io

Tell, Show, Be, Do: A Hierarchy of DevRel Maturity

Published on
November 6th, 2023

The lowest form of DevRel is telling.  
Ya gotta start somewhere, so tell me what  
Your product does. Please refrain from yelling.  
Too many get stuck in the telling rut.  

Read full blog post

Pantheon Includes Object Cache Pro for Painless Improved Performance

Published on
August 29th, 2023
Our clients certainly didn’t care much about how object caching got installed. They wanted their sites running fast, of course, but they expect more of our billable hours to be spent on the tickets that could see the end results more tangibly than shaving milliseconds.

Read full blog post on pantheon.io

Sonnet Summary: Is Product Led Growth (PLG) the "DevOps" of the DevRel World.

Published on
February 14th, 2023

When you hypothesize and then concoct
a product change, ask DevRel if it'll blend.

Read full blog post

Sonnet Summary: Al Gore Impersonation at DevOps Days

Published on
December 28th, 2022

Does the message change with the medium?

Read full blog post

Sonnet Summary: Rendering HTML with Drupal

Published on
December 12th, 2022

We must ask again: what are we doing?
The theme() function could return us plain lists,
Or 10 preprocess layers for viewing
More divs than should possibly exist.

Read full blog post

Sonnet Summary: Fast Teams Make Fast Websites

Published on
December 5th, 2022

Conway’s law rules everything around me:
Organizations designing systems
Replicate their communication tree.
Old insights hold true in modern prisms.

Read full blog post

Sonnet Summary: BDD is a Centered Community Rather than a Bounded Community

Published on
November 28th, 2022

Describe software from the stakeholders’ view.
That’s what BDDers do more than they
Automate tests or fix the failing hues.
Forget red to green apples. Thrive in grey.

Read full blog post

Sonnet Summary: How to Build (and Rebuild) Trust

Published on
November 14th, 2022

You need three things to earn coworkers’ trust:
Empathy, logic, Authenticity
Form a stable stool that you can adjust.
But the stool wobbles in toxicity.

Read full blog post

Decoupled Architectures: Cutting-Edge Contradictions in the 2020s

Published on
November 3rd, 2022
Deploying a container is significantly faster than provisioning a virtual machine. And the "cold start" times that annoy container-based solutions are melting away in the next generation WebAssembly and V8-based deployments.

Read full blog post on pantheon.io

How the 2010s Blew Up the Monolithic Website into Decoupled Architectures

Published on
October 20th, 2022
However broad or narrow a web professional's specialization may be, success for the whole team often depends on the individuals having enough time and space to look past the edges of their focus.

Read full blog post on pantheon.io

What Computer Assembles the Website?

Published on
September 27th, 2022
most of our community will likely find more success with the Server-Side Rendering model that is closer to what WordPress and Drupal have done for 20 years.

Read full blog post on pantheon.io

Decoupled Architectures: State of the Art, Not Bleeding Edge

Published on
September 22nd, 2022
We have heard too many horror stories of teams needing too many (figurative) band-aids on their decoupled sites because there was too much bleeding on the bleeding edge.

Read full blog post on pantheon.io

Inspiration from The Checklist Manifesto: Pause point checklists for my workday

Published on
October 14th, 2021

I saw a similarity between these three surgical checklists for moments to catch errors and three times in my workday that I needed to check myself.

Read full blog post

Announcing Pantheon's CircleCI Orb

Published on
July 2nd, 2019
Each area of technology has its preferred abstraction layers.

Read full blog post on pantheon.io

Automated Testing for EDU: It's Never Too Late

Published on
February 14th, 2019
Whatever stage your project is in there is almost certainly a way you can save time or make your site less likely to break by offloading some of your quality assurance to a computer.

Read full blog post on pantheon.io

Maslow's Hierarchy of Needs: Website Performance Edition

Published on
December 7th, 2017
With performance data in hand, you can have informed conversations with your clients about the impact of certain features on the overall site performance.

Read full blog post on pantheon.io

How Do I Know It's Working? Advanced Page Cache Edition

Published on
September 7th, 2017
As much fun as it is to curl for HTTP headers, I don't want to be doing that manually to test over the long term. I'd rather write a more readable version in Behat.

Read full blog post on pantheon.io

Pantheon Advanced Page Cache: Drupal Cache Metadata on a Global CDN

Published on
August 9th, 2017
Before leveraging the underlying Drupal cache metadata system in this way, many sites would just clear all of their caches with every node save.

Read full blog post on pantheon.io

Just Like LEGOs: Connecting Your Dev Workflow to the Internet of Things

Published on
April 19th, 2017
Spending time thinking about how to make a joke with a piece of technology requires thinking about it in different ways.

Read full blog post on pantheon.io

Continuous Integration: Pull Requests, No Distractions

Published on
February 27th, 2017
Once team members know that the robots are handling that part of the review, they can focus on more thoughtful feedback.

Read full blog post on pantheon.io

Drupal 7 to 8 Migration Diary (Part 4): migrating remote files and swapping a service class

Published on
September 12th, 2016

I’ve been hearing about the marvels of services for years as Drupal 8 was developed. I had never replaced a service for a real site. I’m glad it worked as well as promised.

Read full blog post

Drupal 8 File Migrations

Published on
September 8th, 2016
I list this option first because it requires the least effort.

Read full blog post on pantheon.io

Drupal 7 to 8 Migration Diary (Part 3): Regression found

Published on
June 12th, 2016

I think the main lesson I’m learning here is that I do still need regression tests for my migrations.

Read full blog post

Drupal 7 to 8 Migration Diary (Part 2): Using Configuration Installer to delay a canonical database

Published on
June 11th, 2016

Of the three, the database is easiest element to mess up and the hardest to fix after a mistaken change.

Read full blog post

Drupal 7 to Drupal 8 Migration Diary (Part 1): What have I gotten myself into?

Published on
June 5th, 2016

So it’s a typical side project. Some parts are handled with great care. Some are sloppy and out of date.

Read full blog post

The year gone by, the months ahead

Published on
May 29th, 2016

In September 2015 I was very excited to join Pantheon.

Read full blog post

Pagination

  • Page 1
  • Next page ››
  • Bluesky Logo
  • Twitter Logo
  • LinkedIn Logo
  • YouTube Logo