From 7a764c57bacc52de9d04ce29624624a0cfe3f810 Mon Sep 17 00:00:00 2001 From: Ayush Srivastava <32226567+ayushsinha30@users.noreply.github.com> Date: Wed, 30 Sep 2020 23:33:00 +0530 Subject: [PATCH 1/2] Update notes.html --- notes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notes.html b/notes.html index 4773db5..4b28cdd 100644 --- a/notes.html +++ b/notes.html @@ -16,7 +16,7 @@ ### Client-side -Client-side technologies run in your web browser (e.g Firefox, Google Chrome or Internet Explorer). The three main client-side technologies are: +Client-side technologies run in your web browser (e.g Firefox, Google Chrome or Internet Explorer) and it can easily hackable. The three main client-side technologies are: 1. HTML 2. CSS @@ -24,7 +24,7 @@ ### Server-side -Server-side technologies run on the server. There are many more possibilities here. +Server-side technologies run on the server and it can't be easily hackable. There are many more possibilities here. Technology Description Ruby on Rails A web development framework built on the Ruby programming language. From f8c4fa62108498512afeedb2a9bef5018735a3e4 Mon Sep 17 00:00:00 2001 From: Ayush Srivastava <32226567+ayushsinha30@users.noreply.github.com> Date: Wed, 30 Sep 2020 23:36:07 +0530 Subject: [PATCH 2/2] Update notes.html --- notes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notes.html b/notes.html index 4b28cdd..2fa9e71 100644 --- a/notes.html +++ b/notes.html @@ -16,7 +16,7 @@ ### Client-side -Client-side technologies run in your web browser (e.g Firefox, Google Chrome or Internet Explorer) and it can easily hackable. The three main client-side technologies are: +Client-side technologies run in your web browser (e.g Firefox, Google Chrome or Internet Explorer) and it can easily hackable. Client-side are so quick because it can check the input in brouser. The three main client-side technologies are: 1. HTML 2. CSS @@ -24,7 +24,7 @@ ### Server-side -Server-side technologies run on the server and it can't be easily hackable. There are many more possibilities here. +Server-side technologies run on the server and it can't be easily hackable. Server-side technologies are quite slow because first it send the input on server and then check the input. There are many more possibilities here. Technology Description Ruby on Rails A web development framework built on the Ruby programming language.