JavaScript

Getting Started With Angular Using the Angular CLI — step-by-step Javascript tutorial on Progressive Robot

Getting Started With Angular Using the Angular CLI

Angular is a popular JavaScript framework that creates interactive web, mobile, and desktop applications. The Angular CLI simplifies the process of getting started with Angular. This tutorial covers building an Angular application through the Angular CLI and working with its HTML, CSS, and TypeScript files.

Read more
How To Build a Discord Bot with Node.js — step-by-step Javascript tutorial on Progressive Robot

How To Build a Discord Bot with Node.js

Discord is a chat application that allows millions of users across the globe to message and voice chat online in communities called guilds or servers. In this tutorial, you will build a Discord bot from scratch, using Node.js and the Discord.js library, which allows users to directly interact with the Discord API. You’ll set up a profile for a Discord bot, get authentication tokens for the bot, and program the bot with the ability to process commands, with arguments, from users.

Read more
How To Build Forms in React — step-by-step Javascript tutorial on Progressive Robot

How To Build Forms in React

Since most React applications are single page applications (SPAs), web forms usually do not submit the information directly from the form to a server. Instead, they capture the form information on the client-side and send or display it using additional JavaScript code. In this tutorial, you’ll build forms using React Hooks and state objects. By the end of this tutorial, you’ll be able to make a variety of forms using text inputs, checkboxes, select lists, and more.

Read more
CHAT