JavaScript

How To Build a Password Strength Meter in React — step-by-step Javascript tutorial on Progressive Robot

How To Build a Password Strength Meter in React

Many web applications today insist on users’ having strong passwords, either by ensuring a minimum password length or some combination of alphanumeric characters and symbols in the password. In this tutorial, we will create a form with fields for full name, email, and password using the React JavaScript framework. We will perform some lightweight form validation and also use the zxcvbn library to estimate the strength of the password in the form while providing visual feedback.

Read more
How To Build an Inspirational Quote Application Using AdonisJs and MySQL — step-by-step Databases tutorial on Progressive Robot

How To Build an Inspirational Quote Application Using AdonisJs and MySQL

In this tutorial, you’ll build an application with AdonisJs using the CLI. You’ll create routes, controllers, models, and views within your application and you’ll carry out form validations. The example in this tutorial will be an inspirational quote application in which a user can sign up and log in to create an inspirational quote. This demo application will give you the opportunity to carry out CRUD (Create, Read, Update, and Delete) operations.

Read more
How To Deploy a Gatsby Application to an app platform — step-by-step Javascript tutorial on Progressive Robot

How To Deploy a Gatsby Application to an app platform

In this tutorial, you will deploy a Gatsby application to the cloud provider’s App Platform. App Platform is a Platform as a Service that builds, deploys, and manages apps automatically. When combined with the speed of a static site generator like Gatsby, this provides a scalable JAMStack solution that doesn’t require server-side programming.

Read more
Установка Node.js в Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Установка Node.js в Ubuntu 20.04

Node.js — это среда выполнения JavaScript для программирования на стороне сервера. Она позволяет разработчикам создавать масштабируемый серверный функционал с помощью JavaScript, языка, который многим уже знаком по веб-разработке под браузер. В этом…

Read more
CHAT