open source

How To Scrape a Website Using Node.js and Puppeteer — step-by-step Javascript tutorial on Progressive Robot

How To Scrape a Website Using Node.js and Puppeteer

In this tutorial, you will build a web scraping application using Node.js and Puppeteer. Your app will grow in complexity as you progress. First, you will code your app to open Chromium and load a special website designed as a web-scraping sandbox: [books.toscrape.com](books.toscrape.com). In the next two steps, you will scrape all the books on a single page of books.toscrape and then all the books across multiple pages. Then you will filter your scraping by category and save your data as JSON.

Read more
Cómo instalar Git en Ubuntu 18.04. — step-by-step Linux tutorial on Progressive Robot

Cómo instalar Git en Ubuntu 18.04.

Brennen Bearnes escribió una versión anterior a este tutorial. Los sistemas de control de versión son cada vez más indispensables en el desarrollo de software moderno, ya que el control de versiones le permite dar…

Read more
How To Deploy Laravel 7 and MySQL on Kubernetes using Helm — step-by-step Docker tutorial on Progressive Robot

How To Deploy Laravel 7 and MySQL on Kubernetes using Helm

In this guide, you will create a Laravel PHP application, build your app into a Docker image, and deploy that image to a Kubernetes cluster using the LAMP Helm chart. Next, you’ll set up an Ingress controller to add SSL and a custom domain name to your app. When completed, you will have a working Laravel application connected to a MySQL database that is running on a Kubernetes cluster.

Read more
How to Build Android ROMs on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How to Build Android ROMs on Ubuntu 16.04

Android is the most popular operating system in the world today. Hundreds of different original equipment manufacturers, or OEM, choose to install it on their devices because it is free, open-source, and has a large ecosystem of apps and services…

Read more
CHAT