<?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 Aderibigbe </title>
    <description>The latest articles on DEV Community by Emmanuel Aderibigbe  (@emerald211).</description>
    <link>https://dev.to/emerald211</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%2F1004147%2F18bfc18d-cab5-4f13-beb5-caa81e2f0495.jpeg</url>
      <title>DEV Community: Emmanuel Aderibigbe </title>
      <link>https://dev.to/emerald211</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/emerald211"/>
    <language>en</language>
    <item>
      <title>Productivity Tip for Developers:</title>
      <dc:creator>Emmanuel Aderibigbe </dc:creator>
      <pubDate>Tue, 12 Nov 2024 10:11:27 +0000</pubDate>
      <link>https://dev.to/emerald211/productivity-tip-for-developers-lfi</link>
      <guid>https://dev.to/emerald211/productivity-tip-for-developers-lfi</guid>
      <description>&lt;p&gt;I used to chase every new JavaScript framework.&lt;/p&gt;

&lt;p&gt;React, Vue, Angular, Svelte...&lt;/p&gt;

&lt;p&gt;The constant learning was exhausting.&lt;/p&gt;

&lt;p&gt;And expensive:&lt;br&gt;
• Countless hours spent&lt;br&gt;
• Endless tutorials watched&lt;br&gt;
• Projects rewritten multiple times&lt;/p&gt;

&lt;p&gt;Then I had a realization:&lt;/p&gt;

&lt;p&gt;The fundamentals never change.&lt;/p&gt;

&lt;p&gt;I shifted focus to mastering:&lt;br&gt;
• Core JavaScript&lt;br&gt;
• DOM manipulation&lt;br&gt;
• HTTP &amp;amp; APIs&lt;br&gt;
• Performance optimization&lt;/p&gt;

&lt;p&gt;Result?&lt;br&gt;
• 3x faster development&lt;br&gt;
• 50% less bugs&lt;br&gt;
• Easier onboarding to any framework&lt;/p&gt;

&lt;p&gt;The hidden cost of framework-hopping?&lt;br&gt;
Your deep expertise.&lt;/p&gt;

&lt;p&gt;Focus on the core. The rest will follow.&lt;/p&gt;

&lt;p&gt;Agree? Disagree? What's your approach to staying current without burning out?&lt;/p&gt;

&lt;p&gt;Seeing me for the first time ? Connect with me &lt;a href="https://www.linkedin.com/in/emmanueladeribigbe01" rel="noopener noreferrer"&gt;Emmanuel Aderibigbe&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I’ll love to connect with you &lt;/p&gt;

&lt;h1&gt;
  
  
  WebDevelopment #JavaScript #CodingTips
&lt;/h1&gt;

</description>
      <category>frontend</category>
      <category>webdev</category>
      <category>javascript</category>
      <category>programming</category>
    </item>
    <item>
      <title>Utilizing Semantic HTML for developing SEO Friendly Web applications</title>
      <dc:creator>Emmanuel Aderibigbe </dc:creator>
      <pubDate>Mon, 05 Aug 2024 15:14:12 +0000</pubDate>
      <link>https://dev.to/emerald211/utilizing-semantic-html-for-developing-seo-friendly-web-applications-599g</link>
      <guid>https://dev.to/emerald211/utilizing-semantic-html-for-developing-seo-friendly-web-applications-599g</guid>
      <description>&lt;p&gt;div and span are not semantic HTML tags!&lt;/p&gt;

&lt;p&gt;In as much as we prioritize building creative and visual appealing web applications, It is also important we understand the concepts of semantic HTML for our web applications to be accessible by people through search engines.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Here are 5 Basic Semantic HTML tags to optimize your webpage to be accessible by people through Search Engines&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Headers&lt;/strong&gt;&lt;br&gt;
headertag should be used to mark the top section of your webpage i.e your Header should contain things like Logo or Brand Name. Navigation links and so on &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Navigation&lt;/strong&gt; &lt;br&gt;
nav is basically used to mark sections of your webpage that contains navigation links ( Home, About, Contact e.t.c). It should be in your header tag. It is a pointer to search engines that section of your website is for Navigations.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Main&lt;/strong&gt;&lt;br&gt;
main tag should be used mark up the main content of your web page. By using the main tag, you can make it clear to search engines and user trying to access it which part of your webpage contains the main content &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Article&lt;/strong&gt;&lt;br&gt;
article tag should be used to mark informative content of your website such as blog post, news, product review e.t.c&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Footer&lt;/strong&gt;&lt;br&gt;
footer tag is used to mark the bottom section of your webpage which includes contact details, links to social media profiles, copyright infringement e.t.c&lt;/p&gt;

&lt;p&gt;This would be all for today, Note there are many other semantic HTML tags I didn't mention here.. make research and implement, By doing so you are optimizing your web applications to be more accessible on the internet.&lt;/p&gt;

&lt;p&gt;Do well to like, share and comment, if you find this piece of information valuable 👍👍&lt;/p&gt;

