<?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: Emmanuel Idoko</title>
    <description>The latest articles on DEV Community by Emmanuel Idoko (@pidoxy).</description>
    <link>https://dev.to/pidoxy</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%2F316281%2Fbe68456c-abb0-43dd-8c97-0c87b24a647a.png</url>
      <title>DEV Community: Emmanuel Idoko</title>
      <link>https://dev.to/pidoxy</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pidoxy"/>
    <language>en</language>
    <item>
      <title>HTML a must for every Website</title>
      <dc:creator>Emmanuel Idoko</dc:creator>
      <pubDate>Mon, 16 May 2022 08:28:07 +0000</pubDate>
      <link>https://dev.to/pidoxy/html-a-must-for-every-website-2ml8</link>
      <guid>https://dev.to/pidoxy/html-a-must-for-every-website-2ml8</guid>
      <description>&lt;h2&gt;
  
  
  What is HTML(Hypertext Markup Language)?
&lt;/h2&gt;

&lt;p&gt;Let's break down the acronym, Hypertext - Hypertext is the text displayed on a computer display or other electronic devices with references to other text and associated graphic material that the reader can immediately access. &lt;/p&gt;

&lt;p&gt;Markup language - Data included in an electronic document is distinct from the document's content in that it is typically not included in representations of the document for end-users, for example on paper or a computer screen, or in an audio stream&lt;/p&gt;

&lt;p&gt;It can be deduced that HTML is a language that is used to display data on a computer that is not exactly seen as written&lt;/p&gt;

&lt;p&gt;HTML provides the basic structure of sites, enhanced and modified by other technologies like CSS and JavaScript. Without it there'd be no websites&lt;/p&gt;

&lt;h2&gt;
  
  
  Why is HTML a must?
&lt;/h2&gt;

&lt;p&gt;Unlike programming languages, HTML allows content on a webpage/website to be labelled using tags also known as elements.&lt;/p&gt;

&lt;p&gt;Without this, a text would be indistinguishable from its header or subheader, a link would be indistinguishable.&lt;/p&gt;

&lt;p&gt;There would be a lot of chaos&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--5wB-2hrz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/yuuq202gohpqb6e7wjzt.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--5wB-2hrz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/yuuq202gohpqb6e7wjzt.jpeg" alt="Chaos" width="623" height="401"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The tags have intuitive names such as section - a part of the website, header, li - lists, p - paragraphs, etc.&lt;/p&gt;

&lt;p&gt;This article is possible and properly distinguished because of HTML tags. This brings us to semantic and non-semantic tags&lt;/p&gt;

&lt;p&gt;Semantic tags pass a special meaning(data) to the browser &lt;/p&gt;

&lt;p&gt;We have non-semantic tags such as div(container) and span(you guessed right, a span literally)&lt;/p&gt;

&lt;p&gt;And then we have semantic tags such as form, header, section, img(image), table, article&lt;/p&gt;

&lt;p&gt;As you may have guessed these tags tell the what their function is which aids accessibility(another reason for HTML)&lt;/p&gt;

&lt;p&gt;Accessibility in web design is when both the able and disabled can have access to a website not regarding the disability&lt;/p&gt;

&lt;p&gt;One way these tags help is with Screen readers, these semantic tags help screen readers describe the website better&lt;/p&gt;

&lt;p&gt;HTML also allows for attributes to these semantic tags for extra information to be passed, for instance, image tags(img) have an alt attribute that specifies an alternate text for an area, if the image can not be displayed. It also is what is described by screenreaders&lt;/p&gt;

&lt;p&gt;Maybe in a second part, I'd go deeper into these things&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Web 3? Web 2?</title>
      <dc:creator>Emmanuel Idoko</dc:creator>
      <pubDate>Tue, 01 Mar 2022 16:38:57 +0000</pubDate>
      <link>https://dev.to/pidoxy/web-3-web-2-3cp5</link>
      <guid>https://dev.to/pidoxy/web-3-web-2-3cp5</guid>
      <description>&lt;p&gt;Web 2 and Web 3 are successive iterations of the web, does it sound strange? well I bet you've always known web 2 maybe just not by the name "Web 2" &lt;/p&gt;

