Category: Uncategorized
-
How To Build a Simple Business Website Using AI
INTRODUCTION The advent of Artificial Intelligence (AI) has increased fears of job displacements. While the concerns are worth it, the technology itself presents new opportunities because as AI displaces the old jobs, it paves the way for new frontiers of skills and employment. Of course, fears of job displacements are in order. But…
-
Solution to FreecodeCamp’s Cash Register Project
The Cash Register Project is the most challenging in FreeCodeCamp’s Javascript Algorithms and Data Structures Certification Course. This article aims to explain how to solve the cash register challenge. The article is written for developers who are currently learning JavaScript Algorithms and Data Structures
-
Upwork Scammers and I – How to Spot and Avoid Scammers on Upwork
Do you know that Fraudsters can steal your money through Freelancing platforms? I recently dug out a tricky format that cyber fraudsters employ to defraud unsuspecting freelancers of their funds.
-
How To Create a Telephone Number Validator – Freecodecamp Project
The telephone number validator project tasks developers to create a program that receives alphanumeric inputs and checks whether such inputs are valid USA telephone numbers.
-
How to Create a Caesars Cipher with JavaScript – Freecodecamp Project
The third project in Freecodecamp’s JavaScript Algorithms and Data Structures Certification tasks learners to write a Caesars Cipher program.
-
How to Create a Roman Numeral Converter – Freecodecamp Project
This article guides you to solve the Roman Numeral Converter Project in freeCodeCamp’s JavaScript Algorithms and Data Structures Certification.
-
The solution to Freecodecamp’s Palindrome Checker Project
A palindrome is a word or sentence that is spelled the same way, forward and backward. This article walks the reader through the steps of completing freeCodeCamp’s palindrome checker project
-
How to Test Python Codes with Pycodestyle
Learn how to check your Python programs against the pep8 style conventions accepted by the Python developer community using Pycodestyle.