&lt;p&gt;Connect with me on my various socials in my bio&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Many Developers writes codes but don’t really understand how the internet works A Clarity Guide</title>
      <dc:creator>Emmanuel Aderibigbe </dc:creator>
      <pubDate>Sat, 03 Aug 2024 15:20:49 +0000</pubDate>
      <link>https://dev.to/emerald211/many-developers-writes-codes-but-dont-really-understand-how-the-internet-works-a-clarity-guide-2p6b</link>
      <guid>https://dev.to/emerald211/many-developers-writes-codes-but-dont-really-understand-how-the-internet-works-a-clarity-guide-2p6b</guid>
      <description>&lt;h2&gt;
  
  
  𝗛𝗲𝗿𝗲 𝗮𝗿𝗲 𝟰 𝗯𝗮𝘀𝗶𝗰 𝘁𝗵𝗶𝗻𝗴𝘀 𝘆𝗼𝘂 𝗻𝗲𝗲𝗱 𝘁𝗼 𝗸𝗻𝗼𝘄 𝗮𝗯𝗼𝘂𝘁 𝘁𝗵𝗲 𝗶𝗻𝘁𝗲𝗿𝗻𝗲𝘁 👇
&lt;/h2&gt;

&lt;h2&gt;
  
  
  What is the Internet ?
&lt;/h2&gt;

&lt;p&gt;The Internet is basically a global network of computers which are connected to each other and communicate through certain standardized protocols.&lt;/p&gt;

&lt;p&gt;See it this way, visualize this&lt;/p&gt;

&lt;p&gt;Your Phone or Laptop is connected to a WiFi which is connected to an Internet Service Provider (ISP) which grants you access to the global network of internet connected networks known as the Internet.&lt;/p&gt;

&lt;p&gt;📱or 💻 =&amp;gt; Wi-Fi 📶 =&amp;gt; ISP( Internet Service Provider) =&amp;gt; Global interconnected network of computers&lt;/p&gt;

&lt;h2&gt;
  
  
  How is information transferred over the internet ?
&lt;/h2&gt;

&lt;p&gt;Information are transferred in Packets of Bits( Binary). Let’s say you are downloading an audio file of 3MB I.e 24,000,000 bits&lt;/p&gt;

&lt;p&gt;Reference: 8 bits = 1 Byte, 1024byte = 1KB ,1024KB = 1MB&lt;/p&gt;

&lt;p&gt;The Information or Data broken down into bits are transferred through medium such as Ethernet cables, fiber optic cable and Wireless Signal ( Radio Waves )&lt;/p&gt;

&lt;h2&gt;
  
  
  What are the Protocols that guide information transferred on the internet?
&lt;/h2&gt;

&lt;p&gt;Protocols are set of rules that govern communication between this global interconnected networks of computers called the Internet. This Protocol is known as Internet Protocol (IP)&lt;br&gt;
Each device on the internet has it own address, The address is known as IP Address (174.129.14.120 for example).&lt;/p&gt;

&lt;p&gt;For instance, let’s say you want to visit &lt;a href="http://www.hashnode.com" rel="noopener noreferrer"&gt;www.hashnode.com&lt;/a&gt;, your computer needs the IP address attached to this domain, so it asks the DNS server which delivers the IP address attached to that domain to give you the requested page. This System is know as Domain Name System (DNS).&lt;/p&gt;

&lt;p&gt;Note: The standard protocol that guides the transfer of webpages is know as HTTP&lt;/p&gt;

&lt;h2&gt;
  
  
  How is Information secured on the internet?
&lt;/h2&gt;

&lt;p&gt;The Internet is a public open network where information is distributed, so does it make sure private data or information is secured on the internet?&lt;br&gt;
Information are secured through process know as Encryption and Decryption( I’ll discuss how this works really in another article)&lt;br&gt;
However let’s talk about Security Protocol such as SSL(Secure socket layer ) and TSL ( Transport layer security). These security protocols protects us while we are browsing through the web&lt;br&gt;
For instance when you see “https://…….” or a lock on your browser address bar, it means you are browsing securely&lt;/p&gt;

&lt;p&gt;Note: HTTPS means Hypertext Transfer Protocol Secure&lt;/p&gt;

&lt;p&gt;This would be the end of this article, I hope you were able to learn a thing or two from this article. I believe this information would guide you during interviews or help you when building amazing software products or perhaps even for knowledge sake.&lt;/p&gt;

&lt;p&gt;Do well to like and repost if you found this information helpful.&lt;/p&gt;

&lt;p&gt;I’ll sure love to connect with you&lt;/p&gt;

&lt;p&gt;LinkedIn: [&lt;a href="https://www.linkedin.com/in/emmanueladeribigbe01/" rel="noopener noreferrer"&gt;https://www.linkedin.com/in/emmanueladeribigbe01/&lt;/a&gt;]&lt;br&gt;
Twitter: [&lt;a href="https://x.com/Edrums011" rel="noopener noreferrer"&gt;https://x.com/Edrums011&lt;/a&gt;]&lt;/p&gt;

</description>
      <category>internet</category>
      <category>softwaredevelopment</category>
      <category>softwareengineering</category>
      <category>coding</category>
    </item>
  </channel>
</rss>
