Skip to main content

Posts

Showing posts from January, 2025

What is deep web? Comparison between Deep Web, Surface Web and Dark Web. How do you access it?

  Deep Web:  The   Deep web is a part of the World Wide Web whose contents are not publically accessible like Bank Accounts, Email Storage, Private Database, Facebook Message anything that traditional search engine like Google, Bing, Yahoo etc. cannot access. The term “Deep Web” comes from  Michael K. Bergman  a computer scientist in 2001. It is a large portion of the internet estimated at 95%. Surface Web:  The   Surface Web  (also called the Visible   Web, Indexed Web) is a small part of the World Wide   Web  that is readily available to the general public and searchable with standard   web  search engines like Google, Bing, Yahoo etc. It is the opposite of the deep   web. It is a small portion of the internet estimated at 5%. Pic: Surface, Deep and Dark Web (From Google) Dark Web:  The   Dark web is the small part of the Deep Web where websites are purposely hidden like Drug Markets,  Whistleblower s...

What is the difference between React JS and React Native? Properties of React JS and React Native.

  ReactJS  is a JavaScript library, supporting both front end web and being run on the server, for building user interfaces and web applications. React Native  is a mobile framework that compiles to native app components, allowing you to build native mobile applications (iOS, Android, and Windows) in JavaScript that allows you to use ReactJS to build your components, and implements ReactJS under the hood.