<?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: Prudence97</title>
    <description>The latest articles on DEV Community by Prudence97 (@prudence97).</description>
    <link>https://dev.to/prudence97</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%2F850324%2F69ad3ab2-001c-4d82-ad55-6710dc11587d.png</url>
      <title>DEV Community: Prudence97</title>
      <link>https://dev.to/prudence97</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/prudence97"/>
    <language>en</language>
    <item>
      <title>I did a thing, started a startup</title>
      <dc:creator>Prudence97</dc:creator>
      <pubDate>Thu, 21 Jul 2022 00:40:45 +0000</pubDate>
      <link>https://dev.to/prudence97/i-did-a-thing-started-a-startup-5c3c</link>
      <guid>https://dev.to/prudence97/i-did-a-thing-started-a-startup-5c3c</guid>
      <description>&lt;p&gt;It's been so much amazing and back breaking work and I can't wait to talk about it.&lt;/p&gt;

&lt;p&gt;From trying to build myself, buying a domain name, hosting fee (rookie mistake), spending hours and all the brain work, nights on stack overflow and blogs and battling errors to using &lt;strong&gt;carrd, Google form, zapier and clickup&lt;/strong&gt;.😂&lt;/p&gt;

&lt;p&gt;There's so much I want to speak about, like how giving up so be an option you should never take, how it's okay to fail but not see yourself as a failure. 🤦but this is all motivational talk.&lt;/p&gt;

&lt;p&gt;So, this is Prugems in it's First version, a site that link house agents and house renters using a request form. &lt;/p&gt;

&lt;p&gt;You can find more information below.&lt;/p&gt;

&lt;p&gt;Our &lt;a href="https://prugems.carrd.co/"&gt;Website&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can find more information on our social media page&lt;/p&gt;

&lt;p&gt;&lt;a href="https://twitter.com/Prugems?t=sF8DqaKdB6JbLZ5-lwiA1w&amp;amp;s=09"&gt;Twitter&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://instagram.com/prugems_?igshid=YmMyMTA2M2Y="&gt;Instagram&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://vm.tiktok.com/ZMNHoL83m/"&gt;Tiktok&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Warm regards,&lt;br&gt;
Prudence for Prugems 😊&lt;/p&gt;

</description>
      <category>startup</category>
      <category>developer</category>
      <category>discuss</category>
      <category>career</category>
    </item>
    <item>
      <title>Understanding Basic git Commands</title>
      <dc:creator>Prudence97</dc:creator>
      <pubDate>Sun, 10 Jul 2022 21:14:43 +0000</pubDate>
      <link>https://dev.to/prudence97/understanding-basic-git-commands-368d</link>
      <guid>https://dev.to/prudence97/understanding-basic-git-commands-368d</guid>
      <description>&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%2Ff74bmsndki896ipeaclv.jpeg" 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%2Ff74bmsndki896ipeaclv.jpeg" alt="Git Commands"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;git status&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The Git Status is a tracker feature of Git. It basically highlights the status of your changes made in your working directory, it also shows the files that are being tracked by Git. You can also use &lt;strong&gt;git diff&lt;/strong&gt; to clearly highlight the difference in changes.&lt;/p&gt;

&lt;p&gt;↓↓&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;git add .&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;git add .&lt;/strong&gt; is seen as the first command that tells Git to save a snapshot of the your project into the commit history. However, it does not really affect the repository in any significant way, it only tells Git that you want to include or add updates when you commit.&lt;/p&gt;

&lt;p&gt;↓↓&lt;br&gt;
&lt;strong&gt;git commit -m " "&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Git commit takes a permanent snapshot of the current state of your repository. It "takes a modified file in your working directory and puts it in a staging area". A staging area contains files that are going to be a part of the next commit.&lt;/p&gt;

&lt;p&gt;There's so much more...&lt;/p&gt;

