<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Rohit Shinde</title>
    <description>The latest articles on DEV Community by Rohit Shinde (@shinderohit127).</description>
    <link>https://dev.to/shinderohit127</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F328560%2F691ce8a9-76bb-41c8-8bc3-ed7ef6228276.png</url>
      <title>DEV Community: Rohit Shinde</title>
      <link>https://dev.to/shinderohit127</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shinderohit127"/>
    <language>en</language>
    <item>
      <title>IPFS: Making Web3 truly decentralized</title>
      <dc:creator>Rohit Shinde</dc:creator>
      <pubDate>Sat, 16 Jul 2022 16:02:10 +0000</pubDate>
      <link>https://dev.to/shinderohit127/ipfs-making-web3-truly-decentralized-jfa</link>
      <guid>https://dev.to/shinderohit127/ipfs-making-web3-truly-decentralized-jfa</guid>
      <description>&lt;p&gt;The InterPlanetary File System (IPFS) is a distributed, peer-to-peer file-sharing network that underpins the decentralized web.&lt;/p&gt;

&lt;p&gt;A centralised service failure, such as a hosting server or domain name system (DNS) issue, or a distributed denial of service (DDOS) assault, is frequently to blame when a website goes down. Sometimes it involves internet censorship, especially in nations that block certain information to keep it away from their population.&lt;/p&gt;

&lt;p&gt;How can you help? The InterPlanetary File System, or IPFS, tries to address this issue. It is a decentralised, peer-to-peer file-sharing network and open-source Web3 service created to circumvent censorship attempts and centralised points of failure and guarantee that everyone has unrestricted access to the internet.&lt;/p&gt;

&lt;p&gt;In order to prevent abrupt internet disappearance of digital data like non-fungible token (NFT) crypto collectibles, it is also a technique to back them up. Here is an explanation of how IPFS functions and how to utilise it.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is IPFS
&lt;/h2&gt;

&lt;p&gt;IPFS, a service created by Protocol Labs, makes use of a distributed network of computers to house material, including mirrors of files, applications, and web pages that you may access by inputting links.&lt;/p&gt;

&lt;p&gt;IPFS links direct you to the material rather than a specific place, which may be held on any number of nodes or computers throughout the world. However, the website or information will always remain available as long as it is hosted on at least one machine.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;As of August 2021, IPFS claims to have 2 million unique weekly users, some 200,000 network nodes, and about 125TB worth of gateway traffic per week.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  How Does IPFS Work
&lt;/h2&gt;

&lt;p&gt;When a file is posted to IPFS, it is divided into smaller pieces, scattered among several computers, and given a hash so users can find it. IPFS links are based on the distinctive hash identifier of each item, as opposed to using a familiar location-based link like the conventional web. This assists in determining which node or nodes have the file or website available; it is then sent to the user through a peer-to-peer connection, similar to BitTorrent technology.&lt;/p&gt;

&lt;p&gt;Although IPFS is not built on blockchain, it is also immutable since if the contents were modified, the hash would likewise change. To ensure that the complete history is kept, IPFS provides a versioning mechanism that enables you to upload a new version of a file and relate it to the previous one.&lt;/p&gt;

&lt;h2&gt;
  
  
  Who's using IPFS
&lt;/h2&gt;

&lt;p&gt;IPFS is already being used by a wide range of Web3 services for a number of applications. The following are some of the featured services:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;📂 &lt;a href="https://filecoin.io/"&gt;Filecoin&lt;/a&gt;, Protocol Labs’ own distributed storage network, is based on IPFS. It incentivizes node operators to host files via cryptocurrency rewards.&lt;/li&gt;
&lt;li&gt;🎵 &lt;a href="https://audius.co/"&gt;Audius&lt;/a&gt;, a decentralized music service, uses IPFS to host its audio files.&lt;/li&gt;
&lt;li&gt;🦄 &lt;a href="https://www.pinata.cloud"&gt;Pinata&lt;/a&gt; is an NFT hosting service that uses IPFS to back up crypto collectibles for partners like Rarible and Sorare.&lt;/li&gt;
&lt;li&gt;🚚 &lt;a href="https://morpheus.network/"&gt;Morpheus.Network&lt;/a&gt; is a supply chain network service that also utilizes IPFS.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How to Use IPFS
&lt;/h2&gt;

