Drupal vs. WordPress: A Comprehensive Comparison
By Sean Lang
As a freelance developer with extensive experience in both Drupal and WordPress, I’ve seen firsthand the strengths and weaknesses of each platform.
Read Blog PostBy Sean Lang
As a freelance developer with extensive experience in both Drupal and WordPress, I’ve seen firsthand the strengths and weaknesses of each platform.
Read Blog PostBy Sean Lang
As a Freelance WordPress Developer, I work with clients in a variety of ways depending on their specific needs.
Read Blog PostBy Sean Lang
After years of banging on to my clients about the importance of having high Google Lighthouse scores, I finally found the time over the weekend to practice what I preach.
Read Blog PostBy Sean Lang
PHP 8.0 will reach end of life on November 26, 2023. This means that it will no longer receive security updates or bug fixes.
Read Blog PostBy Sean Lang
In today’s digital age, businesses of all sizes are increasingly turning to Freelancer WordPress Developers for their marketing and design needs.
Read Blog PostBy Sean Lang
Tailwind CSS is a utility-first CSS framework that provides a set of classes that can be used to style web pages. It is a popular choice for web developers because it is easy to learn and use, and it allows for a great deal of flexibility in terms of styling.
Read Blog PostBy Sean Lang
WordPress and Drupal are two of the most popular content management systems (CMS) in the world.
Read Blog PostBy Sean Lang
function TEMPLATE_preprocess_html(&$variables) { $variables[‘attributes’][‘class’][] = \Drupal::service(‘theme.manager’)->getActiveTheme()->getName(); }
Read Blog Post