Results for: "data validation"

Contents (6)

Validating HTML forms using BULMA and vanilla JavaScript
Validating HTML forms using BULMA and vanilla JavaScript

Today we are going to write about contact forms and how to validate them using JavaScript. The contact form seems to…

read more
Introduction to REGEX - Regular Expression
Introduction to REGEX - Regular Expression

Today we are going to write about Regular Expressions known as regex or shortened  regexp, a very useful concept of…

read more
The concept of Model-View-Controller (MVC) explained
The concept of Model-View-Controller (MVC) explained

In software engineering, we use design patterns as reusable solutions to a commonly occurring problem, a pattern is like a…

read more
The exciting story of JavaScript (in brief)
The exciting story of JavaScript (in brief)

Javascript is a client-side programming language that has changed the Internet as we know it today. The term "client side"…

read more
Most Popular Node.js Frameworks in 2019
Most Popular Node.js Frameworks in 2019

Before Node.js, web developers always faced the issue of having to use different languages for client-side and server-side scripts. JavaScript…

read more