Tag: tutorial

Building a Climate Change MEME Generator

Memes are the most efficient messenger in society today. Is there any other vehicle that can carry a powerful statement across the world as quickly and efficiently as a good meme? This thought process was the inspiration for my group’s entry into OpenAI’s recent Climate Hackathon: The Climate Change...

Top SQL Interview Questions

Here are a dozen of the most common SQL interview questions you will see during an interview for a data professional role. I would highly suggest you attempt to answer the questions and write prospective queries for each question before you compare your answers to mine at the end...

{ Tech101: Who is Json? }

While Voorhees, Statham, and Derulo all have their talents, both good and evil, I would propose that the best Json goes to the machine-readable file format. Json, or rather JSON, is an important acronym in the tech world. JSON stands for JavaScript Object Notation. It is frequently used by...

R Tutorial: ANOVA and Simple Linear Regression

Part A. ANOVA Blue light has been a hot topic over the past few years. As people spend more time looking at screens, it is becoming increasingly important to understand the effects of blue light exposure on a person’s sleep. In this experiment, all 22 subjects are required to...

R For Beginners: R You Ready?

The Background Story R is an object oriented programming language that had its first stable beta version in 2000. The objects package data and procedures that operate on that data. For example, you can define a variable as a data frame, a table-like structure containing data, and attach instructions...