The first lecture on Full Stack Web Development.

Β·

2 min read

Hi Everyone,πŸ™‚

Today was my very first lecture on web development and I learned about Browser Engines.

Browser Engine is just software. The primary job of the browser engine is to transform HTML documents and other resources of a web page into an interactive visual representation on the user's device.

There are two types of engines - rendering engine and javascript engine.

Also, there are two types of websites:

1)STATIC SITES(STATIC WEBSITES)

These are websites that do not change with time frequently, they generally do not fetch data or logic from the server side.

HTML, CSS, and Javascript are generally used to build a Static website.

Examples of Static websites are; Gym websites, portfolios, resumes, showcase works, blogging, etc.

Advantages of Static websites-πŸ™‚

1)simplicity

2)speed

3)cost-effectiveness

4)scalability

Disadvantages of Static websites-πŸ™

1)limited functionality.

2)lack of flexibility.

3)no user experience.

4)bad for complex implementation.

DYNAMIC SITES(DYNAMIC WEBSITES)

These are the types of websites that use server-side programming and database to generate their content.

It provides dynamic and interactive functionality to the user.

It has abilities like searching data in the database, submitting form data, displaying custom content, etc.

Advantages of dynamic websites-πŸ™‚

1)flexibility

2)better SEO(search engine optimisation)

3)user interaction

4)scalability

5)advanced functionality.

Disadvantages of dynamic websites*-πŸ™*

1)a lot of overhead for simple applications

2)requires more cost for deployment and implementation.

3)complex for implementation.

That’s it for today, hope you are all doing great.🫑

UDAY JIRWANKAR

Β