</description>
      <category>github</category>
      <category>git</category>
      <category>opensource</category>
      <category>prudyopensourceseries</category>
    </item>
    <item>
      <title>Web Hosting platform suggestions</title>
      <dc:creator>Prudence97</dc:creator>
      <pubDate>Sun, 03 Jul 2022 20:51:34 +0000</pubDate>
      <link>https://dev.to/prudence97/web-hosting-platform-suggestions-2n3i</link>
      <guid>https://dev.to/prudence97/web-hosting-platform-suggestions-2n3i</guid>
      <description></description>
      <category>discuss</category>
      <category>webdev</category>
      <category>programming</category>
    </item>
    <item>
      <title>Learning React, Lessons from coding and Programming Memes.</title>
      <dc:creator>Prudence97</dc:creator>
      <pubDate>Sun, 26 Jun 2022 14:48:55 +0000</pubDate>
      <link>https://dev.to/prudence97/new-lessons-on-react-and-programming-memes-5fg</link>
      <guid>https://dev.to/prudence97/new-lessons-on-react-and-programming-memes-5fg</guid>
      <description>&lt;p&gt;I had a very &lt;del&gt;busy&lt;/del&gt; codeful week and I learnt a lot.  I'm hoping that I could share them in detail soon but today, I'll be sharing a summary of my findings or lessons.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;I learnt that there was a difference between External and Internal Link in React. In simpler terms, using NavLink and Link tags should be used for internal pages and a href tag would be used for external pages.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;I've been struggling with a particular error "TypeError: can't read properties of Null (reading 'id'). I was on stack overflow a lot last week. I think I'll figure it out this week. 🤞🏽&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;I think I'm getting a hang of Supabase. It was really difficult at first, then I found a few resources that helped. &lt;br&gt;
However, I'm still unsure about my SQL policies and how I can get them to work with my tables. Again, I'm hopeful I'll figure it out this week.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Finally, DOM Purifiers. I think it's something that can help make input unreadable to script and tags. That is, it'll help to protect inner HTML's from reacting to Programming languages. I guess. I don't know if it works with React or if React is already protected in anyway.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Finally, &lt;br&gt;
Dear Developer I think Bugs, Errors and problems would always come but we'll always figure it out.&lt;/p&gt;

&lt;p&gt;Don't get a burnout. Do what you love. See a movie or two. &lt;br&gt;
Live.💕&lt;/p&gt;

&lt;p&gt;Until next week.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--gP-sLdiJ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/229l3pq41q9zsxlunzy7.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--gP-sLdiJ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/229l3pq41q9zsxlunzy7.gif" alt="Obito" width="500" height="280"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;Oh😐 I promised Memes.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--cmJd8NNR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ygpbgnsk2b7wyr0kgj27.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--cmJd8NNR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ygpbgnsk2b7wyr0kgj27.jpg" alt="dragon" width="640" height="460"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Image Credit: Google 🔎&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--5rnJbOit--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/j6x9q7z1cxfmpgwqmlj6.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--5rnJbOit--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/j6x9q7z1cxfmpgwqmlj6.jpg" alt="drag" width="880" height="880"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Image Credit: Google 🔎&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--I2HMaLhP--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/d1db89dps8j037fb11rm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--I2HMaLhP--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/d1db89dps8j037fb11rm.png" alt="dragee" width="525" height="640"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Image Credit: Google 🔎&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Cz4ooG-k--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/cbih6qw6er866p8467sz.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Cz4ooG-k--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/cbih6qw6er866p8467sz.jpg" alt="draggg" width="880" height="557"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Image Credit: @Dunsin_codes on 🐦&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--qrNr5-hB--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/gd5dtg8xprdyavicaq37.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--qrNr5-hB--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/gd5dtg8xprdyavicaq37.jpg" alt="dragon" width="880" height="588"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Image Credit: @euboid on 🐦&lt;/p&gt;

&lt;p&gt;🤭☺️☺️Until later, and yes, Leave a comment or share a meme.&lt;/p&gt;




</description>
      <category>beginners</category>
      <category>programming</category>
      <category>discuss</category>
      <category>career</category>
    </item>
    <item>
      <title>Movie recommendation for Programmers and Founders (Discussion)</title>
      <dc:creator>Prudence97</dc:creator>
      <pubDate>Sun, 19 Jun 2022 18:28:36 +0000</pubDate>
      <link>https://dev.to/prudence97/movie-recommendation-for-programmers-and-founders-discussion-2l6e</link>
      <guid>https://dev.to/prudence97/movie-recommendation-for-programmers-and-founders-discussion-2l6e</guid>
      <description>&lt;p&gt;It's the weekend!&lt;br&gt;
While we never stop writing codes and building products, sometimes rest is needed. &lt;/p&gt;

&lt;p&gt;Rest and Movie recommendations, please.&lt;/p&gt;

