Small blog on Static and Dynamic Websites

Static Website

Static sites are those sites mostly do not have server-side logic and mostly work with

Simple language like HTML/CSS/Javascript.

The content present on the webpage does not change frequently like a simple

brochure or portfolio. These sites are very light and simple.

Dynamic Website

Dynamic websites mostly comprise server-side implications where the data

is fetched from the database or loaded data to the database.

Example - any social media application where the data is changed every second

as many users interact simultaneously.