Articles in this series
Convert sheng to shembeteng using nodejs. · This guide shows how to publish a node js package on npm. The package takes in a sheng word and returns a...
Prime numbers are positive integers with only 2 factors: 1 and themselves. In other words, these are numbers that can only be perfectly divided by 1...
Spoilers, 10 is not a palindrome. · A palindrome is a word or number that reads the same forward and backwards. A few examples of palindromes are : -...
Lipa na Mpesa STK push Nodejs (Mpesa Express) · Overview By the end of this guide, you should be able to integrate the Mpesa express API in Nodejs and...
Lists in Python using type hinting · Why use type hints in python? Python being a dynamically typed language means that variable types are determined...
Python projects that do not come with a requirements.txt can be a nightmare to work with. Luckily, there is a solution · Have you ever cloned a python...