mohd.ebrahim

AWS, Drupal

Create a virtual host on Ubuntu Machine in simple way

Introduction A virtual host refers to the practice of hosting multiple domain names on a single server or multiple servers. It allows a single physical server to serve multiple websites, each with its own domain name and content. Virtual hosting is commonly used in web hosting environments to efficiently utilize server resources and...

26-Feb-2024

Drupal, Front End Development

OTP Verification through Mobile Number using Javascript

Verifying a One-Time Password (dru) typically involves comparing the OTP a user provides to the one generated by a trusted system or service. OTPs are commonly used for authentication and security purposes. Here's a general outline of how to verify an OTP. User Input The user provides an OTP through an application. Generate an OTP ...

26-Sep-2023

Drupal, Front End Development

Tailwind CSS: Setup Tailwind With React

Setup tailwind with react 1. create your project folder Open the terminal and navigate your created project, and then run the below command npx create-react-app react-demo. Once reactdemo app has been created, >> go to the react-demo folder >> run the "npm start" command 2. Install Tailwind CSS and generate...

30-Apr-2023

Front End Development

Tailwind CSS: Learning For Absolute Beginners

What is Tailwind CSS ? Tailwind CSS is basically a utility-first CSS framework. Rapidly build modern websites without ever leaving your HTML. With utility classes, We can style elements on hover, focus, and more. It is a highly customizable, low-level CSS framework. This CSS framework is packed with classes like flex, pt-4,...

06-Feb-2023