&lt;p&gt;While some require an add-on, several browsers inherently enable surfing IPFS. Brave and Opera both support IPFS links directly, allowing you to access the website or file by just pasting the URL into your browser. If you prefer to locally verify material, you may use Brave to view IPFS content through your own local node rather than a public gateway.&lt;/p&gt;

&lt;p&gt;Alternatively, you may use a public gateway like &lt;a href="https://ipfs.io"&gt;ipfs.io&lt;/a&gt; or &lt;a href="https://cloudflare-ipfs.com"&gt;cloudfare-ipfs.com&lt;/a&gt; to access IPFS material from any browser. There is a lengthy number of other gateways accessible, and clicking the link will automatically direct you to IPFS information through a gateway.&lt;/p&gt;

&lt;h2&gt;
  
  
  Running and IPFS Node
&lt;/h2&gt;

&lt;p&gt;Would you want to operate your own IPFS node and contribute to the network? Using Protocol Labs' official software package, IPFS Desktop, is the simplest way to get started. It allows you to install and manage your own node so you may upload your own data to the network. It is available for Windows, Mac, and Ubuntu. Would you mind sharing a photo of your cats? Easy as pie, really.&lt;/p&gt;

&lt;p&gt;Meanwhile, Chrome, Edge, Brave, Firefox, and Opera all support the web browser add-on known as IPFS Companion. You may use your browser to communicate with IPFS Desktop and your installed IPFS node. Additionally, it gives ipfs:/ addresses functionality to browsers that don't already have it.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;In 2017, the Turkish government blocked access to Wikipedia. The IPFS team responded by mirroring the Turkish version of the website on its decentralized network.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  The Future
&lt;/h2&gt;

&lt;p&gt;Despite the fact that, as of this writing, IPFS has not updated its public roadmap since early 2020, IPFS Project Lead Molly Mackinlay stated on GitHub that her team is concentrating on a number of technical improvements as well as further browser integrations. The work her team is doing to better explain the benefits of using IPFS is arguably the most intriguing.&lt;/p&gt;

&lt;p&gt;It is, ultimately, the pitch. At its most basic level, IPFS should make sense to any web-savvy user, but how many of those people want to download and run a node while using cumbersome content identifier (CID) connections rather than typical, well-known online URLs?&lt;/p&gt;

&lt;p&gt;Like many Web3 platforms, IPFS is currently not as slick and user-friendly as normal webpages, although this could change over time, especially as more web browsers begin to support native links. Unstoppable Domains is another service that offers simpler-to-remember URLs that refer to IPFS content, and more browsers are beginning to accept them as well.&lt;/p&gt;

&lt;p&gt;IPFS has cleverly used the expanding NFT business as a tool to strengthen its case. There were suddenly reports of people's expensive new purchases going missing because the platform or server hosting them fell down as NFT collectibles took off in early 2021. The distributed network may be properly backed up using IPFS; there is a dedicated website for this purpose, and NFT markets like OpenSea have included the feature as well.&lt;/p&gt;

&lt;p&gt;Otherwise, it appears like Protocol Labs is concentrated on extending the IPFS concept into new products and use cases. Filecoin is a distributed online storage platform that uses IPFS as its foundation and compensates node operators in bitcoin for their unused storage and bandwidth. The company introduced Web3.storage in August 2021, a service that integrates with IPFS and Filecoin to make it easier to build Web3 apps.&lt;/p&gt;

&lt;p&gt;Other intriguing applications of IPFS are being utilised to support Web3 development in the future. For instance, the governance voting platform Snapshot enables token holders to participate in proposals within decentralised autonomous organisations (DAOs), a frequent element of decentralised finance (DeFi) initiatives.&lt;/p&gt;

