Skip to content
software development

Inspire innovation

software development

Inspire innovation

  • Home
  • Online Classes
  • In-person Training
programming softare development

Types of Software Developers And Their Responsibilities

codeflare March 21, 2023 No Comments

The types of software developers and their responsibilities depends largely on their area of specialization.…

Read More
react native softare development

Why React Native App Development is Cheaper in 2023

codeflare March 20, 2023 No Comments

Is React Native app development cheaper in 2023, considering that there are several software development…

Read More
softare development

What is the Best Software Development Methodology?

codeflare March 18, 2023 No Comments

Software development methodology refers to the framework or process used to develop software applications. It…

Read More
javascript softare development

Count down days, hours, minutes and seconds to a set date in JavaScript

codeflare March 16, 2023 No Comments

Question: count down days, hours, minutes and seconds to a set date in JavaScript JavaScript…

Read More
javascript programming softare development software development

Write a JavaScript Program That Prints Out Odd Numbers From 1 – 10

codeflare March 13, 2023 No Comments

Question: write a JavaScript Program That Prints Out Odd Numbers From 1 – 10 Odd…

Read More
softare development

9 Common React Mistakes and How to Solve Them

codeflare March 6, 2023 No Comments

Common React mistakes can slow you down and cause much frustration. As a software developer,…

Read More
php software development

Remove Special Characters from a String in PHP

codeflare March 2, 2023 No Comments

In this article, we will learn how to remove special characters from a string in…

Read More
softare development

Blank Row is Inserted Before New Data Row in MySQL Database

codeflare March 1, 2023 No Comments

Most times when working with MySQL, it is possible that a blank row is Inserted…

Read More
softare development

FlutterWave Payment Integration With PHP

codeflare February 20, 2023 8 Comments

FlutterWave payment integration with PHP can be a tedious process if you’re just starting out.…

Read More
softare development

7 React Life Cycle Methods You Should Know

codeflare February 1, 2023 No Comments

First developed in 2013 by Facebook, React is a JavaScript library for building user interfaces.…

Read More
softare development

How to Minify CSS

codeflare January 19, 2023 No Comments

Minifying CSS simply means to remove unnecessary characters and white space from the CSS code,…

Read More
softare development

When to Use FlatList Over ScrollView and Vice Versa in React Native

codeflare January 9, 2023 No Comments

ScrollView is a react native component that allows the user to scroll through a list…

Read More
softare development

Fetch Data From an API and Display in FlatList in React Native

codeflare January 2, 2023 No Comments

The FlatList component is an effective way to display items in a scrollable list view.…

Read More
softare development

What is Full-stack Development?

codeflare December 29, 2022 No Comments

Full-stack development refers to the practice of developing and maintaining all layers of a web…

Read More
softare development

How to Install Composer on Namecheap Server

codeflare December 27, 2022 No Comments

Composer is a package manager for PHP that helps developers manage the dependencies of their…

Read More
softare development

How to Become a Better Software Developer in 2023

codeflare December 24, 2022 No Comments

Being a great software developer involves continually learning and improving your skills, staying up-to-date with…

Read More
softare development

What is Datafication?

codeflare December 23, 2022 No Comments

Datafication is the process of turning information into data, or the transformation of various forms…

Read More
softare development

Increase and Decrease Number on Button Click in React Native

codeflare December 20, 2022 No Comments

When writing real-time software applications, there are times when you want to increase and decrease…

Read More
softare development

The Rise of Remote Work

codeflare December 14, 2022 No Comments

In recent years, remote jobs have become the new norm in many industries. There are…

Read More
softare development

How to Get started With Low Code and No Code Technology

codeflare December 7, 2022 No Comments

If you’re looking to get started with low code and no code technology, it’s important…

Read More
softare development

Remove Leading Zero From String in Javascript

codeflare December 5, 2022 No Comments

This is especially useful when you want to format phone numbers by removing the leading…

Read More
softare development

This is How VAR Works in Football

codeflare December 2, 2022 No Comments

The Video Assistant Referee (VAR) is used to correct obvious or potentially contentious decisions in…

Read More
softare development

Multiple Select Dropdown in HTML

codeflare November 28, 2022 No Comments

The multiple select dropdown specifies that multiple options can be selected at once. The <select>…

Read More
softare development

Add Background Video in React Native

codeflare November 24, 2022 No Comments

In this tutorial we are going to see how to add a fullscreen background video…

Read More
softare development

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

codeflare November 23, 2022 No Comments

Fiddling through the color palette to find something pleasing can be cumbersome and many times…

Read More
softare development