&lt;p&gt;Web 2 is the web we know and use today. &lt;/p&gt;

&lt;p&gt;Instead of static content(Web 1), it is a place for dynamic content, where users can interact with content published on the web.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--bFuio8ZO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/0objtprr3q7456msfspp.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--bFuio8ZO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/0objtprr3q7456msfspp.png" alt="Image description" width="880" height="503"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Be it social media, blogging, podcasting or social bookmarking — Web 2.0 is completely interaction-based. We engage through texts and comments, and we can easily attach and share content like images and music with other people. Some notable apps that flourished in Web 2.0: Instagram, YouTube, Facebook, and of course, Google. That is why this era of the web is also called the “Social Web”.&lt;/p&gt;

&lt;p&gt;Web 3 the next iteration is built upon the core concepts of decentralization, openness, and greater user utility.&lt;/p&gt;

&lt;p&gt;While there is as yet no standardized definition of Web 3.0, it does have a few defining features:&lt;/p&gt;

&lt;p&gt;Decentralization: This is a core tenet of Web 3.0. In Web 2.0, computers use HTTP in the form of unique web addresses to find information, which is stored at a fixed location, generally on a single server. With Web 3.0, because information would be found based on its content, it could be stored in multiple locations simultaneously and hence be decentralized. This would break down the massive databases currently held by Internet giants like Facebook (now Meta) and Google, and would hand greater control to users.&lt;/p&gt;

&lt;p&gt;“No permission is needed from a central authority to post anything on the web, there is no central controlling node, and so no single point of failure...and no ‘kill switch’! This also implies freedom from indiscriminate censorship and surveillance.”&lt;br&gt;
Bottom-up design: “Instead of code being written and controlled by a small group of experts, it was developed in full view of everyone, encouraging maximum participation and experimentation.”&lt;/p&gt;

&lt;p&gt;With Web 3.0, the data generated by disparate and increasingly powerful computing resources, including mobile phones, desktops, appliances, vehicles, and sensors, will be sold by users through decentralized data networks, ensuring that users retain ownership control.&lt;/p&gt;

&lt;p&gt;Trustless and permissionless: In addition to decentralization and being based upon open source software, Web 3.0 will also be trustless (i.e., the network will allow participants to interact directly without going through a trusted intermediary) and permissionless (meaning that anyone can participate without authorization from a governing body). As a result, Web 3.0 applications will run on blockchains or decentralized peer-to-peer networks, or a combination thereof—such decentralized apps are referred to as dApps.&lt;/p&gt;

&lt;p&gt;Artificial intelligence (AI) and machine learning: In Web 3.0, computers will be able to understand information similarly to humans, through technologies based upon Semantic Web concepts and natural language processing. Web 3.0 will also use machine learning, which is a branch of artificial intelligence (AI) that uses data and algorithms to imitate how humans learn, gradually improving its accuracy. These capabilities will enable computers to produce faster and more relevant results in a host of areas like drug development and new materials, as opposed to merely targeted advertising that forms the bulk of current efforts.&lt;/p&gt;

&lt;p&gt;Connectivity and ubiquity: With Web 3.0, information and content are more connected and ubiquitous, accessed by multiple applications and with an increasing number of everyday devices connected to the web—an example being the Internet of Things.&lt;/p&gt;

&lt;p&gt;You want to go deeper into Web 3 technologies? checkout this article &lt;a href="https://dev.to/dabit3/the-complete-guide-to-full-stack-web3-development-4g74"&gt;the complete guide to fullstack web3 development&lt;/a&gt; by by &lt;a href="https://dev.to/dabit3"&gt;Nader Dabit&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;Checkout &lt;a href="https://blockgames.gg/"&gt;Blockgames&lt;/a&gt; as well if you're looking for a fun way to get into the web 3 space, sponsored by &lt;a href="https://nestcoin.com/"&gt;Nestcoin: a web3 based tech company&lt;/a&gt; and &lt;a href="https://zuri.team/"&gt;Zuri Team: an edtech company that helps enthusiasts achieve their dreams and gain exposure through internships&lt;/a&gt;&lt;/p&gt;

