Applications

How To Install Web Apps Using Cloudron on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Web Apps Using Cloudron on Ubuntu 18.04

Cloudron is a platform that streamlines the installation and management of apps, like WordPress, Rocket.Chat, Nextcloud, GitLab, OpenVPN, and more, to your server. A key benefit of using Cloudron is that it performs end-to-end deployment of apps. In this tutorial, you’ll install Cloudron on your server then deploy a WordPress site, as an example, to experience how Cloudron performs complete deployment automation.

Read more
How To Integrate MongoDB with Your Node Application — step-by-step Linux tutorial on Progressive Robot

How To Integrate MongoDB with Your Node Application

In the process of working with Node.js, you may find yourself developing a project that stores and queries data. This tutorial will show you how to integrate MongoDB with an existing Node application. This process will involve adding user and database information to your application code and using the Object Document Mapper Mongoose. At the end of the tutorial, you will have a working application that will take a user’s input and display it in the browser.

Read more
How to Set Up a Jekyll Development Site on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How to Set Up a Jekyll Development Site on Ubuntu 16.04

Jekyll is a static-site generator that provides some of the benefits of a Content Management System (CMS) while avoiding the performance and security issues introduced by such database-driven sites. In this tutorial, we will install a Jekyll 3.7.3 development site on Ubuntu 16.04. In later tutorials, we’ll explore the content generated here, publish a static site to the same server, and eventually deploy to a production location.

Read more
Installing and Using Ranger, a Terminal File Manager, on a Ubuntu VPS — step-by-step Linux tutorial on Progressive Robot

Installing and Using Ranger, a Terminal File Manager, on a Ubuntu VPS

This tutorial will cover how to install and use ranger, a terminal file manager. Ranger is a file management application that can be used from within a terminal window to traverse the file hierarchy and manipulate files within a simple, visually appealing interface. Ranger uses vi-like keybindings to perform many of its operations.

Read more
Cara Membangun Paginasi Khusus dengan React — step-by-step Javascript tutorial on Progressive Robot

Cara Membangun Paginasi Khusus dengan React

Metode untuk menangani set data besar terkait tampilannya adalah menggunakan teknik guliran yang tak terbatas – ketika banyak data dimuat dalam potongan seiring pengguna terus menggulir hingga sangat dekat dengan akhir halaman. Ini adalah teknik yang digunakan untuk menampilkan hasil pencarian di Google Images. Dalam tutorial ini, kita akan melihat cara membangun komponen paginasi khusus dengan React untuk melakukan paginasi pada set data yang besar. Kita akan membangun tampilan terpaginasi dari

Read more
How To Deploy a Go Web Application Using Nginx on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Deploy a Go Web Application Using Nginx on Ubuntu 18.04

In this tutorial, you will build a “Hello World” web application in Go and deploy it on an Ubuntu 18.04 server using Nginx as a reverse proxy. Go is a general-purpose programming language that is gradually becoming one of the most popular web back-end programming languages. Nginx is one of the most used web servers in the world due to its lightweight resource usage and its reliability under load.

Read more
CHAT