fbpixel
Creating a desktop application with Electron

Creating a desktop application with Electron

In this tutorial, we’ll look at how to create a desktop application using the Electron framework. This programming environment enables you to develop GUIs using the Web languages JavaScript, HTML and CSS, compatible with several OS. Setting up the programming...
Displaying a Video on a React Native App

Displaying a Video on a React Native App

In this tutorial, we’ll look at how to integrate video into a React Native application. To do this, we’ll create a video stream from a computer and retrieve the video signal from the Android device. React Native project configuration To integrate a video...
Creating a navigation menu with React Native

Creating a navigation menu with React Native

In this tutorial, we’ll look at how to set up a navigation menu with different screens in React Native. To do this, we’ll use the React Navigation library N.B.: Another alternative react-native-navigation exists but does not work with my environment....
Install and configure GRBL for Ramps 1.4 (MPCNC)

Install and configure GRBL for Ramps 1.4 (MPCNC)

In this tutorial, we’ll look at how to configure the GRBL 0.9 firmware for Ramps 1.4 with Arduino Mega 2560 and interface with LaserGRBL. To control your CNC or MPCNC with LaserGRBL, you need to install and configure firmware on your Arduino board, so that it...
Creating an application with React Native and VSCode

Creating an application with React Native and VSCode

In this tutorial, we’ll look at how to program a smartphone application using React Native and VSCode. React Native is a powerful tool for creating cross-platform applications (Android, IOs) using the JavaScript language. Visual Studio Code is a code editor for...