codeflare

Remove Leading Zero From String in Javascript

This is especially useful when you want to format phone numbers by removing the leading zero. const num = '08084764545';…

2 years ago

This is How VAR Works in Football

The Video Assistant Referee (VAR) is used to correct obvious or potentially contentious decisions in football. It helps make sure…

2 years ago

Multiple Select Dropdown in HTML

The multiple select dropdown specifies that multiple options can be selected at once. The <select> tag in HTML allows users…

2 years ago

Add Background Video in React Native

In this tutorial we are going to see how to add a fullscreen background video in React Native. The first…

2 years ago

RGBA Colors – A Guide on How to Implement Them In Your Design

Fiddling through the color palette to find something pleasing can be cumbersome and many times we give up after just…

2 years ago

What is Serverless Computing And Why Does It Matter?

In the software development industry, serverless computing is a hot new trend that has captured conversations and industries. From general…

2 years ago

Disable Screenshot And Recording in Android Studio And React Native

To disable screenshot and recording in android development, we first create a method following in our MainActivity.java file. This method…

2 years ago

Edge Computing

As the world grows more connected, the demand for faster, more reliable access to information increases. Edge computing is a…

2 years ago

Progressive Web Apps (PWA)

Progressive Web Apps are web applications that load like regular web pages or websites but can offer the user functionality…

2 years ago

Blockchain Beyond Cryptocurrency

As the world becomes increasingly digitized, the need for secure and efficient digital transactions has never been greater. Blockchain technology…

2 years ago

7 Googling Tips You Probably Don’t Know Exist

Googling tips will make your search faster and more interesting. When used rightly, Google is one of the most powerful…

2 years ago

Accept Unlimited Number of Arguments in Javascript Function

To accept unlimited number of arguments in a JavaScript function, we do the following: sum = (...numbers) => { let…

2 years ago

Generate Random Background Color in JavaScript

Using one of the powerful features of JavaScript, we can write a program that generates a random background color every…

2 years ago

What Every Aspiring Software Developer Should Know

Becoming a successful software developer involves a combination of technical skills, problem-solving abilities, and soft skills. Here's a comprehensive list…

2 years ago

Error: Request header field Content-Type is not allowed by Access-Control-Allow-Headers

At times, you get errors like this when you are trying to connect your localhost application to a remote server.…

2 years ago

Store Multiple Items in AsyncStorage in React Native

AsyncStorage is an unencrypted, asynchronous, persistent, key-value storage system that is global to the app. It should be used instead of…

2 years ago

React Native Select Dropdown For Android and iOS

The select dropdown feature is useful for presenting users with a list of predefined options which they can select from.…

2 years ago

Export Data to Excel in React JS

To export data to Excel in React JS, let's first consider some of the scenarios where exporting data to Excel…

2 years ago

Sort an Array in Descending Order in JavaScript

Sometimes you might want to display data in an ascending order in your Javascript application. Javascript does not have an…

2 years ago

How to Use Google Places AutoComplete in React Native

The Google Places Autocomplete feature in mobile software development is useful for searching for verified locations that are available on…

2 years ago

Configuration with name ‘compile’ not found React Native

Sometimes you get this error when you are trying to run your React Native project. To solve it, navigate to…

2 years ago

Add Multiple Items to AsyncStorage in React Native

Sometimes in your React Native project, you just want to store multiple items in AsyncStorage without doing so repetitively. Here…

2 years ago

How to Create Your First Node JS Application

Node.js is useful for building back-end services like APIs, Web Applications or Mobile Applications. It’s used in production by large…

2 years ago

How to Check if a Date is Between Two Dates in JavaScript

When creating your software application or web application, you can check if a date is between two dates by using…

2 years ago

Build a News App With Javascript ES6

In this tutorial, we are going to build a news app with HTML, Bootstrap and ES6 features of javascript. We…

2 years ago

Geolocation API

The HTML Geolocation API is used to locate a user's geographical position. For this to work accurately and not compromise…

2 years ago

The Decentralised Internet And How Africa Can Position Itself

By Femi Omoshona Get mobile app templates for your mobile app projects Decentralised technology is here to stay, and the…

2 years ago

Is PHP Dead in 2022?

Is PHP dead in 2022? Short answer: No, PHP is not a dead programming language. Now here's the full explanation.…

2 years ago

Moment.js Cheatsheet

Moment.js has been successfully used in millions of projects with over 12 million downloads per week. Here's a curated moment.js…

2 years ago

JavaScript String Cheatsheet Reference

A string in Javascript represents a sequence of characters. Strings are useful for holding data that can be represented in…

2 years ago

Benefits of Learning Software Development

As the world becomes increasingly digitised, software developers are in demand in virtually every industry and there are underlying benefits…

2 years ago

JavaScript Shorten String With Three Dots

Using JavaScript, we can shorten the length of our string and just replace the rest with three dots.  let stringVal…

2 years ago

PHP Shorten String With Three Dots

Using PHP, we can shorten the length of our string and just replace the rest with three dots. This is…

2 years ago

Gmail Productivity Hacks You Should Know

With over 1.8 billion users, Gmail is a free email service provided by Google. While you may just be comfortable…

2 years ago

JavaScript Change Background Color on Click

In this tutorial, we are going to change the background color of a webpage to the one supplied by the…

2 years ago

CSS Dropdown Menu

In this tutorial, we are going to create a CSS dropdown menu that will reveal its items on hover. CSS…

2 years ago

React Native Toggle Password Visibility

Professionally built mobile app templates to kickstart your project The toggle password visibility helps for a good user experience and…

2 years ago

FizzBuzz HackerRank Challenge

Solve the fizzbuzz hackerrank challenge question: Given a number n, for each integer i in the range from 1 to…

2 years ago

React Paginated Table

A React paginated table is useful when presenting data in an organised and readable format. It's a way to present…

2 years ago

Cool CSS Tricks You Should Know

in a typical software development process, less is more. This tutorial outlines cool css tricks you should start using in…

2 years ago

How to Use Fetch API in Javascript

In this tutorial, we are going to use the Fetch API to fetch all public holidays in the United States.…

2 years ago

Remita Payment Integration: How to Generate RRR and Check Transaction Status in React JS

So the other day I was trying to integrate Remita payment integration system into a React software application I was…

2 years ago

How to Create REST API Using Vanilla PHP

API stands for Application Programming Interface. It's an intermediary that allows two applications to talk to each other by both…

3 years ago

Aspect Ratio in CSS

Aspect ratio in CSS refers to an element's proportional relationship between its width and height. Two of the most common…

3 years ago

Text to Speech in Javascript

Text to speech (also known as tts or speech synthesis) is an offshoot of the Web Speech API which provides…

3 years ago

Dynamically Populate Select Options in React JS

Dynamically Populate Select Options in React JS could be a real time-saver. When working with software applications built with libraries…

3 years ago

Remove Duplicate Values From an Array in JavaScript Using ES6

We can easily get the distinct values in our JavaScript array by using the spread operator. const arr = [1,1,4,5,5,37,57,28,67,67];…

3 years ago

How to Use Data Tables in React JS

Knowing how to use dataTables in React JS can be very rewarding and time-saving. DataTables is a powerful Javascript library…

3 years ago

Complete Sweet Alert Tutorial With React JS

Sweet Alert helps your software application give fanciful and useful feedback to users after they must have performed some action.…

3 years ago

Real-time Data Search From API Using Search Bar Filter and ListView in React Native

Real-time data search functionality can be very crucial for your React Native app, especially as it begins to scale. Let's…

3 years ago