Development

How To Generate Pages from Markdown in Gatsby — step-by-step Javascript tutorial on Progressive Robot

How To Generate Pages from Markdown in Gatsby

One of the key features of the popular static site generator Gatsby is its flexibility in consuming content sources. Markdown files are a popular file-based source to use with Gatsby. In this tutorial, you will create a Gatsby-powered static site that builds itself from local Markdown source files, using the gatsby-source-filesystem plugin to collect the files and the gatsby-transformer-remark plugin to convert them into HTML.

Read more
How To Implement Caching in Node.js Using Redis — step-by-step Databases tutorial on Progressive Robot

How To Implement Caching in Node.js Using Redis

Redis is an in-memory database that stores data in the server memory and a popular tool to cache data. You can connect to Redis in Node.js using the node-redis module, which gives you methods to retrieve and store data in Redis. You’ll build an Express app to retrieve data from a RESTful API using the axios module, modifying the app to store the data in Redis using the node-redis module. You will also use Express middleware to cache data.

Read more
Installation von Anaconda auf Ubuntu 18.04 [Quickstart] — step-by-step Linux tutorial on Progressive Robot

Installation von Anaconda auf Ubuntu 18.04 [Quickstart]

Anaconda,ein Open-Source-Paketmanager und Umgebungsmanager, wurde für Data-Science- und Machine-Learning-Workflows sowie die Verteilung der Programmiersprachen Python und R entwickelt. Dieses Tutorial beschreibt die Installation von Anaconda auf einem Ubuntu 18.04 Server….

Read more
Установка Python 3 и создание среды программирования в Ubuntu 20.04 [Краткое руководство] — step-by-step Linux tutorial on Progressive Robot

Установка Python 3 и создание среды программирования в Ubuntu 20.04 [Краткое руководство]

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

Read more
How To Install the Anaconda Python Distribution on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install the Anaconda Python Distribution on Ubuntu 16.04

This tutorial will guide you through installing Anaconda for Python 3 on an Ubuntu 16.04 server. Anaconda is an open-source package manager, environment manager, and distribution of the Python and R programming languages. It is commonly used for large-scale data processing, scientific computing, and predictive analytics, serving data scientists, developers, business analysts, and those working in DevOps.

Read more
CHAT