<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>junjunc.eth</title>
        <link>https://paragraph.com/@junjunc</link>
        <description>undefined</description>
        <lastBuildDate>Sun, 05 Apr 2026 23:33:19 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[WEB 2.0 -> WEB 3.0]]></title>
            <link>https://paragraph.com/@junjunc/web-2-0-web-3-0</link>
            <guid>shWTTK3x9eGC7ksxn7NX</guid>
            <pubDate>Mon, 12 Sep 2022 09:02:18 GMT</pubDate>
            <description><![CDATA[Magic behind WEB 2.0 - Intro before u enter WEB 3.0 worldA webpage is basically a text file formatted a certain way so that your browser (ie. Chrome, Firefox, Safari, etc) can understand it; this format is called HyperText Markup Language (HTML). These files are located in computers that provide the service of storing said files and wait for someone to need them to deliver them. They are called servers because they serve the content that they hold to whoever needs it. In order to deliver the ...]]></description>
            <content:encoded><![CDATA[<h2 id="h-magic-behind-web-20-intro-before-u-enter-web-30-world" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Magic behind WEB 2.0 - Intro before u enter WEB 3.0 world</h2><p>A webpage is basically a text file formatted a certain way so that your browser (ie. Chrome, Firefox, Safari, etc) can understand it; this format is called HyperText Markup Language (HTML).</p><p>These files are located in computers that provide the service of storing said files and wait for someone to need them to deliver them. They are called servers because they serve the content that they hold to whoever needs it.</p><p>In order to deliver the web contents to the requester, those servers need to have address so that the person needing said content can make a request.</p><p>These addresses are called IP (Internet Protocol) Address, a set of 4 numbers that range from 0 to 255 (one byte) separated by periods (ie. 127.0.0.1).</p><p>Another concept that is important to know is that the courier service traffic for the delivery can be one of two: Transmission Control Protocol (TCP) and User Datagram Protocol (UDP). Each one determines the way the content of a server is served, or delivered.</p><p>TCP makes sure that all the content that is needed gets delivered. It accomplishes this by sending the file in small packets of data and along with each packet a confirmation to know that the packet was delivered. The downside to TCP is that because it has to confirm whether you got the packet or not before sending the next, it tends to be slower.</p><p>UDP, on the other hand, is usually used to serve live videos or online games. This is because UDP is a lot faster than TCP since UDP does not check if the information was received or not; it is not important. The only thing UDP cares about is sending the information. That is the reason why if you&apos;ve ever watched a live video and if either your internet connection or the host&apos;s drops, you would just stop seeing the content; and when the connection comes back up you will only see the current stream of the broadcast and what was missed is forever lost.</p><p>HTML is short for HyperText Markup Language and is the language of the World Wide Web. It is the standard text formatting language used for creating and displaying pages on the Web. HTML documents are made up of two things: the content and the tags that format it for proper display on pages.</p><p>Content is placed in between HTML tags in order to properly format it. It makes use of the less than symbol (&lt;) and the greater than symbol (&gt;). A slash symbol is also used as a closing tag. For example:</p><p><strong>sample</strong></p>]]></content:encoded>
            <author>junjunc@newsletter.paragraph.com (junjunc.eth)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/c5fbd18b17df3af8aa0cdb5063540b8578d485d91b86fac3be164d18ec772c3e.png" length="0" type="image/png"/>
        </item>
    </channel>
</rss>