Vr

Rotating Sculpture in VR with A-Frame

Cover image

A-Frame is a VR (Virtual Reality) framework written in JavaScript, developed by Mozilla. It runs in the browser and can display interactive 3D scenes in your VR device. How to build a VR website of a rotating sculpture with A-Frame, I want to show in this article.

Miscellany

Underground Cities of Tomorrow

Cover image

Modern cities already have parts of their infrastructure underground. Some people live today underground for work or out of necessity. Where are people living inside the earth, and how will the development of underground cities be in the future?

Web

Self-hosting Podcasts with GatsbyJS

Cover image

GatsbyJS is a fast static Content Management System (CMS). It can be individually extended by anybody knowing a bit of JavaScript and React. Since podcasts are undergoing a revival, this article shows how to self-host podcast audio files on your Gatsby website.

Web

Easy Documentation with OpenAPI for Express

Cover image

Having an Express REST API is great, but you need to teach other developers how to properly use it. This is the mission of the OpenAPI documentation specification for REST APIs.

Web

The Internet of Creatures

Cover image

What if we could connect the entire earth's biosphere with the web? This would enable us to empathize more with the world's creatures.

Web

Recognizing a Bison with ML

Cover image

The ml5.js library makes it easy for JavaScript developers to integrate machine learning (ML) in their web application. In this article, I show you how to easily recognize a bison with AI.