</description>
      <category>blockchain</category>
      <category>technology</category>
      <category>ipfs</category>
      <category>web3</category>
    </item>
    <item>
      <title>What and Why Web 5.0</title>
      <dc:creator>Rohit Shinde</dc:creator>
      <pubDate>Wed, 29 Jun 2022 16:16:30 +0000</pubDate>
      <link>https://dev.to/shinderohit127/what-and-why-web-50-350c</link>
      <guid>https://dev.to/shinderohit127/what-and-why-web-50-350c</guid>
      <description>&lt;p&gt;Jack Dorsey, the former CEO of Twitter, has unveiled his plans for Web 5.0, a new decentralised web platform that he says would "restore control of data and identity to users." How would Web 5.0 vary from Web 3.0 and Web 2.0? What is Web 5.0?&lt;/p&gt;

&lt;p&gt;Here is a quick history of the Web to help you comprehend the changes:&lt;/p&gt;

&lt;p&gt;&lt;u&gt;Web 1.0 (1990 - 2000) - Read Only Web&lt;/u&gt;&lt;/p&gt;

&lt;p&gt;The earliest iteration of the worldwide network for digital communications was known as Web 1.0. It is sometimes referred to as the "read-only" Internet since it consisted of static web pages and only permitted passive interaction.&lt;/p&gt;

&lt;p&gt;&lt;u&gt;Web 2.0 (2000 - 2010) - Read and Write Web&lt;/u&gt;&lt;/p&gt;

&lt;p&gt;The "read and write" Internet represented the next phase in the development of the web. Because users could now connect with servers and other users, the social web was born. This is the internet as it exists now.&lt;/p&gt;

&lt;p&gt;&lt;u&gt;Web 3.0 (2010 - 2020) - The Semantic Web&lt;/u&gt;&lt;/p&gt;

&lt;p&gt;The phrase "Web 3.0" is in use to describe the next iteration of the Internet, which is a "read-write-execute" web with decentralisation at its core.&lt;/p&gt;

&lt;p&gt;It refers to a digital environment created using blockchain technology, where individuals may communicate with one another directly.&lt;/p&gt;

&lt;p&gt;&lt;u&gt;What is Web 5.0?&lt;/u&gt;&lt;/p&gt;

&lt;p&gt;Web 5.0 was been unveiled by Jack Dorsey's cryptocurrency project, The Block Head (TBH). The objective, as stated on their &lt;a href="https://developer.tbd.website/projects/web5/"&gt;official website&lt;/a&gt;, is to create a more decentralised online that gives you control over your data and identity. That is remarkably similar to what Web 3.0 was pushing and giving.&lt;/p&gt;

&lt;p&gt;The objective of Web 5.0 is to develop a special collection of tools based on Bitcoin that would alter the current financial system. By doing this, investors and people would be able to own and secure their data as well as maintain control over all of their interactions.&lt;/p&gt;

&lt;p&gt;Simply put, Web 5.0 is Web 2.0 plus Web 3.0 that will allow users to ‘own their identity’ on the Internet and ‘control their data’.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--4HYIO6gR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/dcpeg8893yvar6o44631.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--4HYIO6gR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/dcpeg8893yvar6o44631.png" alt="Simply put, Web 5.0 is Web 2.0 plus Web 3.0 that will allow users to ‘own their identity’ on the Internet and ‘control their data’." width="880" height="158"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why Web 5.0?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The TBH outlines two use scenarios for how Web 5.0 will alter society in the future on its website.&lt;/p&gt;

&lt;p&gt;About changing the “control of identity”, it says:&lt;/p&gt;

&lt;p&gt;"Alice is in possession of a digital wallet that securely controls her identity, data, and permissions for third-party connections and apps. A new decentralised social networking platform requires Alice to log in using her money. Alice does not need to establish a profile since she has already linked to the app using her decentralised identity, and all of the connections, relationships, and postings she makes using the app are saved on her decentralised web node. With the ability to swap applications anytime she wishes, Alice can now maintain her social character."&lt;/p&gt;

&lt;p&gt;When discussing allowing consumers freedom over their own data, it uses the example of Bob, another user, who is described as a music enthusiast who despises having his personal information tied to a single vendor since it makes him constantly repeat his playlists and songs across many music applications.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;It’s not here yet, but we can see it from here.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>blockchain</category>
      <category>technology</category>
      <category>future</category>
      <category>bitcoin</category>
    </item>
  </channel>
</rss>
