Development

How To Customize React Components with Props — step-by-step Javascript tutorial on Progressive Robot

How To Customize React Components with Props

Props are arguments that you provide to a JSX element in a React application. They look like standard HTML props, but they aren’t predefined and can have many different JavaScript data types, including numbers, strings, functions, arrays, and even other React components. In this tutorial, you’ll create custom components by passing props to your component. After adding props, you will use PropTypes to define the type of data you expect a component to receive.

Read more
How To Display Data from the cloud provider API with React — step-by-step Javascript tutorial on Progressive Robot

How To Display Data from the cloud provider API with React

React and other open-source web frameworks have added to the popularity of JavaScript by making the language more accessible to new developers and increasing the productivity of seasoned developers. In this tutorial, you will become familiar with React by creating a simple application that displays data from the cloud provider API and uses the front-end framework Bootstrap for styling.

Read more
How To Format Strings in Go — step-by-step Programming tutorial on Progressive Robot

How To Format Strings in Go

In this tutorial, we’ll go over some of the ways we can work with Go strings to make sure that all output text is formatted correctly. Topics we will cover include: quotes, apostrophes, multiple lines, escape characters, and raw strings.

Read more
Индексация, разделение и управление строками в JavaScript — step-by-step Javascript tutorial on Progressive Robot

Индексация, разделение и управление строками в JavaScript

В этом учебном модуле мы изучим разницу между примитивами строк и объектом String, узнаем об индексации строк, доступе к символам в строке и общих свойствах и методах, используемых при работе со строками.

Read more
Установка Django и настройка среды разработки в Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Установка Django и настройка среды разработки в Ubuntu 20.04

Django — бесплатная веб-структура с открытым исходным кодом, написанная на Python. Она построена на принципах масштабируемости, многократного использования элементов и быстрой разработки. Также она отличается согласованностью и слабой связанностью компонентов, за счет чего…

Read more
CHAT