BS Blog

BS - Dev Blog

Welcome to the BS (my initials) Blog.

Latest Posts:

Default Image

Lazy Like a Drupal Service: Avoiding Unnecessary Baggage on Your Website

2024-02-08

Imagine your website loaded down with unused services, like a pack mule carrying bricks it only needs on Tuesdays. That's where Lazy services in Drupal come in, your website's personal whipping boy, getting...

Read more...

JMeter - Test Random Sitemap URLs

2022-09-15

While doing some load-tests recently, I had the need to be able to mimic some crawler traffic on a large site. Something that might hit atypical URLs from time to time and not just the top pages.

Read more...

Drupal 8 / 9 - Programatically Change Field Widgets

2022-01-05

Recently I had a client who had the need to allow users to create content, but have varying levels of access to certain fields.

Read more...
Default Image

Config Readonly + Blocks (Drupal 8/9)

2021-11-15

If you currently don't use Config Readonly to protect config changes on Production, then either get on it or get outta here and stop wasting my bandwidth, jerk.

Read more...

Using JSON Stubs to Mock API Requests

2021-03-17

What is a stub?

Read more...