
Daniel Sipos is a Drupal developer who lives in Brussels, Belgium. He works professionally with Drupal but likes to use other PHP frameworks and technologies as well. He runs webomelette.com, a Drupal blog where he writes articles and tutorials about Drupal development, theming and site building.
Daniel's articles
Your Own Custom Annotations – More than Just Comments!
By Daniel Sipos,
Danny teaches you how to build Doctrine-style PHP annotations for your own custom projects!
Drupal 8 Entity Validation and Typed Data Demonstration
By Daniel Sipos,
Continuing the series on Drupal entity validation and typed data, Danny now teaches us how to extend this system with custom constraints and violations
Drupal 8 Entity Validation and Typed Data Explained
By Daniel Sipos,
Drupal 8 has a new approach for validating data and restricting it to specific types and type classes. Danny will show you the ropes!
Theming Views in Drupal 8 – Custom Style Plugins
By Daniel Sipos,
Danny explains how to theme views in Drupal8 by making Drupal output native Bootstrap tabs!
Your First Drupal 8 Migration
By Daniel Sipos,
Danny explains migrations in Drupal 8 and demonstrates them on a simple example, paving the way for more complex operations
Quick Tip: Set up Drupal 8 with Composer!
By Daniel Sipos,
Danny Sipos goes through the brand new process of setting up Drupal 8 with Composer, and introduces the "Drupal Packagist", a Packagist just for Drupal!
Tutorial on Using Drupal 8 Plugin Derivatives Effectively
By Daniel Sipos,
Danny goes through the process of explaining and using Drupal 8 plugin derivatives - a most versatile approach to upgrading any Drupal app!
Crash Course of Wunderlist’s API with Guzzle
By Daniel Sipos,
Danny Sipos takes a break from Drupal to teach us about Wunderlist and it's (almost) brand new API - see how easy it is to build custom todo UIs!
Easier Authentication with Guard in Symfony 3
By Daniel Sipos,
Danny introduces Guard, a new Symfony 3 component for easier authentication
Drupal 8 Queue API – Powerful Manual and Cron Queueing
By Daniel Sipos,
Danny, our Drupal expert, explains and demonstrates a Drupal 8 queue, implementing a queue handler that can be both triggered manually, or via Cron.