Best practices

A best practice is a method or technique that has been generally accepted as superior to any alternatives because it produces results that are superior to those achieved by other means or because it has become a standard way of doing things, e.g., a standard way of complying with legal Read more…

Types SEO

There are mainly 3 types of SEO 1. White hat SEO 2. Black hat SEO 3. Gray hat SEO 1. White hat SEO:- White hat refers to any practice that improves your search engine performance on a search engine results page(SERP) while maintaining the integrity of your website and staying Read more…

What is AJAX?

AJAX is a developer’s dream, because you can: Read data from a web server – after a web page has loaded Update a web page without reloading the page Send data to a web server – in the background Example : <!DOCTYPE html> <html> <body> <div id=”demo”> <h2>The XMLHttpRequest Object</h2> Read more…

What is npm?

npm is the world’s largest Software Library (Registry) npm is also a software Package Manager and Installer The World’s Largest Software Registry (Library) npm is the world’s largest Software Registry. The registry contains over 800,000 code packages. Open-source developers use npm to share software. Many organizations also use npm to Read more…

What is React?

React is a JavaScript library created by Facebook React is a User Interface (UI) library React is a tool for building UI components Adding React to an HTML Page This quickstart tutorial will add React to a page like this: Example <!DOCTYPE html> <html lang=”en”> <title>Test React</title><!– Load React API Read more…