Chimezie Innocent I am Chimezie, a software developer based in Nigeria. I am highly skilled in HTML, CSS, and JS to build web-accessible and progressive apps. I'm also skilled with React for web, React Native for Android apps, and Tailwind CSS. I write technical articles, too.

Stories by Chimezie Innocent

Building A Progressive Web App In Remix With Remix Pwa

Building a progressive web app in Remix with Remix PWA

Progressive web apps (PWAs) are applications that look and behave like mobile apps, but are built using web technologies. While […]

Chimezie Innocent
Nov 20, 2023 â‹… 11 min read
How To Prevent Overflow Scrolling In CSS

How to prevent overflow scrolling in CSS

Explore the CSS `overflow` property, which controls what happens to content that is too large to fit in an element’s box.

Chimezie Innocent
Nov 8, 2023 â‹… 6 min read
Using React-Toastify To Style Your Toast Messages

Using React-Toastify to style your toast messages

Use React-Toastify to style and customize toast messages in React apps so users receive appropriate feedback for their actions.

Chimezie Innocent
Oct 25, 2023 â‹… 7 min read
Using React Native Mmkv To Improve App Performance

Using react-native-mmkv to improve app performance

Let’s explore the react-native-mmkv library’s advantages over AsyncStorage and how to use MMKV in our application.

Chimezie Innocent
Sep 22, 2023 â‹… 7 min read
Integrating Ble In A React Native App With The React Native Ble Manager Package

Using react-native-ble-manager in a mobile application

Explore how react-native-ble-manager allows us to enable and scan for Bluetooth Low Energy devices within our React Native application.

Chimezie Innocent
Aug 8, 2023 â‹… 13 min read
Building A React Native Theme Switcher App With The Usecolorscheme Hook

Building a React Native theme switcher app

Learn to use the useColorScheme Hook in React Native to switch app themes between light, dark, and system modes.

Chimezie Innocent
Aug 8, 2023 â‹… 7 min read
Working With React Native Resizemode

Using resizeMode in React Native to scale images

Let’s explore the different resizeMode property values in React Native and how to use them effectively in a project.

Chimezie Innocent
Jun 8, 2023 â‹… 11 min read
How To Fetch And Handle Blob Data In React Native

How to fetch and handle blob data in React Native

The react-native-blob-util and react-native-fs packages allow us to access and manage the file systems of our devices.

Chimezie Innocent
Jun 7, 2023 â‹… 20 min read
Exploring 5 Popular React Native Color Picker Libraries

Exploring 5 popular React Native color picker libraries

React Native color picker libraries can help us select the right color scheme for our apps. Let’s look at five popular libraries we can use.

Chimezie Innocent
Apr 14, 2023 â‹… 9 min read
Using React Native Reanimated To Create Seamless Ui Transitions

Using React Native Reanimated for seamless UI transitions

Explore React Native Reanimated core features, changes in v2 and v3, and how to use this library to create smooth transitions and animations.

Chimezie Innocent
Apr 13, 2023 â‹… 9 min read
How to Use Axios POST Requests

How to use Axios POST requests

In this article, we’ll learn how to use the Axios POST method in vanilla JavaScript and a framework like React.

Chimezie Innocent
Feb 8, 2023 â‹… 9 min read
Using React Native Snackbar For Custom Pop Up Messages

Using React Native Snackbar to create custom pop-up messages

Let’s explore Snackbar, a useful React Native tool that can help you add notifications or display pop-up messages in your application.

Chimezie Innocent
Oct 5, 2022 â‹… 7 min read