Applications

How To Build a Customer List Management App with React and TypeScript — step-by-step Javascript tutorial on Progressive Robot

How To Build a Customer List Management App with React and TypeScript

TypeScript has brought a lot of improvement into how JavaScript developers structure and write code for apps, especially web applications. React is an open-source JavaScript library, which developers use to create high-end user interfaces for scalable web applications. In this tutorial, you will create a customer list management application with a separate REST API backend and a frontend built with React and TypeScript.

Read more
How to Install, Run, and Connect to Jupyter Notebook on a Remote Server — step-by-step Linux tutorial on Progressive Robot

How to Install, Run, and Connect to Jupyter Notebook on a Remote Server

Jupyter Notebook is an open-source, interactive web application that allows you to write and run computer code in more than 40 programming languages, including Python, R, Julia, and Scala. This article will walk you through how to install and configure the Jupyter Notebook application on a web server and how to connect to it from your local computer.

Read more
Cómo crear una aplicación Node.js con Docker — step-by-step Docker tutorial on Progressive Robot

Cómo crear una aplicación Node.js con Docker

La plataforma Docker permite a los desarrolladores empaquetar y ejecutar aplicaciones como contenedores. Un contenedor es un proceso aislado que se ejecuta en un sistema operativo compartido, ofreciendo una alternativa más ligera para máquinas…

Read more
How To Install Webmin on Debian 10 — step-by-step Linux tutorial on Progressive Robot

How To Install Webmin on Debian 10

Webmin is a modern, web control panel for any Linux machine. It allows you to administer your server through an simple interface. In this tutorial, you’ll install and configure Webmin on a Debian 10 server and secure access to the interface with a valid certificate using Let’s Encrypt.

Read more
React でカスタムページネーションを構築する方法 — step-by-step Javascript tutorial on Progressive Robot

React でカスタムページネーションを構築する方法

ビュー上で大きなデータセットを扱う方法として、無限スクロールを利用した方法があります。これにより、ユーザーがページの終わり近くまでスクロールし続けると、より多くのデータがチャンクデータとなって読み込まれます。これは、Google 画像の検索結果を表示するために使用される手法です。このチュートリアルでは、大きなデータセットをページネーションするために React を使用してカスタムのページネーション構成を構築する方法を説明します。世界の国々のページングされたビューを構築します。

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

How To Install and Configure ownCloud on CentOS 7

ownCloud is a file sharing server that permits you to store your personal content, like documents and pictures, in a centralized location, much like Dropbox. The difference with ownCloud is that it is free and open-source, which allows anyone to use and examine it. It also returns the control and security of your sensitive data back to you, thus eliminating the utilization of a third-party cloud hosting service.

Read more
CHAT