CompoundJS Developer – Income and Opportunity

Before we learn about the money, let’s get this question out of the way: What Is CompoundJS? Let’s have a look at the definition from the official CompoundJS website: The compound framework is a framework for creating interactive web applications based on JavaScript. Compound’s formula is ExpressJS + structure + extensions. Where structure is the … Read more

How to Create a Custom Nested Index for Multidimensional Lists?

Problem Formulation Have you ever wanted to get the index of an item in a nightmarish nested list of lists of…, with different lengths and datatypes? Output: Well, you have found to the right place! πŸ’¬ Follow me through this step-by-step tutorial, and you’ll end up with an elegant functional solution to create a multi-dimensional … Read more

How to Generate a Sequence of Numbers

Problem Formulation and Solution Overview In this article, you’ll learn how to create a sequence of numbers in Python. To make it more fun, we have the following running scenario: Lux Lottery has decided to create a new Quick-Pick game called Lux-150. This game is based on seven (7) random numbers between 1 and 150 … Read more