<?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: Kingsley Ugwudinso</title>
    <description>The latest articles on DEV Community by Kingsley Ugwudinso (@kingholyhill).</description>
    <link>https://dev.to/kingholyhill</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%2F623562%2F6187c996-675e-438e-9562-4894a5c1a7ad.jpg</url>
      <title>DEV Community: Kingsley Ugwudinso</title>
      <link>https://dev.to/kingholyhill</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kingholyhill"/>
    <language>en</language>
    <item>
      <title>Web 2 vs Web 3</title>
      <dc:creator>Kingsley Ugwudinso</dc:creator>
      <pubDate>Tue, 01 Mar 2022 23:35:40 +0000</pubDate>
      <link>https://dev.to/kingholyhill/web-2-vs-web-3-5h2j</link>
      <guid>https://dev.to/kingholyhill/web-2-vs-web-3-5h2j</guid>
      <description>&lt;p&gt;Web 3 has become a buzzword on the internet right now, so what is web 3 all about and how is it different from what has been around, web 2. Being part of the &lt;a href="https://blockgames.gg/"&gt;Blockgames&lt;/a&gt; internship organized by &lt;a href="https://nestcoin.com/"&gt;Nestcoin&lt;/a&gt; and &lt;a href="https://zuri.team/"&gt;Zuri&lt;/a&gt;, I have come to understand the difference between web 2 and web 3.&lt;br&gt;
One of the key differences being &lt;strong&gt;decentralization&lt;/strong&gt;. When web 3 is mentioned what comes to people's mind is decentralization. In web 2 users interact with applications which are fully centralized and controlled by one entity. All user data belongs to this entity, they have full control over their users and what happens on their platform. When it comes to web 3 applications, data is fully decentralized and open to the public. Here users have control over their data.&lt;br&gt;
Another difference is &lt;strong&gt;transparency&lt;/strong&gt;. Web 3 operates on an open system without any control from a single entity. Every transaction is open and public. In web 2, the owners determine which process, information, that will be public and openly accessible to everyone. Web 2 can be opinionated and heavily biased by a controlling entity. Web 3 provides a transparent system for all.&lt;br&gt;
Web 3 is a &lt;strong&gt;trustless&lt;/strong&gt; system meaning that the parties involved do not need to trust or know each other or a third party for the system to function. On the other web 2 requires trust. The user must trust the controlling entity not to misuse their data. Most times web 2 systems require intermediaries to bridge the trust gap. &lt;br&gt;
The above points highlighted are the key differences between web 2 and web 3. The web 3 leads us to the blockchain world, which is the technology that brings about these features. The blockchain has made it possible for things like cryptocurrencies, DeFis, Dexs, NFTs, DApps, DAOs, e.t.c. to exist. Web 3 is here to stay but not necessarily as a replacement to web 2 but as a complement.&lt;br&gt;
As a software developer already conversant with web 2 technologies, I look forward to the next 8 weeks as a &lt;a href="https://blockgames.gg/"&gt;Blockgames&lt;/a&gt; intern to hone my skills in web 3 technologies. Once again thanks to the &lt;a href="https://nestcoin.com/"&gt;Nestcoin&lt;/a&gt; team and &lt;a href="https://zuri.team/"&gt;Zuri&lt;/a&gt; team for making this possible.&lt;/p&gt;

</description>
      <category>web2</category>
      <category>web3</category>
      <category>blockchain</category>
    </item>
    <item>
      <title>My HNG Internship 8 Goals</title>
      <dc:creator>Kingsley Ugwudinso</dc:creator>
      <pubDate>Sun, 15 Aug 2021 15:23:13 +0000</pubDate>
      <link>https://dev.to/kingholyhill/my-hng-internship-8-goals-4fgp</link>
      <guid>https://dev.to/kingholyhill/my-hng-internship-8-goals-4fgp</guid>
      <description>&lt;p&gt;Coming across the HNG internship 8 post on social media, I was so eager and passionate to get into the internship because of the prestige and name it has made for itself and everyone that has been involved with it. I'm Kingsley Ugwudinso, a computer enthusiast and a lover of great things.&lt;/p&gt;

&lt;p&gt;I have been programming for about 5 years, although mainly focused on android mobile development, I have always wanted to understand the rudiment of backend software development and the Go programming language. I believe that this internship will be a very great opportunity and provide a solid platform for me to transition into backend software development with Golang, finally actualizing my dreams. &lt;/p&gt;

&lt;p&gt;I would love by the end of the 8 weeks, I would have been able to set up a go server, write and deploy clean, testable Go apis ready to be consumed by any frontend be it web, mobile or desktop. Having heard about the beauty of the well crafted programming language and understanding that this internship is centered around it for the backend track, being fluent in Go will be a great feat I would love to achieve by the end of the 8 weeks.&lt;/p&gt;

&lt;p&gt;I would love to use this opportunity to thank the &lt;a href="https://internship.zuri.team/"&gt;Zuri Internship&lt;/a&gt; for all their efforts in this internship program and the HNG team, kudos to you.&lt;br&gt;
I believe as a backend software engineer having basic knowledge of the app's user interface and app flow which is basically its user experience would be helping when creating apis and structuring your response data. A great knowledge of a version control system like git is also important, html and the basics of your backend language. A beginner can pickup &lt;a href="https://www.youtube.com/watch?v=Gu1so3pz4bA"&gt;figma&lt;/a&gt; (a UI/UX prototyping tool), &lt;a href="https://www.youtube.com/watch?v=8JJ101D3knE"&gt;git&lt;/a&gt;, &lt;a href="https://www.w3schools.com/html/"&gt;html&lt;/a&gt;, and &lt;a href="https://www.youtube.com/watch?v=fLPCi3niuaA"&gt;Golang&lt;/a&gt; by clicking on the associated links. &lt;/p&gt;

&lt;p&gt;Looking forward to the next 8 weeks of my life and once again wants to appreciate everyone that made this possible. Thank you for this great opportunity. &lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
