About:

Drupal contributor, Commerce Guy

Website:

Specializations:

Incoming Links:

Subscribe to RSS:
The blog post provides an introduction to using Composer with Drupal 8, highlighting its necessity for managing PHP dependencies. It explains how Composer replaces the manual process of downloading libraries by automating dependen...
The blog post discusses methods for storing hierarchical data in web applications, focusing on the materialized path approach. It compares this method with others like adjacency list, nested set, and closure table, highlighting th...
The blog post discusses a debugging issue encountered by the author while using the Devel module in a Drupal environment. The author describes a scenario where a line item is cloned and modified, but due to the shallow cloning nat...
The blog post discusses the issue of PHP's requirement for a specified timezone in the php.ini file to avoid warnings. PHP 5.4 removed the autodetection of system timezones, leaving developers to manually set it. The author shares...
The blog post discusses the process of selecting a PHP framework for a university project aimed at developing a small portal. The author, Bojan Živanović, explores various frameworks, including Zend Framework 2, Lithium, Laravel 4...
The blog post discusses the development and functionality of the Commerce License and Commerce File 7.x-2.x, which provide a framework for selling access to resources. It introduces the concept of the entity bundle plugin, which a...
The blog post discusses the inefficiencies of using Drupal.org issue queues for support, highlighting that they are not designed as knowledge bases. Users often repeat questions, and maintainers waste time on repetitive answers. T...
The blog post discusses the challenges of using the Features module for install profiles in Drupal, particularly the issue of default configuration. The author highlights the need for install profiles to export and provide default...
The blog post discusses how to use a Drupal distribution as a site core via Drush Make. It outlines three solutions for adding additional modules and libraries to a distribution like Commerce Kickstart v1. The first solution invol...
The author, Bojan Živanović, returns to blogging after a two-and-a-half-year hiatus. Previously using an alpha version of Drupal 7, he found it cumbersome and switched to Twitter. Now, in May 2013, he reopens his blog, opting for ...