Skip to content

Week 7

Intro to No-Code Backend Tools

What is a Back-End?

If the front-end is the ‘Presentation Layer’ (what the user interacts with)
The back-end is where the data is all stored.
The back-end, also called the server-side, consists of the server which provides data on request, the application that channels it, and the database which organizes the information.
brown wooden hallway with gray metal doors

For example, when a customer browses shoes on a website, they are interacting with the front end. 🐥
After they select the item they want, put it in the shopping cart 🛒, and authorize the purchase 💲, the information is kept inside the database 💽 which resides on the server. 💻
error

There are a wide variety of frameworks and languages used to code the application, such as Ruby on Rails, Java, C++/C/C#, Python and PHP. All of which are WELL beyond the scope of this class


Spreadsheets VS Database


🏠 Building our Database in
@Airtable

Project Name - Cam’s A&R
Columns → Artist Name, Genre, Description
There are no rows in this table

Assignment

In
@Airtable
create a 'music review' 5 row table with the columns:
| Artist | Genre | Description / Image
There are no rows in this table

Week 7 Specific Questions

If at anytime you want clarity or further explanation on a topic, types “@” and then the instructor’s name for a response beneath your question.
ex:
@Cameron Golinsky
How do I tag you on the page?
@student_who_asked: You just did it!

Questions

1)
Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.