<?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: lisa simpson</title>
    <description>The latest articles on DEV Community by lisa simpson (@lisasimpson).</description>
    <link>https://dev.to/lisasimpson</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%2F706508%2Ffdf8719d-2db5-45f1-aae0-abbd3404bdf0.jpeg</url>
      <title>DEV Community: lisa simpson</title>
      <link>https://dev.to/lisasimpson</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lisasimpson"/>
    <language>en</language>
    <item>
      <title>calculator</title>
      <dc:creator>lisa simpson</dc:creator>
      <pubDate>Wed, 15 Sep 2021 09:58:16 +0000</pubDate>
      <link>https://dev.to/lisasimpson/calculator-35kp</link>
      <guid>https://dev.to/lisasimpson/calculator-35kp</guid>
      <description>&lt;p&gt;You probably heard about cryptocurrency calculators, but different types of calculators solve different tasks: quick profit calculations, converting coins, estimating your earnings from mining hardware, etc. Let’s see how each of them works and how you can use them.&lt;/p&gt;

&lt;p&gt;Crypto trading profit calculators&lt;br&gt;
The most straightforward way to calculate your profit is as follows:&lt;/p&gt;

&lt;p&gt;Subtract the buying price from the selling price and multiply the result by transaction size.&lt;/p&gt;

&lt;p&gt;E.g., you buy 2 Bitcoins (BTC) at $17.200 and sell them at a price of $19.800. 2 Bitcoins (BTC) is the size of your transaction.&lt;/p&gt;

&lt;p&gt;($19.800-$17.200)*2=$5.200&lt;/p&gt;

&lt;p&gt;This means you have $5.200 of profit. But this doesn’t account for fees or other details.&lt;/p&gt;

&lt;p&gt;A profit calculator can save time if you often conduct a number of these calculations and reduces the chance of error. We’ll review just a couple of calculators just to show you what they do.&lt;/p&gt;

&lt;p&gt;Sabe calculator&lt;br&gt;
Sabe.io is an educational platform that offers a lot of tutorials, classes, and several tools. Among the provided tools you can find a simple profit calculator.&lt;/p&gt;

&lt;p&gt;To calculate your profits, you just need to pick a currency, enter the amount and the price that you bought it for. The calculator will then use the current price from CoinMarketCap and calculate how much you gained or lost, depending on how the price has changed since your purchase.&lt;br&gt;
&lt;a href="https://arztoday.com/calculator/"&gt;https://arztoday.com/calculator/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>calculator</category>
    </item>
    <item>
      <title>What is Web3? </title>
      <dc:creator>lisa simpson</dc:creator>
      <pubDate>Wed, 15 Sep 2021 09:56:07 +0000</pubDate>
      <link>https://dev.to/lisasimpson/what-is-web3-f19</link>
      <guid>https://dev.to/lisasimpson/what-is-web3-f19</guid>
      <description>&lt;p&gt;There are a few fundamental differences between Web2 and Web3, but decentralization is at its core.&lt;/p&gt;

&lt;p&gt;Web3 enhances the internet as we know it today with a few other added characteristics. Web3 is:&lt;/p&gt;

&lt;p&gt;Verifiable&lt;br&gt;
Trustless&lt;br&gt;
Self-governing&lt;br&gt;
Permissionless&lt;br&gt;
Stateful&lt;br&gt;
Native built-in payments&lt;br&gt;
In Web3, developers don't build and deploy applications that run on a single server or that store their data in a single database (usually hosted on and managed by a single cloud provider).&lt;/p&gt;

&lt;p&gt;Instead, Web3 applications either run on blockchains, decentralized networks of many peer to peer nodes (servers), or a combination of the two that forms a cryptoeconomic protocol. These apps are often referred to as dapps (decentralized apps), and you will see that term used often in the Web3 space.&lt;/p&gt;

&lt;p&gt;To achieve a stable and secure decentralized network, network participants (developers) are incentivized and compete to provide the highest quality services to anyone using the service.&lt;/p&gt;

&lt;p&gt;When you hear about Web3, you'll notice that cryptocurrency is often part of the conversation. This is because cryptocurrency plays a big role in many of these protocols. It provides a financial incentive (tokens) for anyone who wants to participate in creating, governing, or improving one of the projects themselves.&lt;/p&gt;

</description>
      <category>webdev</category>
    </item>
  </channel>
</rss>
