<?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: Efosa Collins EVBOWE</title>
    <description>The latest articles on DEV Community by Efosa Collins EVBOWE (@efecollins).</description>
    <link>https://dev.to/efecollins</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%2F641802%2F7b75db3c-f6b0-4d53-845c-9f8709cb892b.jpg</url>
      <title>DEV Community: Efosa Collins EVBOWE</title>
      <link>https://dev.to/efecollins</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/efecollins"/>
    <language>en</language>
    <item>
      <title>Poem on Web Development</title>
      <dc:creator>Efosa Collins EVBOWE</dc:creator>
      <pubDate>Sun, 22 Jan 2023 00:03:05 +0000</pubDate>
      <link>https://dev.to/efecollins/poem-on-web-development-11da</link>
      <guid>https://dev.to/efecollins/poem-on-web-development-11da</guid>
      <description>&lt;p&gt;&lt;strong&gt;Web development&lt;/strong&gt; is like a &lt;strong&gt;poem&lt;/strong&gt;,&lt;br&gt;
With code as the verse,&lt;br&gt;
Design as the meter,&lt;br&gt;
And user experience as the rhyme.&lt;/p&gt;

&lt;p&gt;Each line is crafted with care,&lt;br&gt;
To create a website fair,&lt;br&gt;
With HTML as the foundation,&lt;br&gt;
CSS and JavaScript for decoration.&lt;/p&gt;

&lt;p&gt;The browser is the stage,&lt;br&gt;
For your digital page,&lt;br&gt;
Responsive design, the play,&lt;br&gt;
For users &lt;strong&gt;on&lt;/strong&gt; any device to engage.&lt;/p&gt;

&lt;p&gt;Debugging is the editing,&lt;br&gt;
Ensuring the website is dediting,&lt;br&gt;
Deployment the final stage,&lt;br&gt;
For the world to see the page.&lt;/p&gt;

&lt;p&gt;A website is a work of art,&lt;br&gt;
A &lt;strong&gt;poem&lt;/strong&gt; for the digital age,&lt;br&gt;
Built with love and skill,&lt;br&gt;
To inspire and thrill.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Poetry every other week - Follow for updates&lt;/th&gt;
&lt;th&gt;
&lt;a href="https://www.instagram.com/efecollinsevb/"&gt;&lt;img alt="Instagram" src="https://res.cloudinary.com/practicaldev/image/fetch/s--uGSj-NHg--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/Instagram-100000%3Fstyle%3Dfor-the-badge%26logo%3DInstagram%26logoColor%3Dffffff%26labelColor%3Dfa7e1e%26color%3Dd62976" width="135" height="28"&gt;&lt;/a&gt; &lt;a href="https://twitter.com/EfeCollins7"&gt;&lt;img alt="Twitter" src="https://res.cloudinary.com/practicaldev/image/fetch/s--OAq562sQ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/badge/Twitter-100000%3Fstyle%3Dfor-the-badge%26logo%3DTwitter%26logoColor%3Dffffff%26labelColor%3D00acee%26color%3D00acee" width="116" height="28"&gt;&lt;/a&gt;
&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

</description>
      <category>webdev</category>
      <category>html</category>
      <category>css</category>
      <category>javascript</category>
    </item>
    <item>
      <title>How I Solved Heroku H10 / 503 Error - A Story</title>
      <dc:creator>Efosa Collins EVBOWE</dc:creator>
      <pubDate>Wed, 19 Oct 2022 10:35:01 +0000</pubDate>
      <link>https://dev.to/efecollins/how-i-solved-heroku-h10-503-error-a-story-an5</link>
      <guid>https://dev.to/efecollins/how-i-solved-heroku-h10-503-error-a-story-an5</guid>
      <description>&lt;p&gt;It was a beautiful afternoon and the time was 2:17 pm. The sun was radiating hot and the rays of the sun were freely flashing into the room where I was coding.&lt;br&gt;
By 2:30 pm I had completed the code for my &lt;a href="http://todo-list-234.herokuapp.com/" rel="noopener noreferrer"&gt;CRUD todo-list&lt;/a&gt; which was ready for deployment according to my level of understanding.&lt;/p&gt;

