ncutixavier

ncutixavier @ncutixavier

About: Web developer

Location:
Kigali, Rwanda
Joined:
Jan 28, 2021

ncutixavier
articles - 8 total

Steps to Generate APK with Expo - React Native

Ensure Your App is Ready for Build: Ensure your app is configured correctly and works as...

Learn More 0 0Sep 5 '24

Let's get started with React Native + Expo

Step 1: Install Node.js 20 Make sure you have at least Node.js version 20 installed. If...

Learn More 6 0Jul 20 '24

Installing node using Rosetta 2 (Only for Macbook Users)

Let's suppose that you want to install node@14. For instance, if you need node version 14.21.3,...

Learn More 2 0Jul 15 '24

Implementing Masonry Grid with HTML, CSS, and JS

Keeping your website's design adaptable and visually appealing can be a challenge. This article...

Learn More 4 0Apr 28 '24

Session in PHP with an example

Sessions in PHP are a mechanism to store user-specific information across multiple web pages. This is...

Learn More 9 0Apr 28 '24

How to squash commit using #git reset --soft

To squash commits using git reset --soft, you need to follow a few steps. Please note that squashing...

Learn More 2 0May 22 '23

How to access global variable value using scope in JavaScript

Here, I found a good way to access value of global variable in js. //Let's declare global...

Learn More 5 0Jul 29 '21

Find number of digits in range of numbers

How many digits does it take to assign numbers to 283 employees using numbers from 1 through 283?...

Learn More 0 0Feb 6 '21