Do You Invest Ethically?

Does ethics have a place in your investing strategy? This is a difficult topic, but it is more relevant than ever with the current conflict in Ukraine. Since the invasion of Ukraine, over 400 companies pulled out of Russia. This is to help support the sanctions and to show solidarity …

Threads Is Coming for Twitter – Here’s What You Need to Know

A new app called Threads has been released by Meta, the parent company of Instagram, in the constantly changing world of social media. This application seeks to overthrow Twitter’s hegemony in the text-based sharing market. Twitter has vowed to sue Meta, as Twitter is not pleased with this new announcement. …

The Line between Custom Websites and DIY is Becoming Blurred

For much of recent history, a sizeable segment of professional web designers turned up their collective noses at DIY website builders. You know, those products that promise literally anyone can build a site with minimal effort. This makes sense on a couple of fronts. First, the marketing hype rarely held …

When to Use a Function Expression vs. Function Declaration

There are two ways to create functions in JavaScript: function expressions and function declarations. In this article, we will discuss when to use function expressions vs. function declarations, and explain the differences between them. Function declarations have been used for a long time, but function expressions have been gradually taking …