JavaScript

How To Build a Weather App with Angular, Bootstrap, and the APIXU API — step-by-step Javascript tutorial on Progressive Robot

How To Build a Weather App with Angular, Bootstrap, and the APIXU API

[Angular](https://angular.io) is a front-end web framework that allows developers to build single-page applications modeled around a _model-view-controller_ (MVC) design. In this tutorial, you’ll create a weather app using Angular, Bootstrap, and the APIXU API. You’ll be able to type a location into a search form and on submission of that form, see the current weather details for that location displayed in your app.

Read more
How To Generate a Vue.js Single Page App With the Vue CLI — step-by-step Javascript tutorial on Progressive Robot

How To Generate a Vue.js Single Page App With the Vue CLI

Vue.js is a popular JavaScript framework for creating user interfaces, often described as a combination of React and Angular, borrowing the prop-driven development of React and the templating of Angular. In this tutorial, you will use the Vue CLI vue create command to create a new Vue application, then try it out by building some single-file components.

Read more
Реализация плавной прокрутки в React — step-by-step Javascript tutorial on Progressive Robot

Реализация плавной прокрутки в React

Что такое плавная прокрутка? Вместо того, чтобы нажимать на кнопку и сразу же переходить на другую часть (той же самой) страницы, пользователь переходит туда посредством анимации прокрутки. Это одна из малозаметных особенностей сайтов, которая однако имеет эстетическое значение.

Read more
How To Install Node.js on Rocky Linux 8 — step-by-step Linux tutorial on Progressive Robot

How To Install Node.js on Rocky Linux 8

In this guide, we will show you three different ways of getting Node.js installed on a Rocky Linux 8 server: using `dnf` to install the `nodejs` package from Rocky’s default AppStream repository; installing via the NodeSource repository; installing `nvm`, the Node Version Manager, and using it to install and manage multiple versions of `node`

Read more
CHAT