Code Crunch

How to Implement Passwordless login with AWS Cognito in Drupal 10 [Part-1]

 

Security and user experience are crucial aspects of any online service. One way to enhance both is by implementing passwordless login, where users authenticate using a One-Time Password (OTP)…

How to Automatically Create Tags for Media based on uploaded media's filename in Drupal 10

Creating an automated system to generate tags for media files based on their filenames can greatly enhance organisation and accessibility within a Drupal 10 website. This blog will guide you through the process of…

How to Create Entity Reference Exposed Filter as a Select list using View Drupal 10

Problem Statement

I have two content types : Candidates and Questions to Candidates, Now to link these two content types I am referring the candidates names as a entity…

How to Move Code from One Repository to Another without Loosing History

It might seem like a nightmare for developers when they think about moving a Code Repository from One application to Another while preserving the history but indeed its the first step that is thinking about moving it is…