First, we understand
Now, we will take a look on
Note: Website and Web Application both are different things
⭐ Website or WebPages have a static content that used in the starting of internet for read only purpose.
- For Example: Wikipedia/Blogs pages are static content/data. (Whenever you refresh the website that shows you same content it is called static content)
- For Example: LinkedIn/Twitter are dynamic content. (Whenever you refresh the web app you will get new data)
In-Short:
- Static content gives you same data every time
- Dynamic content gives you different/new data
- FrontEnd/UI(User Interface) - Front End portion of the site that users see and interact.
-
BackEnd - BackEnd is a brain of your Web-App.
Let's take an example to understand this: Think about if you playing Tic Tac Toe, How the system knows that 3 circles in straight line gives you 1 point🤔?There is a some logics behinds it in the backend part that allows system to give suitable reaction.
-
DB Layer - DB layer is Database.