Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by whitelisting our website.

Auto format or Masking phone number or te input field

Just take a tel input field, you can take text input also. But as I’m working with phone numbers, I am using tel input as below   <form> <label for=”#phone-number”>Phone number<span class=”required”>*</span></label> <input id=”phone-number” type=”tel” value=”” name=”phone_number” aria-label=”Please enter your phone number” placeholder=”ex. 1(111)-111-1111″ onkeyup=”phoneMask(this) “> </form>   We need to write a few lines […]

How to Apply and Join the AWS Community Builders Program

What is AWS Community Builders (AWSCB)? The AWS Community Builders Program is a prestigious initiative that recognizes and supports individuals who are passionate about AWS and actively contribute to the AWS community. As an AWS Community Builder, you’ll have the opportunity to engage with like-minded professionals, collaborate on projects, and gain valuable exposure in the […]

gitignore .env not working – remove cache from git history

Problem: I want git to ignore the .env file that contains my local development environment configuration. I’m using git in VS Code editor. This is how the .env file is listed in the .gitignore file. *.env .env But it keeps syncing with the git repository. And every time the code has been merged, the staging […]

Wordpress Social Share Plugin powered by Ultimatelysocial