&lt;p&gt;I logged in to &lt;a href="https://www.heroku.com/" rel="noopener noreferrer"&gt;Heroku&lt;/a&gt; which is a platform as a service (PaaS) that enables developers to build, run, and operate applications entirely in the cloud. Some months ago, I deployed a Node.js app on the platform so I decided to follow the &lt;a href="https://devcenter.heroku.com/articles/preparing-a-codebase-for-heroku-deployment" rel="noopener noreferrer"&gt;documentation created for deploying an existing application to Heroku&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;After following the documentation cautiously, I got lost then I decided to Google search with the query:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;How to solve Heroku H10 error&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Before this, I already searched &lt;a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/503" rel="noopener noreferrer"&gt;MDN Docs for 503 error&lt;/a&gt; which was reported to be &lt;em&gt;Service Unavailable&lt;/em&gt; which meant my server wasn't ready to handle a request.&lt;/p&gt;

&lt;p&gt;From the result I got from my Google search, I was led to &lt;a href="https://devcenter.heroku.com/articles/error-codes#:~:text=start%20with%20L.-,H10%20%2D%20App%20crashed,dyno%20will%20present%20this%20error." rel="noopener noreferrer"&gt;Heroku docs on their errors&lt;/a&gt; which was just about the error with nothing to solve it --as-expected.&lt;/p&gt;

&lt;p&gt;But with the search I did on 503 and H10, it was clear to me that the only thing causing the error was my code. I searched for &lt;code&gt;How to solve the Heroku H10 error&lt;/code&gt; again but with faith, this time and &lt;a href="https://dev.to/lawrence_eagles/causes-of-heroku-h10-app-crashed-error-and-how-to-solve-them-3jnl"&gt;I found a blog post on Dev which listed in detail all I needed to do&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Following this post, I did this:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Bug in Procfile&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I made sure there was no bug in my Procfile since a &lt;code&gt;little space&lt;/code&gt; could trigger Heroku errors.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;web: node app.js&lt;/code&gt; not &lt;code&gt;web : node app.js&lt;/code&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Set Heroku's PORT&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I reviewed my code making sure I had set the right Heroku port for Express servers which is &lt;code&gt;process.env.PORT&lt;/code&gt;&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;

app.listen(process.env.PORT || 3000, function () {
  console.log("The server has started successfully");
});


&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Required Environment Variable&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The app I created had a database and I didn't set my database URI on Heroku. All I had to do was get my Database's URI and enlist it as a Config Variable on Heroku.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fn1mvpnl4reteiezw49bl.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fn1mvpnl4reteiezw49bl.png" alt="Where to set Config Var on Heroku"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Set Start Scripts&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I didn't have my start script in my &lt;code&gt;package.json&lt;/code&gt; which might have caused the app to crash so I added it to be on the safer side.&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;

"scripts": {
    "start": "node app.js"
  }


&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;I had already set my node engine and I was good to go.&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;

"engines": {
    "node": "16.14.2"
  }


&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;Finally, I did the rituals &lt;code&gt;git add .&lt;/code&gt;, &lt;code&gt;git commit -m "msg"&lt;/code&gt; and &lt;code&gt;heroku push origin main&lt;/code&gt; which pushed my code to its Heroku repo.&lt;/p&gt;

&lt;p&gt;After all the drama, I restarted my dyno with &lt;code&gt;heroku restart&lt;/code&gt; and my site was working. I became the happiest man alive at that moment.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;THE END&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I hope you solve your Heroku H10 error successfully. Follow me on Twitter @ &lt;a href="https://twitter.com/EfeCollins7" rel="noopener noreferrer"&gt;EfeCollins7&lt;/a&gt;. I would like to hear your comments. Thanks.&lt;/p&gt;

</description>
      <category>heroku</category>
      <category>node</category>
      <category>webdev</category>
      <category>git</category>
    </item>
    <item>
      <title>Top 5 Free Websites to Learn HTML for Beginners</title>
      <dc:creator>Efosa Collins EVBOWE</dc:creator>
      <pubDate>Sat, 08 Oct 2022 14:02:32 +0000</pubDate>
      <link>https://dev.to/efecollins/free-learn-html-6a9</link>
      <guid>https://dev.to/efecollins/free-learn-html-6a9</guid>
      <description>&lt;p&gt;Yeah, I would have started with a joke or something else but let's dive in.&lt;br&gt;
Let me guess, you've been searching for learning HTML for free to be a boss in it. You've come to the right place.&lt;/p&gt;

&lt;p&gt;I'll show you 5 (five) places on the web to learn HTML for free and trust me you'll be perfect but before that.&lt;/p&gt;
&lt;h2&gt;
  
  
  What is HTML?
