Skip to main content

The following security updates require Ubuntu Pro with 'esm-apps' enabled: Learn more about Ubuntu Pro at https://ubuntu.com/pro. Or "a risky move by Canonical"

I'm the IT-guy for my family and all our devices run Ubuntu. Older laptops have become various monitoring devices, or donated to organizations, etc. We have way more than 5 physical devices that I maintain for the family. (This article is not going to discuss the Ubuntu-based cloud, VM and container images I also maintain)

My typical setup was that the laptop and tablet devices were set for autoupdate and let them notify me on issues with upgrades. I could remote in and solve issues, etc....

Drupal + Gatsby + Node.js + Pantheon + Vercel + Plausible.io + ...

An interesting integration issue that came up with a client with a Drupal site hosted on Plausible.io with a Gatsby module that tied into Github code which triggered a Vercel deployment into an integrated flat site with 3rd party code.

Drupal is a PHP-based content management server. 

Plausible.io is a javascript-based site-tracking module that (in this case) is managed by npm

Gastby is designed to take an entire Drupal site, flatten it into a node.js implementation. and then package it for delivery. In this case it too was managed by npm

Exporting from Salesforce SOQL to Drupal Feeds. SOQL to SQL via via GuzzleHTTP

Interesting issue with an integration between a new Salesforce application and a legacy enterprise application. The data from salesforce API was limited to 50 records at once so as a workaround the Salesforce team gave access via a SQL call which could send more records each time. Consuming the data came via GuzzleHTTP which absorbed the data from Salesforce and delivers as an object as a nested associative array. E.g.

 

Subscribe to