Applications

Настройка Jupyter Notebook с помощью Python 3 в Ubuntu 20.04 и подключение через туннель SSH — step-by-step Linux tutorial on Progressive Robot

Настройка Jupyter Notebook с помощью Python 3 в Ubuntu 20.04 и подключение через туннель SSH

Jupyter Notebook — веб-приложение с открытым исходным кодом, позволяющее создавать интерактивный код, визуализации и другие элементы и делиться ими. Этот инструмент можно использовать с несколькими языками программирования, включая Python, Julia, R, Haskell…

Read more
Deploying React Applications with Webhooks and Slack on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

Deploying React Applications with Webhooks and Slack on Ubuntu 16.04

When a developer is making continuous changes to an application, a deployment system with webhooks can streamline development, particularly for teams. Integrating Slack notifications for code changes into a team’s workflow can also be helpful if part of the team relies on back-end software like an API. In this tutorial, you will set up an application with `create-react-app` and configure a webhook deployment system that integrates with GitHub and Slack.

Read more
Comment créer une pagination personnalisée avec React — step-by-step Javascript tutorial on Progressive Robot

Comment créer une pagination personnalisée avec React

Une méthode pour traiter de grands ensembles de données sur la vue consiste à utiliser la technique du défilement infini – où davantage données sont chargées en morceaux au fur et à mesure que l’utilisateur continue à faire défiler la page très près de la fin. C’est la technique utilisée pour afficher les résultats de recherche dans Google Images. Dans ce tutoriel, nous verrons comment construire un composant de pagination personnalisé avec React, pour la pagination de grands ensembles de donnée

Read more
How To Install and Configure NATS on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure NATS on Ubuntu 16.04

NATS is an open source high performance messaging system, often described as “a central nervous system for the cloud”. In this tutorial you’ll configure gnats, the official NATS server and create a basic server overload warning system that sends out emails when server load gets too high, using `gnatsd` as its message broker.

Read more
How To Install and Configure ownCloud on Debian 9 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure ownCloud on Debian 9

ownCloud is an open-source file sharing server and collaboration platform that can store your personal content, like documents and pictures, in a centralized location. This allows you to take control of your content and security by not relying on third-party content hosting…

Read more
CHAT