&lt;/h2&gt;

&lt;p&gt;HTML stands for HyperText Markup Language and it looks like this.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;!DOCTYPE html&amp;gt;
&amp;lt;html lang="en"&amp;gt;
  &amp;lt;head&amp;gt;
    &amp;lt;meta charset="UTF-8"&amp;gt;
    &amp;lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&amp;gt;
    &amp;lt;meta http-equiv="X-UA-Compatible" content="ie=edge"&amp;gt;
    &amp;lt;title&amp;gt;HTML 5 Boilerplate&amp;lt;/title&amp;gt;
    &amp;lt;link rel="stylesheet" href="style.css"&amp;gt;
  &amp;lt;/head&amp;gt;
  &amp;lt;body&amp;gt;
    &amp;lt;script src="index.js"&amp;gt;&amp;lt;/script&amp;gt;
  &amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;You'll learn about it in the resources I'll be sharing.&lt;/p&gt;

&lt;h3&gt;
  
  
  Resources
&lt;/h3&gt;

&lt;h4&gt;
  
  
  1. &lt;a href="https://www.freecodecamp.org/"&gt;freeCodeCamp&lt;/a&gt;
&lt;/h4&gt;

&lt;p&gt;freeCodeCamp is a non-profit organization that consists of an interactive learning web platform, an online community forum, chat rooms, online publications and local organizations that intend to make learning web development accessible to anyone.&lt;/p&gt;

&lt;p&gt;This is where I learnt HTML and I have been good at it with everyday improvements. It covers everything necessary for you to be up to speed. You also get a certificate upon completion of projects.&lt;/p&gt;

&lt;h4&gt;
  
  
  2. &lt;a href="https://www.w3schools.com/"&gt;W3Schools&lt;/a&gt;
&lt;/h4&gt;

&lt;p&gt;W3Schools is a freemium educational website for learning to code online. Initially released in 1998, it derives its name from the World Wide Web but is not affiliated with the W3 Consortium. W3Schools offers courses covering all aspects of web development. W3Schools also publishes free HTML templates.&lt;/p&gt;

&lt;p&gt;From learning to templates, W3Schools covers it all. You can also forward your Web Development journey with W3Schools.&lt;/p&gt;

&lt;h4&gt;
  
  
  3. &lt;a href="https://www.geeksforgeeks.org/html/?ref=ghm"&gt;Geeksforgeeks&lt;/a&gt;
&lt;/h4&gt;

&lt;p&gt;A Computer Science portal for geeks. It contains well-written, well thought and well-explained computer science and programming articles including tutorials. &lt;br&gt;
They also provide practice quizzes if you want to test yourself.&lt;/p&gt;

&lt;h4&gt;
  
  
  4. &lt;a href="https://thevalleyofcode.com/html/"&gt;ValleyOfCode&lt;/a&gt;
&lt;/h4&gt;

&lt;p&gt;The Valley of Code is a project by Flavio Copes. This site exists to provide you with helpful resources to learn how to code with a particular focus on Web Development and its technologies including HTML. 😁&lt;br&gt;
You can also download his HTML handbook at the link above.&lt;/p&gt;

&lt;h4&gt;
  
  
  5. &lt;a href="https://learn-html.org/"&gt;Learn-HTML&lt;/a&gt;
&lt;/h4&gt;

&lt;p&gt;Learn HTML provides an interactive tutorial that explains how to build HTML &amp;amp; CSS websites step by step.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;I hope you find an amazing resource for you to learn on/with. My name is &lt;a href="https://github.com/efecollins"&gt;Efosa Collins EVBOWE&lt;/a&gt; and I will write to you next week.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;You can follow me on Twitter @ &lt;a href="https://twitter.com/EfeCollins7"&gt;Efe Collins&lt;/a&gt;. Do have a nice week!&lt;/p&gt;

</description>
      <category>html</category>
      <category>webdev</category>
      <category>beginners</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Blog-template made with EJS, Node.js &amp; Express.js</title>
      <dc:creator>Efosa Collins EVBOWE</dc:creator>
      <pubDate>Thu, 08 Sep 2022 09:52:56 +0000</pubDate>
      <link>https://dev.to/efecollins/blog-template-made-with-ejs-nodejs-expressjs-d38</link>
      <guid>https://dev.to/efecollins/blog-template-made-with-ejs-nodejs-expressjs-d38</guid>
      <description>&lt;p&gt;The application is built with Node.js, Express.js, EJS, Lodash and CSS together with Body-Parser. The said technologies were used for reasons such as speed, efficiency and readability since most developers have a working knowlegde of JavaScript.&lt;/p&gt;

