<?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: Adem Onur Çelik</title>
    <description>The latest articles on DEV Community by Adem Onur Çelik (@ademclk).</description>
    <link>https://dev.to/ademclk</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%2F889780%2Fe506eb95-cf25-4fc5-9850-2d1e982f1334.png</url>
      <title>DEV Community: Adem Onur Çelik</title>
      <link>https://dev.to/ademclk</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ademclk"/>
    <language>en</language>
    <item>
      <title>New Issue: Checking credentials</title>
      <dc:creator>Adem Onur Çelik</dc:creator>
      <pubDate>Thu, 25 Aug 2022 06:50:03 +0000</pubDate>
      <link>https://dev.to/ademclk/new-issue-checking-credentials-1ilp</link>
      <guid>https://dev.to/ademclk/new-issue-checking-credentials-1ilp</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--6wVIj9Ph--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/vfgb3m24kca8mi86o2q6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--6wVIj9Ph--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/vfgb3m24kca8mi86o2q6.png" alt="Image description" width="880" height="462"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Checking credentials 🔐&lt;br&gt;
Input: 1 email, 2 password.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Email must be in appropriate format.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Password must have a mixture of both uppercase and lowercase letters, a mixture of letters and numbers, 1 special character, and 1 number.&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Write functions to check if email and password requirements are satisfied.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Write unit test for different combinations and make sure that it works as expected.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Link to the issue &lt;a href="https://github.com/ademclk/callofcode/issues/51"&gt;Checking credentials&lt;/a&gt;&lt;/p&gt;

</description>
      <category>programming</category>
      <category>beginners</category>
      <category>github</category>
      <category>exercise</category>
    </item>
    <item>
      <title>Github contributions for beginners</title>
      <dc:creator>Adem Onur Çelik</dc:creator>
      <pubDate>Tue, 23 Aug 2022 20:36:00 +0000</pubDate>
      <link>https://dev.to/ademclk/github-contributions-for-beginners-2d0n</link>
      <guid>https://dev.to/ademclk/github-contributions-for-beginners-2d0n</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--V1DeGQVC--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/zglvzm6wysivmthqb420.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--V1DeGQVC--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/zglvzm6wysivmthqb420.png" alt="Image description" width="880" height="462"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Want to make your first contribution on Github. I've got a repo for you.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/ademclk/callofcode"&gt;github.com/callofcode&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;First go to Issues section of the repo. Choose a problem want to work on. Then submit your solution. It's super easy to get started using Github.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;How to contribute?&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Clone the repository first. (Forked to your profile.)&lt;/li&gt;
&lt;li&gt;Create your own branch.&lt;/li&gt;
&lt;li&gt;Add your files.&lt;/li&gt;
&lt;li&gt;Make a pull request.&lt;/li&gt;
&lt;li&gt;After your solution reviewed it will be merged to main branch.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Any questions? Feel free to send me an email, &lt;a href="mailto:ademonurcelik@icloud.com"&gt;ademonurcelik@icloud.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>github</category>
      <category>programming</category>
      <category>problemsolving</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
