Raphael PralatSystem environment variables in Next.js with DockerNext.js is an excellent open-source development framework, one of its features is to use environment files for configuration. Unfortunately…Nov 29, 20216Nov 29, 20216
Raphael PralatHow to run local SQLite commands in a Docker ContainerSQLite is a very simple and powerful database engine. This is a free library that implements a stand-alone, serverless, zero-configuration…Oct 14, 2021Oct 14, 2021
Raphael PralatGolang app in a container with hot reload and dynamic local packageA good way to develop Go applications is to use a Docker container to run them. In addition, having hot reload is a useful feature to save…Feb 22, 20212Feb 22, 20212
Raphael PralatHow to live stream on Zoom with OBS?Zoom is one of the most used software to make video conferencing, and OBS (Open Broadcaster Software) is a famous free software for video…May 31, 20201May 31, 20201
Raphael PralatExample of JSON REST API for ESP32JSON is a good standard for data exchange. It can be useful to dialog with an ESP32 calling it with a JSON API, and getting its responses…Apr 1, 20202Apr 1, 20202
Raphael PralatStart an Ethereum Node on a Raspberry Pi 4 with GethIn this article, we will see how to install and use the Ethereum client Geth on a Raspberry Pi 4.Aug 10, 20192Aug 10, 20192