&lt;p&gt;For me,&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Start-Up&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;"Young entrepreneurs aspiring to launch virtual dreams into reality compete for success and love in the cutthroat world of Korea's high-tech industry." &lt;/p&gt;

&lt;p&gt;-- IMDb&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%2Fs64yz25m9vfsj8hy1pqc.jpeg" 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%2Fs64yz25m9vfsj8hy1pqc.jpeg" alt="Startup"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Silicon Valley&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;"Follows the struggle of Richard Hendricks, a Silicon Valley engineer trying to build his own company called Pied Piper."&lt;/p&gt;

&lt;p&gt;--IMDb&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%2Fanbze6wrjdydf1jda2wf.gif" 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%2Fanbze6wrjdydf1jda2wf.gif" alt="Silicon Valley"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And definitely Animes😊&lt;/p&gt;

&lt;p&gt;Recommend a Movie or Series or Anime in the comment section.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>startup</category>
      <category>beginners</category>
      <category>programming</category>
    </item>
    <item>
      <title>Tips for New Programmers. 1. Read Documentation (Add yours)</title>
      <dc:creator>Prudence97</dc:creator>
      <pubDate>Sun, 12 Jun 2022 13:28:56 +0000</pubDate>
      <link>https://dev.to/prudence97/tips-for-coding-newbies-1-read-documentation-add-yours-ii7</link>
      <guid>https://dev.to/prudence97/tips-for-coding-newbies-1-read-documentation-add-yours-ii7</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--lYB_8umv--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/6hhom911qw57495e9266.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--lYB_8umv--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/6hhom911qw57495e9266.gif" alt="Doc" width="480" height="258"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Yes! Read the Docs&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;It might looks pretty boring but you'll be saving yourself a lot of heartache.☺️&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;What's your Tip for a Coding Newbie?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What have you learnt that you've been doing wrong?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What would you change if you were starting afresh?&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Please leave a &lt;strong&gt;comment&lt;/strong&gt;.🤭🤭&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>programming</category>
      <category>codenewbie</category>
      <category>discuss</category>
    </item>
    <item>
      <title>What CSS framework do you use and why? (Discussion)</title>
      <dc:creator>Prudence97</dc:creator>
      <pubDate>Sun, 05 Jun 2022 12:29:24 +0000</pubDate>
      <link>https://dev.to/prudence97/what-css-framework-do-you-use-and-why-discussion-55mj</link>
      <guid>https://dev.to/prudence97/what-css-framework-do-you-use-and-why-discussion-55mj</guid>
      <description>&lt;p&gt;I use Tailwind CSS. I started using it recently so I'm still trying to get use to the class names.&lt;br&gt;