What is Serverless Computing And Why Does It Matter?

codeflare November 22, 2022 No Comments

In the software development industry, serverless computing is a hot new trend that has captured…

Read More
softare development

Disable Screenshot And Recording in Android Studio And React Native

codeflare November 19, 2022 No Comments

To disable screenshot and recording in android development, we first create a method following in…

Read More
softare development

Edge Computing

codeflare November 17, 2022 No Comments

As the world grows more connected, the demand for faster, more reliable access to information…

Read More
softare development

Progressive Web Apps (PWA)

codeflare November 17, 2022 No Comments

Progressive Web Apps are web applications that load like regular web pages or websites but…

Read More
blockchain

Blockchain Beyond Cryptocurrency

codeflare November 16, 2022 No Comments

As the world becomes increasingly digitized, the need for secure and efficient digital transactions has…

Read More
software development

7 Googling Tips You Probably Don’t Know Exist

codeflare November 15, 2022 No Comments

Googling tips will make your search faster and more interesting. When used rightly, Google is…

Read More
softare development

Accept Unlimited Number of Arguments in Javascript Function

codeflare November 14, 2022 No Comments

To accept unlimited number of arguments in a JavaScript function, we do the following: Generate…

Read More
javascript

Generate Random Background Color in JavaScript

codeflare November 13, 2022 No Comments

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

Read More
softare development

What Every Aspiring Software Developer Should Know

codeflare November 8, 2022 No Comments

Becoming a successful software developer involves a combination of technical skills, problem-solving abilities, and soft…

Read More
softare development

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

codeflare November 7, 2022 No Comments

At times, you get errors like this when you are trying to connect your localhost…

Read More
softare development

Store Multiple Items in AsyncStorage in React Native

codeflare October 24, 2022 No Comments

AsyncStorage is an unencrypted, asynchronous, persistent, key-value storage system that is global to the app.…

Read More
softare development

React Native Select Dropdown For Android and iOS

codeflare October 17, 2022 No Comments

The select dropdown feature is useful for presenting users with a list of predefined options…

Read More
softare development

Export Data to Excel in React JS

codeflare October 13, 2022 No Comments

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

Read More
softare development

Sort an Array in Descending Order in JavaScript

codeflare October 12, 2022 No Comments

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

Read More
softare development

How to Use Google Places AutoComplete in React Native

codeflare September 26, 2022 No Comments

The Google Places Autocomplete feature in mobile software development is useful for searching for verified…

Read More
softare development

Configuration with name ‘compile’ not found React Native

codeflare September 18, 2022 No Comments

Sometimes you get this error when you are trying to run your React Native project.…

Read More
softare development

Add Multiple Items to AsyncStorage in React Native

codeflare September 16, 2022 No Comments

Sometimes in your React Native project, you just want to store multiple items in AsyncStorage…

Read More
softare development

How to Create Your First Node JS Application

codeflare September 8, 2022 No Comments

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

Read More
softare development

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

codeflare September 5, 2022 No Comments

When creating your software application or web application, you can check if a date is…

Read More
softare development

Build a News App With Javascript ES6

codeflare August 23, 2022 No Comments

In this tutorial, we are going to build a news app with HTML, Bootstrap and…

Read More
softare development

Geolocation API

codeflare August 14, 2022 No Comments

The HTML Geolocation API is used to locate a user’s geographical position. For this to…

Read More
softare development

The Decentralised Internet And How Africa Can Position Itself

codeflare August 8, 2022 No Comments

By Femi Omoshona Decentralised technology is here to stay, and the earlier we start investing…

Read More
softare development

Is PHP Dead in 2022?

codeflare July 28, 2022 No Comments

Is PHP dead in 2022? Short answer: No, PHP is not a dead programming language.…

Read More
javascript softare development

Moment.js Cheatsheet

codeflare July 22, 2022 No Comments

Moment.js has been successfully used in millions of projects with over 12 million downloads per…

Read More
javascript softare development

JavaScript String Cheatsheet Reference

codeflare July 22, 2022 No Comments

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

Read More

Posts pagination

1 … 6 7 8 … 10

« Previous Page — Next Page »

You Missed

softare development

React Native vs. Flutter: Which is Best to Build Mobile Apps in Abuja?

Android programming softare development

How to Hire the Best Software Developers for Your Mobile App Development Project in Abuja

javascript softare development

How to Dynamically Create, Update, and Delete HTML Elements

javascript softare development

Why parseInt(’09’) Returns 0

software development

Inspire innovation

Copyright © All rights reserved | Blogus by Themeansar.

  • Facebook
  • Instagram
  • Email