14
19
24
15
23
18
17
16
21
13
22
20

This page is part of my digital garden. It is more like a notebook entry than a polished blog post. It’s a space where I document learnings primarily for my own reference, yet…

One of the most rewarding aspects of working with Drupal is the vibrant community. Reconnecting with colleagues and friends from around the world and witnessing the passion everyone has for Drupal and Open…

A couple of months years back, I decided to maintain a list of companies that offer IoT (internet of things) security tools and solutions, which you can find below. Please don’t hesitate to…

Editor’s Note: This article has been updated to reflect current cybersecurity trends and priorities. Financial institutions, healthcare providers, and public sector organizations are especially under the microscope. But even small to midsize enterprises…

<?php var_dump(realpath_cache_size()); ?> Enjoy! realpath_cache_size = 4M realpath_cache_ttl = 120 Note that if your using Apache Prefork-mpm mod_php to run PHP (the fastest when loading only PHP and not with static content) then…

The Block Plugin Class public function build(): array { $uri = $this->handler->getRandomFile(); “` if (!$uri) { return [ ‘#markup’ => ‘<p>No unmanaged files found.</p>’, ]; } return [ ‘#theme’ => ‘image’, ‘#uri’ =>…