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
Como criar elementos React com o JSX — step-by-step Javascript tutorial on Progressive Robot

Como criar elementos React com o JSX

O autor selecionou a Creative Commons para receber uma doação como parte do programa Write for DOnations. Neste tutorial, você aprenderá como descrever elementos com o JSX. O JSX é uma abstração que permite que…

Read more
How To Generate Pages from Markdown in Gatsby — step-by-step Javascript tutorial on Progressive Robot

How To Generate Pages from Markdown in Gatsby

One of the key features of the popular static site generator Gatsby is its flexibility in consuming content sources. Markdown files are a popular file-based source to use with Gatsby. In this tutorial, you will create a Gatsby-powered static site that builds itself from local Markdown source files, using the gatsby-source-filesystem plugin to collect the files and the gatsby-transformer-remark plugin to convert them into HTML.

Read more
How To Implement Smooth Scrolling in React — step-by-step Javascript tutorial on Progressive Robot

How To Implement Smooth Scrolling in React

What is smooth scrolling? Instead of clicking on a button and being instantly taken to a different part of the (same) page, the user is navigated there via a scroll animation. It’s one of those subtle features on a site that makes an aesthetic difference.

Read more
Installieren von Node.js unter Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Installieren von Node.js unter Ubuntu 20.04

Node.js ist eine JavaScript-Laufzeitumgebung für serverseitige Programmierung. Sie ermöglicht Entwicklern die Erstellung von skalierbaren Backend-Funktionen mit JavaScript, einer Sprache, die viele aus der Browser-basierten Webentwicklung bereits…

Read more
CHAT