Blog
Bandana Kumari

Storybook's integration with Drupal and WordPress can be a convenient approach to develop and test your UI components in isolation.

What is Storybook

Storybook is a javascript tool for organizing UI components in isolation (not in the context of a page or application) for JavaScript frameworks, including React, Vue, Angular, and Ruby. It also includes workflows to support visual regression and…

Image containers are in WAR
gai Team

Web publishing pros struggle with image selection, publishing and rendering on modern websites.
There are several project hours wasted in image re-work and design. Moreover, explaining this to non-technical Clients is not easy.

Taking this on a war footing, we came up with a WAR convention. This is a simple solution to communicating and documenting image dimensions. This will be helpful to the web-publishing professionals across functions for a simplified convention of image…

gai Team

2020 has been a watershed year for the global community. The pandemic COVID-19 has exposed the lacuna in our sustainability and preparedness. In the plethora of questions that have engulfed our imagination, this presentation is our ideas about the new normal.

 

In general, we believe that if you have a healthy lifestyle and are physically and mentally very fit, you are more than safe. Clean and Green surroundings enhance our sense of well being.

Please take…

Garbage collection in the mountains
gai Team

Motivation

As a Knowledge Enterprise based in the Dhauladhar mountains, it is our responsibility to ensure that our unique environment is kept as clean as possible. Waste Management initiatives is a key action to that end.

Dhauladhar Cleaners is a group of volunteers based in Dharamshala (Himachal Pradesh). Since June 2019, we have endeavored to do our bit in keeping the mountains clean and enjoyable. Our process is very much akin to the Open Source Software…

migrationd8
Lomas Gupta

In the past year, we have been actively contributing to the Drupal 8 core. We have also accomplished the migration of several enterprise class websites from Drupal 6 to Drupal 8.

We took away huge learnings from the process and challenges. In this blog, we would like to share a starter that will be helpful to anyone working on such migrations. We will cover the basic setup for a Drupal 6 to Drupal 8…

How to disable page cache
Amit Patial

We know Drupal 8 has many levels of caching:

  • Render caching
  • Dynamic page caching
  • Twig template caching

When you are developing a module or a theme it is better to disable cache on the development stage rather than clearing cache for every change being made.

  1. Copy and rename the sites/example.settings.local.php file as…