From 08d23b7022f85dd8a29f96d527f441be29ba378f Mon Sep 17 00:00:00 2001 From: Kevin Shin Date: Sun, 24 Dec 2023 23:18:50 -0800 Subject: [PATCH] Update Backend.md --- source/Backend/Backend.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/Backend/Backend.md b/source/Backend/Backend.md index 11be333..ddef73b 100644 --- a/source/Backend/Backend.md +++ b/source/Backend/Backend.md @@ -11,13 +11,13 @@ permalink: /Backend You're familiar with the Frontend, which represents what you see in classrooms – desks, boards, and teachers. Now, let's explore the Backend, which is like the main office managing all the school's information behind the scenes. -1. ### Servers - The School's Main Office
+### Servers - The School's Main Office
Servers act as the school's main office. They handle all the school's data – student records, schedules, grades, and more. Just like the main office keeps everything organized and secure, servers store and manage vast amounts of information for the website. -2. ### Databases - Organized Office Filing System
+### Databases - Organized Office Filing System
Databases are like the organized filing cabinets in the main office. They store specific types of information neatly arranged and easily retrievable. Each cabinet (database) holds various folders (data) categorically, making it simple to find what's needed, much like how the office keeps files organized. -3. ### RESTful - Submitting an Online Assignment
+### RESTful - Submitting an Online Assignment
RESTful is similar to submitting an assignment online. When you submit an assignment, you use a specific website. This website allows you to securely send your work (data) to the teacher through the school's system (server). This entire process is what RESTful is. Just like how submitting an assignment online ensures your work reaches the teacher smoothly and securely, RESTful enables different parts of the school (like departments or systems) to exchange information efficiently and securely. So, while the Frontend gives you the classroom experience, remember there's a sophisticated system (Backend) managing everything behind the scenes, much like the main office handles and organizes the school's information. \ No newline at end of file