Programming Languages Archives
RECENT
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...
Python’s eval(): the most powerful function you should never use.
eval() is a simple and powerful function built into Python’s interpreter. As the name implies, the function...
Data Visualization in R
If you work with data, visualization is an essential skill. Not only does data visualization enable you...
The power of a SQL alias.
What is a SQL alias?
In SQL, an alias is a temporary name given to a table, column,...
C++ the rule of 5 explained.
After learning about Rvalue references in previous posts, the question of the usefulness of such a construct...