</description>
      <category>web3</category>
      <category>web2</category>
      <category>blockchain</category>
    </item>
    <item>
      <title>My Story</title>
      <dc:creator>Emmanuel Idoko</dc:creator>
      <pubDate>Mon, 27 Jul 2020 21:58:58 +0000</pubDate>
      <link>https://dev.to/pidoxy/my-story-197d</link>
      <guid>https://dev.to/pidoxy/my-story-197d</guid>
      <description>&lt;p&gt;I am a young guy who is learning to program. &lt;/p&gt;

&lt;p&gt;Fun fact: I love emojis😋&lt;/p&gt;

&lt;p&gt;I've always been interested in tech from right from little and I it could be seen that I loved tech. &lt;/p&gt;

&lt;p&gt;I always knew how to operate gadgets even better than the owners themselves without any manual. I'm really passionate about tech. I love everything tech.&lt;/p&gt;

&lt;p&gt;I play the keyboard and violin. I've taken  professional exams in violin and passed with distinction so I can say Imma pro….yh I'm really good at it and really love it. I haven't had any in keyboard yet but someday I will…I'm really passionate about music and my instruments just as I am with tech.&lt;/p&gt;

&lt;p&gt;It fills my soul.&lt;/p&gt;

&lt;p&gt;I always scored high in computer studies in high school….I was the best.&lt;br&gt;
This gave me the opportunity for exposure. I was chosen several times when there were competitions to represent my school.&lt;/p&gt;

&lt;p&gt;At the time programming was not part of the curriculum.&lt;/p&gt;

&lt;p&gt;I got introduced into animation one competition and another I got introduced into web design.&lt;/p&gt;

&lt;p&gt;The experiences shaped me into who I am today.&lt;/p&gt;

&lt;p&gt;I was coached and introduced to web design using WordPress, Dreamweaver, basic html and css, Photoshop…&lt;/p&gt;

&lt;p&gt;I loved it but left it for a while. After I graduated I wanted to go to school abroad in the US, I applied and was rejected from a lot of schools(my first major rejection), schools I really wanted to get into. I stiffened myself to not feel bad but after applying for visas twice and rejected, depression set in.&lt;/p&gt;

&lt;p&gt;The better part is after I graduated I continued learning web development. I volunteered at a small fintech company, and I met people and got an opportunity to learn with others. &lt;/p&gt;

&lt;p&gt;After my second visa rejection I took a break from programming to prep for university exams in Nigeria.&lt;/p&gt;

&lt;p&gt;After that, I continued learning, I attended a few tech events that have motivated me a lot and got me connected to the tech twitter community.&lt;/p&gt;

&lt;p&gt;I've met diverse people, come across diverse people, diverse ideas.&lt;/p&gt;

&lt;p&gt;Some of these people I've met are still a part of my life today and have impacted me in ways I couldn't have imagined.&lt;/p&gt;

&lt;p&gt;I'm not perfect but I'm always struggling to be better.&lt;/p&gt;

&lt;p&gt;I was accepted to an internship recently, the only one I could apply for.&lt;/p&gt;

&lt;p&gt;It's a sprint one and spans ten stages. I was just promoted to stage 7. It's been tough. I've been struggling but I'm hoping to keep getting better so I can make it as a finalist. The experience is great.&lt;/p&gt;

&lt;p&gt;In fact the experience is the reason I applied to schools in the US.&lt;/p&gt;

&lt;p&gt;Here, internships are only done once in a university timeline. Well,😏 mine is gonna be different...it's already different.&lt;/p&gt;

