Development

Migrate API: custom Drupal-to-Drupal migration

Custom Drupal-to-Drupal migration

Migrate API is worth attention not only because it’s a great framework that provides various powerful tools for data migration into Drupal. It’s also a relatively cheap way to transit to Drupal CMS. Let’s have a closer look at Migrate API
Webpack starter kit

Webpack starter kit

Webpack starter kit is a boilerplate based on webpack and npm scripts for modern web development with a basic structure for jump start your project
How to create a headless Drupal site

How to create a headless Drupal site

The Decoupled Drupal approach gives us an opportunity to build a Drupal site with separate back-end and front-end. Why do we need to do it all? Decoupled websites make a developer’s life easier and they’re able to serve content better. Let’s see how to build a headless website on our own