Instructions for Navigating an SQL Database

Let’s assume that you aren’t creating a database, meaning that all that’s necessary is the programming, something made simple. SQL is a database language used to navigate and organize the database of your choosing and create graphics with, but for now, you will see the programming side. Before I continue,

Continue reading

Create a Mindmap with MindMeister.com

A mind map, according to the main page of one mindmapping platform, “is a graphical representation of ideas and concepts. It’s a visual thinking tool for structuring information, helping you to better understand, remember and generate new ideas.” In other words, this software can be used to brainstorm, to represent

Continue reading

RStudio Tutorial

About RStudio RStudio is an integrated development environment (IDE) that provides a user friendly interface for programming in R. Similar to JavaScript, which we looked at briefly, R is also a programming language. R, however, is a procedural language and does not use object-oriented programming. This means that it follows a

Continue reading