The way to write your code

Form Validation using jQuery in PHP - Clue Mediator

Form Validation using jQuery in PHP

Today we’ll show you how to implement form validation using jQuery in PHP. Moreover we will show you how to insert it into the MySQL database. There are two types...

Error handling in React - Clue Mediator

Error handling in React

Error handling should be the most important part of the large scale application so today we’ll show you the error handling in React using componentDidCatch method. There are different types...

Check Username availability using PHP and jQuery - Clue Mediator

Check username availability using PHP and jQuery

Today we’ll show you how to check username availability using PHP and jQuery. Generally we need to check if a username or email already exists or not during the registration...

Animated sticky header on scroll in React - Clue Mediator

Animated sticky header on scroll in React

Today we’ll show you how to create an animated sticky header on scroll in React JS without plugin. While you are working with react applications, it’s good practice to do...

Partially hide email address in PHP - Clue Mediator

Partially hide email address in PHP

You may have noticed that sometimes email addresses are partially hidden i.e. your******@gmail.com on google, social sites for verification and other security purposes. Today we’ll show you how to partially...

Check if a file exists in PHP - Clue Mediator

Check if a file exists in PHP

During coding, sometimes we need to check if a file exists in a given directory or not before processing it using PHP. So, today we will explain to you how...

Using branches in Git - Clue Mediator

Using branches in Git

Today we’ll give you an understanding of the branches and show you a list of git commands to play with branches. Using branches in Git, git create branch from master,...