tech-interview

JSON vs XML | JSON | XML | | :————: |:—————:| | Text based format (Not a Language) | Markup Language | | Free to define anything | Has some rules | | Smaller Size | Big in size due to markups | | JSON is similar to JavaScript | Browser need parsers to handle XML | | Objects literals. Browser read faster. | Slow processing | | No support on namespaces and comments | Both are supported |

What is Progressive Rendering?

How to optimize website assets loading?

What is Webpack?

What are the key features of Webpack?

How does Webpack handle dependencies?

What is a loader in Webpack?

Explain the concept of code splitting in Webpack

How can you optimize the size of Webpack bundles?

How can you configure Webpack?

What are the differences between Webpack 4 and Webpack 5?

How can you handle CSS in Webpack?