(Also, writing codes is never a sprint... it's a journey, a marathon like they say."&lt;/p&gt;

&lt;p&gt;I like TailwindCSS because it looks easier. And I heard it's lighter and easy to render than others.&lt;/p&gt;

&lt;p&gt;I'll also want to try Material UI and Chakra UI soon.&lt;/p&gt;

&lt;p&gt;So what framework do you use and why?&lt;/p&gt;

&lt;p&gt;I'll love to hear from you.😊😊&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>css</category>
      <category>webdev</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Creating and assigning an issue to someone on GitHub</title>
      <dc:creator>Prudence97</dc:creator>
      <pubDate>Sun, 29 May 2022 17:55:04 +0000</pubDate>
      <link>https://dev.to/prudence97/creating-and-assigning-an-issue-to-someone-on-github-442d</link>
      <guid>https://dev.to/prudence97/creating-and-assigning-an-issue-to-someone-on-github-442d</guid>
      <description>&lt;p&gt;Issues are important as they alert a maintainer to issues concerning the repository or codes. Information including bugs found, new ideas, feedback etc can be sent through the issues page.&lt;/p&gt;

&lt;p&gt;They can also be created in a number of ways but creating from a GitHub repository could use the following steps.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Step 1↓↓&lt;/strong&gt;&lt;br&gt;
Navigate to the main repository and just below the repository name click on issues and create new issues.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--NJ5otqJd--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/rn6dj1b7hch7jxwu4tx0.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--NJ5otqJd--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/rn6dj1b7hch7jxwu4tx0.jpg" alt="1" width="880" height="956"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 2↓↓&lt;/strong&gt;&lt;br&gt;
When the new issue page opens you can write a title describing the issue, you could also attach files to show these issues clearly.&lt;/p&gt;

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

&lt;p&gt;Also, you can have someone assigned to work on the identified issue by using the assign button. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--RAG7Jbz3--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/9yv4tzmhe8mby5y7w0a6.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--RAG7Jbz3--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/9yv4tzmhe8mby5y7w0a6.jpg" alt="3" width="880" height="773"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You could have up to 10 people assigned to address the issue.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s---VJLRhaZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/0dc7q2ezxv00epiekiu5.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s---VJLRhaZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/0dc7q2ezxv00epiekiu5.jpg" alt="4" width="880" height="784"&gt;&lt;/a&gt;&lt;br&gt;
You can also add a label tag, showing the type of issue for easy explanation.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Open source secret:&lt;/strong&gt; for open source newbies, searching for &lt;code&gt;good first issue&lt;/code&gt;can bring up easy to fix issues.&lt;/p&gt;

&lt;p&gt;Thus, the tag system helps to make this categorization easier for others to find and fix issues.&lt;/p&gt;

&lt;p&gt;After Assigning and labeling, you can now submit.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 3↓↓&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--vOUobAfy--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/wvoeblg92h2kgzyhay42.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--vOUobAfy--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/wvoeblg92h2kgzyhay42.jpg" alt="5" width="880" height="994"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Your issue becomes open after submitting and the issue count increases. The assigned party is also notified.&lt;/p&gt;

&lt;p&gt;And that's one way to create an issue from the GitHub page.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--2jrabJUQ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ozjqbngoagopk1s2slxu.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--2jrabJUQ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ozjqbngoagopk1s2slxu.gif" alt="Tg" width="640" height="360"&gt;&lt;/a&gt;&lt;br&gt;
Until later&lt;/p&gt;

</description>
      <category>github</category>
      <category>opensource</category>
      <category>prudyopensourceseries</category>
      <category>codenewbie</category>
    </item>
    <item>
      <title>Creating Responsive Website Design.</title>
      <dc:creator>Prudence97</dc:creator>
      <pubDate>Sat, 21 May 2022 13:19:46 +0000</pubDate>
      <link>https://dev.to/prudence97/creating-responsive-website-design-1mik</link>
      <guid>https://dev.to/prudence97/creating-responsive-website-design-1mik</guid>
      <description>&lt;p&gt;Making a Responsive webpage can sometime go...&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%2F9nf2mkhlgvgdgxkyv31h.gif" 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%2F9nf2mkhlgvgdgxkyv31h.gif" alt="went"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;The goal of a Responsive web design is about making web pages look good on all devices.&lt;/p&gt;

&lt;p&gt;A responsive web design will automatically adjust or adapt to different screen sizes and viewports.&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%2F05dqe25onbnsbkbx4qpp.gif" 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%2F05dqe25onbnsbkbx4qpp.gif" alt="resize"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;In my little research to creating a responsive webpage, &lt;br&gt;
I found some gems to help us create responsive designs😂😐&lt;/p&gt;

&lt;h2&gt;
  
  
  Responsive Website Design method using HTML
&lt;/h2&gt;

&lt;p&gt;↓↓&lt;br&gt;
&lt;strong&gt;1. Using the &lt;code&gt;&amp;lt;meta&amp;gt;&lt;/code&gt; tag&lt;/strong&gt;&lt;br&gt;
You can achieve responsiveness by adding &lt;code&gt;&amp;lt;meta&amp;gt;&lt;/code&gt;tag to all your html web pages.&lt;/p&gt;

&lt;p&gt;The &lt;code&gt;&amp;lt;meta&amp;gt;&lt;/code&gt;tag forces the web page to follow the screen-width of the device.&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%2Fqze9e2jf524sxai1xmib.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%2Fqze9e2jf524sxai1xmib.png" alt="meta"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This will set the viewport of your page. In order words, it'll give the browser instructions on how to control the page's dimensions and scaling. &lt;/p&gt;

&lt;p&gt;↓↓&lt;br&gt;
&lt;strong&gt;2. Using the &lt;code&gt;&amp;lt;picture&amp;gt;&lt;/code&gt; tag&lt;/strong&gt;&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%2Fashgbz0o6tut4ih5qleu.jpeg" 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%2Fashgbz0o6tut4ih5qleu.jpeg" alt="image fit"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If the CSS width property is set to 100%, the image will be responsive and scale up and down. &lt;br&gt;
That is, If the image max-width is at 100%, the image will scale down if it has to, but never scale up to be larger than the original size.&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%2F5nynnholzawmq2vicg09.jpg" 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%2F5nynnholzawmq2vicg09.jpg" alt="Img"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The HTML  element allows you to define different images for different browser window sizes.&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%2Fb916smgesg92mt8synue.jpg" 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%2Fb916smgesg92mt8synue.jpg" alt="picture"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;↓↓&lt;br&gt;
&lt;strong&gt;3: Responsive Text Size&lt;/strong&gt;&lt;br&gt;
The text size can be set with a "viewport width" or"vw" unit.&lt;/p&gt;

&lt;p&gt;In that way, the text size would follow the size of the browser window.&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%2Fa2d8v54tf6ybga9h4p4i.jpg" 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%2Fa2d8v54tf6ybga9h4p4i.jpg" alt="text"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Responsive Website Design method using CSS
&lt;/h2&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%2Fqxgw9l95v52011g5k928.jpg" 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%2Fqxgw9l95v52011g5k928.jpg" alt="responsive"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;↓↓&lt;br&gt;
&lt;strong&gt;1: Flex Layout&lt;/strong&gt;&lt;br&gt;
Establishing a simple &lt;code&gt;&amp;lt;display:flex;&amp;gt;&lt;/code&gt; layout in our main container and further styling with media query for mobile and desktop can easily create a responsive webpage.&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%2Fss5ec1mb001txdias0nb.jpg" 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%2Fss5ec1mb001txdias0nb.jpg" alt="Image"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Read more on &lt;a href="https://www.google.com/amp/s/www.freecodecamp.org/news/responsive-web-design-how-to-make-a-website-look-good-on-phones-and-tablets/amp/" rel="noopener noreferrer"&gt;Flex Layout&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;↓↓&lt;br&gt;
&lt;strong&gt;2: Media query&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;With media queries you can define completely different styles for different browser sizes.&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%2Fndfrlq9slf3r2jsufm3r.jpg" 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%2Fndfrlq9slf3r2jsufm3r.jpg" alt="Image"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Find more on &lt;a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Using_media_queries" rel="noopener noreferrer"&gt;media query&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;I know🥲 &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%2Fiv9tf7k6soixe00lfevq.jpg" 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%2Fiv9tf7k6soixe00lfevq.jpg" alt="Image"&gt;&lt;/a&gt;&lt;br&gt;
See you later.&lt;/p&gt;

</description>
      <category>react</category>
      <category>webdev</category>
      <category>codenewbie</category>
      <category>prudyopensourceseries</category>
    </item>
    <item>
      <title>Hosting your website for free using GitHub or Netlify</title>
      <dc:creator>Prudence97</dc:creator>
      <pubDate>Wed, 04 May 2022 17:24:38 +0000</pubDate>
      <link>https://dev.to/prudence97/deploying-your-website-for-free-using-github-or-netlify-36ap</link>
      <guid>https://dev.to/prudence97/deploying-your-website-for-free-using-github-or-netlify-36ap</guid>
      <description>&lt;p&gt;😋😋&lt;/p&gt;




&lt;p&gt;On today's coding series, we are talking about Hosting your website for &lt;strong&gt;free.&lt;/strong&gt; &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%2F5y916oq9i0xegn4cey53.gif" 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%2F5y916oq9i0xegn4cey53.gif" alt="Free"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;Hosting your website is something a developer would love to do and after procrastinating for a while I did a little research to find a way to deploy or host some of my websites.&lt;/p&gt;

&lt;p&gt;While they're other free hosting platforms;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Heroku.com&lt;/li&gt;
&lt;li&gt;Vercel.com&lt;/li&gt;
&lt;li&gt;Glitch.com&lt;/li&gt;
&lt;li&gt;Surge.sh&lt;/li&gt;
&lt;li&gt;Fly.io&lt;/li&gt;
&lt;li&gt;Firebase&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;😶I only had time to check  GitHub and Netlify,and i'll check the others out soon.&lt;/p&gt;

&lt;h2&gt;
  
  
  🙃
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Publishing on GitHub
&lt;/h2&gt;

&lt;p&gt;While GitHub acts as a platform for collaboration, and managing source codes, it also provides the opportunity for developers to publish their codes for free. 😋&lt;/p&gt;

&lt;p&gt;↓↓&lt;br&gt;
&lt;strong&gt;Step 1: Repositories&lt;/strong&gt;&lt;br&gt;
Visit your repositories and select the repository to be published.&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%2Ftcxsmqf9flo08jxuyyoy.jpg" 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%2Ftcxsmqf9flo08jxuyyoy.jpg" alt="Repositories"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;↓↓&lt;br&gt;
&lt;strong&gt;Step 2: Settings 🎛️&lt;/strong&gt;&lt;br&gt;
In your selected Repository, click on settings to go to your repository settings page.&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%2Ftzy01f2obprcyje66fov.jpg" 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%2Ftzy01f2obprcyje66fov.jpg" alt="Settings"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;↓↓&lt;br&gt;
&lt;strong&gt;Step 3: Pages 📄&lt;/strong&gt;&lt;br&gt;
On the left sidebar of the repository settings, click on pages to open up GitHub pages.&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%2Fmfow4tz2n93fjbvxcy0e.jpg" 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%2Fmfow4tz2n93fjbvxcy0e.jpg" alt="Pages"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;↓↓&lt;br&gt;
&lt;strong&gt;Step 4: Branch Selection 🌿&lt;/strong&gt;&lt;br&gt;
Still in the GitHub pages, click the drop-down menu on the source section and select a branch. save it afterwards.&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%2Fvxz1ye6qnkix6vnfxy7d.jpg" 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%2Fvxz1ye6qnkix6vnfxy7d.jpg" alt="Branch Selection"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;↓↓&lt;br&gt;
&lt;strong&gt;Step 5: The Link🔗&lt;/strong&gt;&lt;br&gt;
Your website is published when you save, and in a few seconds you'll see a link to your newly published website. &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%2F14hgwjymwodzas57xhat.jpg" 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%2F14hgwjymwodzas57xhat.jpg" alt="Link"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;😊😊You are now a published developer. 🎉🎉&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%2Fnaax8ocbzz73rlxpnq70.jpg" 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%2Fnaax8ocbzz73rlxpnq70.jpg" alt="growth"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Next is Netlify&lt;/p&gt;




&lt;h2&gt;
  
  
  Publishing on Netlify
&lt;/h2&gt;

&lt;p&gt;Publishing on Netlify gives the developer the opportunity to bind multiple domain names and keep the original repository private.&lt;/p&gt;

&lt;p&gt;↓↓&lt;br&gt;
&lt;strong&gt;Step 1: Add New Site➕&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If your Netlify account is linked to your Git account, you would get the &lt;strong&gt;import from GitHub&lt;/strong&gt; button, when logged in.&lt;/p&gt;

&lt;p&gt;You could also deploy &lt;strong&gt;manually&lt;/strong&gt; using a simple drag and drop or browse to upload method.&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%2Fcv1p5qqxyf5hr9bbf7qo.jpg" 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%2Fcv1p5qqxyf5hr9bbf7qo.jpg" alt="New Site"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;↓↓&lt;br&gt;
&lt;strong&gt;Step 2: Connect to Git provider🖥️&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;When we click on the &lt;strong&gt;import from Git&lt;/strong&gt; button, it simply wants access to your source codes in order to deploy it. You should have your codes on either GitHub, Gitlabs or Bitbucket to achieve this.&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%2Fo5x6xdoh1uwqw0altjmw.jpg" 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%2Fo5x6xdoh1uwqw0altjmw.jpg" alt="Connect to Git provider"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;↓↓&lt;br&gt;
&lt;strong&gt;Step 3: Authorize Netlify⚖️&lt;/strong&gt;&lt;br&gt;
Click on the &lt;strong&gt;Authorize Netlify&lt;/strong&gt; to establish a connection from GitHub.&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%2Fatuz6i1q6bf753axaipq.jpg" 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%2Fatuz6i1q6bf753axaipq.jpg" alt="Authorize"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;↓↓&lt;br&gt;
&lt;strong&gt;Step 4: Select Repository🤳&lt;/strong&gt;&lt;br&gt;
Once a connection is established, you can select the repository you want to publish.&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%2Fkckln9an4q3f1sq3r33l.jpg" 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%2Fkckln9an4q3f1sq3r33l.jpg" alt="Repository"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;↓↓&lt;br&gt;
&lt;strong&gt;Step 5: Configure your settings🛠️&lt;/strong&gt;&lt;br&gt;
There is not much to do here. You can also deploy after changing the branch.&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%2Fih36790v6xxodnuz7svc.jpg" 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%2Fih36790v6xxodnuz7svc.jpg" alt="Configure Settings"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;↓↓&lt;br&gt;
&lt;strong&gt;Step 6: Publish Site📢&lt;/strong&gt;&lt;br&gt;
After deploying your site. Netlify takes it up and creates your site in no time.&lt;/p&gt;

&lt;p&gt;You can take a step further to change the site name using &lt;strong&gt;site settings&lt;/strong&gt;&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%2F07rw0fsvbpakbk3mp1gb.jpg" 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%2F07rw0fsvbpakbk3mp1gb.jpg" alt="Site Settings"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Save site name&lt;/strong&gt;&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%2Fwhxyq4g18gun58a2de28.jpg" 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%2Fwhxyq4g18gun58a2de28.jpg" alt="Name Site"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can copy your site link and show the world how published you are🌝&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%2Fbpmathe2ywb3ptjosylu.jpg" 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%2Fbpmathe2ywb3ptjosylu.jpg" alt="Done"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Until Next time😂&lt;/strong&gt;&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%2Fh8k6den7fguoy9ma6vpe.gif" 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%2Fh8k6den7fguoy9ma6vpe.gif" alt="bye"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;P.S:&lt;/strong&gt; I am thinking of writing an article comparing Netlify and GitHub.&lt;br&gt;
I think it'll be nice to know the Pros and Cons of each.&lt;br&gt;
Also, if you find something I missed in the article or would like to share anything helpful, please comment. I would love to know what you think about it.&lt;/p&gt;

</description>
      <category>github</category>
      <category>netlify</category>
      <category>opensource</category>
      <category>prudyopensourceseries</category>
    </item>
    <item>
      <title>3 steps to exporting images from Figma</title>
      <dc:creator>Prudence97</dc:creator>
      <pubDate>Sun, 01 May 2022 14:22:53 +0000</pubDate>
      <link>https://dev.to/prudence97/3-steps-to-export-images-from-figma-29p8</link>
      <guid>https://dev.to/prudence97/3-steps-to-export-images-from-figma-29p8</guid>
      <description>&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%2Fs2fylu6u143nznly2tdg.jpg" 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%2Fs2fylu6u143nznly2tdg.jpg" alt="Doesn't work why"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Yesterday&lt;/strong&gt;, I learnt how to export images from Figma. &lt;/p&gt;

&lt;p&gt;It's an exciting discovery since it saved me from using my Google search tool. &lt;/p&gt;

&lt;p&gt;(Thank you Google search, see you later📨)&lt;/p&gt;

&lt;p&gt;In all of this hunt, I felt it would be nice to share the process. (You're welcome.) Also warm regards to &lt;a href="https://twitter.com/Lamodots" rel="noopener noreferrer"&gt;Lamodots&lt;/a&gt; who led the hunt.&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%2Fo431feq0e6nxkmzl4fge.jpg" 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%2Fo431feq0e6nxkmzl4fge.jpg" alt="Reference"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Step 1: Highlighting the Image&lt;/strong&gt;&lt;br&gt;
By clicking on any image or component on the design, you would also have highlighted it. &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%2Fcdg3eljxs6ybibmx35fp.jpg" 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%2Fcdg3eljxs6ybibmx35fp.jpg" alt="Image"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Step 2: Finding the right frame&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;On the Left-hand sidebar is usually the Layer section. The Layer section gives you access to each component, that is, text, images etc.&lt;/p&gt;

&lt;p&gt;Our job here is to find our right image or right frame. &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%2Fqiadtm0b1xzxouf28n34.jpg" 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%2Fqiadtm0b1xzxouf28n34.jpg" alt="Finding Image"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You should toggle the eye 👁️ and the Lock 🔒 to help you get a single element (image)&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Step 3: Exporting the image&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;On the right-hand sidebar is the Design section. By scrolling upwards you'll get down to the Export section. &lt;/p&gt;

&lt;p&gt;It opens up when you hit the plus + button. You can also toggle with the preview↓ button to preview the picture.&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%2Fnswb3syudnq02d99e9q6.jpg" 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%2Fnswb3syudnq02d99e9q6.jpg" alt="Exporting"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So &lt;strong&gt;hit&lt;/strong&gt; the Export button to download. &lt;/p&gt;




&lt;p&gt;&lt;strong&gt;It is done...&lt;/strong&gt;&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%2F2qnfrtoq1by4bk3c7bt0.gif" 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%2F2qnfrtoq1by4bk3c7bt0.gif" alt="Henry&amp;amp; Ray"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Feels good 😉&lt;/strong&gt;&lt;/p&gt;




&lt;p&gt;Hi🙋, you can also share your export method. 🤭 I'm looking for a simultaneous all-image download method.&lt;/p&gt;

</description>
      <category>uiweekly</category>
      <category>ux</category>
      <category>codenewbie</category>
      <category>prudycodingseries</category>
    </item>
    <item>
      <title>Cloning a Repository</title>
      <dc:creator>Prudence97</dc:creator>
      <pubDate>Fri, 29 Apr 2022 16:13:35 +0000</pubDate>
      <link>https://dev.to/prudence97/cloning-a-repository-1m1d</link>
      <guid>https://dev.to/prudence97/cloning-a-repository-1m1d</guid>
      <description>&lt;p&gt;What Cloning a Repository does, is it helps provide the opportunity to download a source file and work on it locally. This helps make changes that could be effected in the original. Call it, &lt;strong&gt;The Experiment😊.&lt;/strong&gt;&lt;/p&gt;




&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--0UxPo8bO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/jw6yiabyxe69wdtn20qo.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--0UxPo8bO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/jw6yiabyxe69wdtn20qo.jpeg" alt="the experiment" width="544" height="564"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;So it begins with,&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 1: Selecting a Repository&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Finding the repo is a step🤷&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--k5ah_eGO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/aihzr6ard6ccez4qdsvs.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--k5ah_eGO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/aihzr6ard6ccez4qdsvs.jpg" alt="Previous Project" width="880" height="663"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Step 2: Green &lt;del&gt;pill&lt;/del&gt; button&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;Click on the drop-down menu on green 💚 code button.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--EWk3Zubo--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/60h72paiaz5iaptpz9s7.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--EWk3Zubo--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/60h72paiaz5iaptpz9s7.jpg" alt="Green button" width="880" height="663"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Step 2: The Link&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Copy the link using the copy icon. (you're copying the GitHub link.😐)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Ji9PEuQp--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/18lyg5npvi3h7zkp2j01.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Ji9PEuQp--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/18lyg5npvi3h7zkp2j01.jpg" alt="Copy Link" width="880" height="663"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Step 3: The Code editor, Terminal and other stories&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;In a series sub-steps;&lt;br&gt;
&lt;em&gt;sub-step 1&lt;/em&gt; Open your code editor&lt;/p&gt;

&lt;p&gt;&lt;em&gt;sub-step 2&lt;/em&gt; open a new file, or new folder, or recent project. &lt;/p&gt;

&lt;p&gt;&lt;em&gt;sub-step 3&lt;/em&gt; Open the terminal&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--m5ywwJyj--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/kxzh48h3ebdzv00boe14.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--m5ywwJyj--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/kxzh48h3ebdzv00boe14.jpg" alt="VSCODE" width="880" height="663"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Step 4: The Cloning&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;At the terminal, you'll want to change the directory (especially when you're in another directory.&lt;/p&gt;

&lt;p&gt;A directorial sub-step😶&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Cd directory&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;git clone repository link&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;and the cloning begins...&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--9L7F6r1z--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/y8v8qqduag65cvprjmqv.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--9L7F6r1z--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/y8v8qqduag65cvprjmqv.jpg" alt="cloning" width="880" height="663"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Step 5: The Cloning continues😂😶&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If we look closely we can see our cloned folder highlighted in green text💚&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--kb8wTIbk--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/xu3l91tqed3tecixqxw8.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--kb8wTIbk--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/xu3l91tqed3tecixqxw8.jpg" alt="cloned files" width="880" height="663"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Step 5: The Cloning confirmed&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;😂😂 It's here though. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--kGBpeq0i--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/tq7w5l8g0tn39jen77e5.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--kGBpeq0i--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/tq7w5l8g0tn39jen77e5.jpg" alt="confirmation" width="880" height="663"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step Celebration&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--q_tEU2yc--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/jt8cj0qi7bq8978xfp3m.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--q_tEU2yc--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/jt8cj0qi7bq8978xfp3m.gif" alt="Naruto's Clone" width="498" height="280"&gt;&lt;/a&gt;&lt;br&gt;
Amazing, right?🤭😂😂&lt;/p&gt;

&lt;p&gt;Until next time. Bye. See you soon.&lt;/p&gt;

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