Skip to content
View henideepak's full-sized avatar
🎯
Focusing
🎯
Focusing
  • DOTSQUARES GLOBAL CAPABILITY CENTER (GCC)
  • CP4-228, 229, Apparel Park, Mahal Road (Hare Krishna Marg) Jagatpura, Jaipur, Rajasthan, India 302017

Block or report henideepak

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
henideepak/README.md
  • 👋 Hi, I’m @henideepak
  • 👀 I’m interested in Drupal Code and deployment
  • 🌱 I’m currently learning React and Devops CI/CD deployment Process
  • 💞️ I’m looking to collaborate on ...
  • 📫 How to reach me Mail me on [email protected] / [email protected]

Pinned Loading

  1. user_location user_location Public

    PHP

  2. store-locator store-locator Public

    provide a simple store location.

    JavaScript

  3. Drupal Message Service Drupal Message Service
    1
    \Drupal::messenger()->addStatus('Cache rebuild complete.');
    2
    
                  
    3
    \Drupal::messenger()->addWarning(t('The reference view %view_name cannot be found.', ['%view_name' => $view_name]));
    4
    
                  
    5
    \Drupal::messenger()->addError(t('The user account %id does not exist.', ['%id' => $uid]));
  4. Linex based Drupal basic command lis... Linex based Drupal basic command list for normal use.
    1
    Universal Change Folder Permission
    2
    find web/ -type d -exec chmod 755 {} \;
    3
    
                  
    4
    Universal Change File Permission
    5
    find web/ -type f -exec chmod 644 {} \;
  5. EMI Calculator EMI Calculator
    1
    <html lang="en" >
    2
        <head>
    3
    
                  
    4
      <meta charset="UTF-8">
    5
    
                  
  6. JS Table Filter JS Table Filter
    1
    <!DOCTYPE html>
    2
    <html>
    3
    <head>
    4
        <meta charset='utf-8'>
    5
        <meta http-equiv='X-UA-Compatible' content='IE=edge'>