&lt;p&gt;I hope to intern every year on my university timeline. &lt;/p&gt;

&lt;p&gt;One major change that happened to me was while I was in high school.&lt;/p&gt;

&lt;p&gt;I was very introverted maybe now I'm just introverted...hehe&lt;/p&gt;

&lt;p&gt;My mum convinced me to attend a model United Nations conference and that was the beginning of the change in me. &lt;/p&gt;

&lt;p&gt;I was determined to open up and be better with public speaking...funny thing I did and to me it was humiliating.&lt;/p&gt;

&lt;p&gt;I participated actively, was a committee chairperson(who), participated in an election where I had to give a manifesto.&lt;/p&gt;

&lt;p&gt;I did poorly 😣 in the election and got no votes...lucky me I was relegated to a lower official, this gave me another opportunity, the next year I returned as an official, I still was very shy...after this conference I got the opportunity to attend the next again as a higher official&lt;/p&gt;

&lt;p&gt;These experiences have helped me even now when I go to meetup events I feel.shy sometimes it overcomes me but I also overcome it sometimes and meet people.&lt;/p&gt;

&lt;p&gt;There's so much more to my story that you can't tell from this story.&lt;/p&gt;

</description>
      <category>career</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Connecting Sucks...it shouldn't be so</title>
      <dc:creator>Emmanuel Idoko</dc:creator>
      <pubDate>Tue, 26 May 2020 20:43:37 +0000</pubDate>
      <link>https://dev.to/pidoxy/connecting-sucks-it-shouldn-t-be-so-1ola</link>
      <guid>https://dev.to/pidoxy/connecting-sucks-it-shouldn-t-be-so-1ola</guid>
      <description>&lt;p&gt;Hey there,&lt;/p&gt;

&lt;p&gt;I'm a &lt;strong&gt;17-year-old&lt;/strong&gt; but you can bet I've passed through a lot in life. I'm so happy that I even encouraged me to write this post.&lt;/p&gt;

&lt;p&gt;From rejections to no replies to ...&lt;/p&gt;

&lt;p&gt;There is just so much out there that leads to depression. &lt;/p&gt;

&lt;p&gt;I'm learning to javascript presently and I do frontend web design. &lt;/p&gt;

&lt;p&gt;From college rejections to not getting replies to not finding internships I can apply to, I've learnt to strengthen my emotions and keep pushing, but sometimes these feelings are just overwhelming and depressing.&lt;/p&gt;

&lt;p&gt;I love connecting with people and most especially in the tech field it helps one to grow and I hear all about how to go about it, watch webinars on what to and what not to do and I'm super cautious in doing it right but then you just won't get accepted all the time(replies)...yeah people are busy and so I get it and I've trained myself to understand that but what hurts me the most is that some establish a relationship and we connect (do not spam them) but after some time they ghost you. &lt;/p&gt;

&lt;p&gt;I think it's really unfair to do such. If you are busy an explanation would really make a difference but some people are not just into that after all. This is the point where twitter and all social media platforms where you can decide not to see if the person has read your message or not have made me happy. &lt;/p&gt;

&lt;p&gt;Also, seniors in the industry(basically anyone not a beginner)- could also be juniors, should try to understand that we are beginners and if you think we're not doing it(communicating) the right way you should correct us rather than ghosting us.&lt;/p&gt;

&lt;p&gt;Beginners also have a role to play. Many of us have not been the best we could have been and that's why a lot of this is happening. Please as a beginner there are tendencies to do things wrongly. Please try not to. Do your research, have a purpose before connecting!&lt;/p&gt;

&lt;p&gt;Sincerely speaking, thinking about these things is really depressing. I give credit and appreciate all those who take time out of their busy schedule to assist others. They are real people and if you do otherwise please change today.&lt;/p&gt;

&lt;p&gt;I hope we have a better tomorrow, starting with this.&lt;/p&gt;

</description>
      <category>codenewbie</category>
      <category>mentalhealth</category>
      <category>beginners</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
