School Of Programming Archives

RECENT

Web scraping with Python: Requests

Web scraping is the process of extracting data from websites. It can be as simple as manually...

Creating Fake Data in Python Using Faker

What’s the difference between fake data and synthetic data? Fake data and synthetic data are both used to...

Immediately invoked function expressions (IIFE) in JavaScript

An immediately invoked function expression, or IIFE (pronounced iffy), is a function that is called immediately after...

The power of a SQL alias.

What is a SQL alias? In SQL, an alias is a temporary name given to a table, column,...

Why learn to code in 2023?

Coding makes it possible to access and interact with websites. Like this one. Different kinds of code...

C++ the rule of 5 explained.

After learning about Rvalue references in previous posts, the question of the usefulness of such a construct...