&lt;p&gt;Working with EJS and request handlers was quite the pain and this is the fruit of the pain.&lt;/p&gt;

&lt;h2&gt;
  
  
  Installation
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Clone repository with the command &lt;code&gt;git clone &amp;lt;url&amp;gt;&lt;/code&gt;
```
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;$ git clone &lt;a href="https://github.com/efecollins/blog-template-ejs.git" rel="noopener noreferrer"&gt;https://github.com/efecollins/blog-template-ejs.git&lt;/a&gt;&lt;/p&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
- Run `npm i` in your terminal to install `node_modules` and all dependencies in `package.json`
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;$ npm i&lt;/p&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;- Run `nodemon` in your terminal if installed to start the node server and watch for changes in `app.js`
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;$ nodemon&lt;/p&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
- Or run `node app.js` to start the server if `nodemon` is not installed
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;$ node app.js&lt;/p&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
- The following message should be logged to your console signifying success.

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Server started on port 3000&lt;/p&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
- Make changes as you are pleased

## More Info
- To compose a new post enter `localhost:3000/compose` in your web browser's search bar.

- To compose a new post in the live site visit [https://busy-blue-agouti-cap.cyclic.app/compose](https://busy-blue-agouti-cap.cyclic.app/compose)

- Contributions to this project are allowed provided they make the template easy to use



![Twitter Follow](https://img.shields.io/twitter/follow/EfeCollins7?color=blue&amp;amp;style=social)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>collabs</category>
      <category>node</category>
      <category>javascript</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Blog-template made with EJS, Node.js &amp; Express.js</title>
      <dc:creator>Efosa Collins EVBOWE</dc:creator>
      <pubDate>Thu, 08 Sep 2022 09:46:30 +0000</pubDate>
      <link>https://dev.to/efecollins/blog-template-made-with-ejs-nodejs-expressjs-eje</link>
      <guid>https://dev.to/efecollins/blog-template-made-with-ejs-nodejs-expressjs-eje</guid>
      <description>&lt;p&gt;This is an application that serves as a blog template for potential blog creators. Perfect, if you want to create a blog yourself but not from scratch. Best for developers.&lt;/p&gt;

&lt;p&gt;The application is built with Node.js, Express.js, EJS, Lodash and CSS together with Body-Parser. The said technologies were used for reasons such as speed, efficiency and readability since most developers have a working knowlegde of JavaScript.&lt;/p&gt;

&lt;p&gt;Working with EJS and request handlers was quite the pain and this is the fruit of the pain.&lt;/p&gt;

&lt;h2&gt;
  
  
  Installation
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Clone repository with the command &lt;code&gt;git clone &amp;lt;url&amp;gt;&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;$ git clone https://github.com/efecollins/blog-template-ejs.git
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;Run &lt;code&gt;npm i&lt;/code&gt; in your terminal to install &lt;code&gt;node_modules&lt;/code&gt; and all dependencies in &lt;code&gt;package.json&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;$ npm i
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;Run &lt;code&gt;nodemon&lt;/code&gt; in your terminal if installed to start the node server and watch for changes in &lt;code&gt;app.js&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;$ nodemon
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;Or run &lt;code&gt;node app.js&lt;/code&gt; to start the server if &lt;code&gt;nodemon&lt;/code&gt; is not installed
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;$ node app.js
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;The following message should be logged to your console signifying success.
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Server started on port 3000
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;Make changes as you are pleased&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  More Info
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;To compose a new post enter &lt;code&gt;localhost:3000/compose&lt;/code&gt; in your web browser's search bar.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;To compose a new post in the live site visit &lt;a href="https://busy-blue-agouti-cap.cyclic.app/compose"&gt;https://busy-blue-agouti-cap.cyclic.app/compose&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Contributions to this project are allowed provided they make the template easy to use&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--dH-ZoqT---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/twitter/follow/EfeCollins7%3Fcolor%3Dblue%26style%3Dsocial" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--dH-ZoqT---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/twitter/follow/EfeCollins7%3Fcolor%3Dblue%26style%3Dsocial" alt="Twitter Follow" width="160" height="20"&gt;&lt;/a&gt;&lt;/p&gt;

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