Sharpen your addition skills using this random number game. It will generate a random number and you select numbers that add up to that number.
How to build your credit history
Creditworthiness plays a huge role when obtaining any type of loan, be it car, house, apartment, renting an apartment, opening new credit card or subscribing to a phone plan. Bad credit or no credit at all gets your application either denied or a loan with a very high interest rate.
Building a weather app using React Native
Building a weather app using React Native. React Native is a language developed by Facebook for building native mobile apps using only JavaScript.
Top machine learning companies in 2018
There is a common belief that lesser startups are predominantly more innovative and dynamic than more prominent established market leaders. This perception is widespread in almost all industries. The use of machine learning applications is unwavering becoming a daily phenomenon.…
Selling digital products and services online – my experience
Selling products or services online requires a solid e-commerce platform. There are numerous sites out there that offer e-commerce services but finding the right one can be a challenge. Many are overloaded with features that you end up paying for…
Failed to validate args in method GAP::Dns::record_update – cPanel issue
Recently I needed to verify my domain with Google’s Firestore to allow custom domain on emails sent by the app. I headed to the cPanel to update the TXT and CNAME records as instructed by Google. That is where I…
Fullcalendar integration using JQUERY, MySQL & PHP with repeating events support
Recently, I was working on a project that required populating events from a MySQL database to a Fullcalendar using PHP and JQuery.The repeating events were set to repeat on a given frequency such as every (n) days/weeks/months/years. The client also…
Opensource Business Management System
Today we released Small Business Management System (SBMS) under an Open Source under GPL v3 license. Small Business Management System is a lightweight platform based on Laravel framework that suitable for both small businesses and freelancers to manage invoices, projects,…
How your web hosting service provider affects your SEO
With the current trend of people shifting to the internet as a lifestyle, businesses and even individuals have now recognized the need to have an active website and almost all businesses now have websites for their companies. However, most of…
Simple Stripe and Firebase subscription and authentication
In this post, I am going to show you how you can create a subscription using Stripe and authentication using Firebase. We will create validate user’s credit card and if it is valid, we will create their account on Firebase…