About this Adventurer
Hello everyone and welcome to my personal site! While I'm just starting to get things off the ground, I wanted to do a small introduction as to who I am and what this site is for. My name is Michael. I live in the United States, on the West Coast. I'm happily married (going 15 years strong!) to an amazing woman. I work as an Application Developer, mostly focused within Web Applications & Website CMS'...
Welcome to this new Adventure!
Step into a realm where technology weaves spells of innovation, where Drupal and Angular are the twin wizards conjuring the future. Here, every byte tells a story, and every line of code is a step towards tomorrow. Through this digital odyssey, games are not mere play, but portals to other worlds, and D&D is not just a game, but a testament to the power of imagination. Embark on this adventure with me, where personal lifestyle...
Using Drupal's Search API to Create a Sitewide Search Feature
Drupal’s Search API is a powerful tool that allows you to create custom searches on any entity known to Drupal, using any kind of search engine. Typically, you would use the same database source to create the search indexing, however for large sites, this is not recommended and you should use something like the Search API SOLR additional plugin to help make sure that there isn't any performance issue with your website. For now, I'm...
10 Essential Drupal Contrib Modules every Website Should Have
Having experience with Drupal for over 5 years, I wanted to share my thoughts on what essential Drupal contributed modules that I love to have in my sites. These modules help me not just with site development, but also management, SEO, and more! But first, let me explain what Drupal is, what and how the community contributes to its module system, and then what contributed modules I personally recommend. What is Drupal? Drupal is an...
Cloudflare + DreamHost + Drupal - A User's Experience
I've used DreamHost as my hosting service for many years now. They've always been reliable, helpful, and never had much of any kind of problem with their service. A few years ago, they partnered up with CloudFlare, allowing some seamless integration and communication between the two services (as well as offering a reduced Plus membership if you so wanted to), but I never really tried CloudFlare, until this weekend. Here is my experience with switching...
Enabling APCu on DreamHost Servers with PHP 8
Now that PHP7.4 is coming to an EOL (End of Life) at the end of this year, many are upgrading to PHP8. I needed to do this for not only this site, but some other projects that were still running on PHP7.4. Thankfully, DreamHost made the upgrade process from PHP7.4 to PHP8 very easy, with a simple click and select in their control panel. However, I did notice that there was a very useful PHP...