My sessions

[field_track]
All levels

While Drupal is awesome, there are a lot of pitfalls that needs to be addressed, especially for a Drupal beginer. I will be talking about how I learned from mistakes and navigated around those.

  • Sample Horror Stories.
  • Development Environment.
  • Debugging the code.
  • Dependency Hell
  • How to deploy? - Common pitfalls
  • Dealing with Configuration & Content.
  • Refactoring legacy code.
  • Porting to Drupal 8 - What to expect?
  • How to convince your boss?

Duration : 30 Minutes

[field_track]
Intermediate

In my presentation, I will be walking through how content moderation system works and various nuances of it.  Will be showing a demo on a sample workflow and how we can configure that in Drupal 8

  • How content moderation system works?
  • States
  • Transistions
  • Revisions
  • Permissions
  • Programatically doing transistions
  • Multilingual content
  • Limitations of the Module
  • Addon and Other Similar Modules

Demo of a sample workflow

[field_track]
Intermediate

I would like to discuss about how we can write a progressiveley decoupled hybrid web application using ReactJS in Drupal 8. It includes sample code snippets and a simple demo on how we can integrate with a use case.

  • ReactJS and ecosystem.
  • Registering Containers.
  • Passing data from Drupal to React JS.
  • How to call Drupal functionality in ReactJS
  • Best practices.
  • Pitfalls to avoid.

Demo of a trivial application.

[field_track]
Beginner

I will be mentioning about how to accelerate Drupal 8 development by using Drupal Console to generate boiler plate code.

How to Generate

  • Modules
  • Themes
  • Block
  • Rest API
  • Controllers
  • Services
  • Form
  • Event Subscribers
  • Entity
  • and lot more.

I will also be touching about how to use Drupal console to debug your custom code & how to extend drupal console to include your custom functionality.