<?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: Rohit Kumar yadav</title>
    <description>The latest articles on DEV Community by Rohit Kumar yadav (@roiet47).</description>
    <link>https://dev.to/roiet47</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%2F688118%2Fc1b19f77-7588-4338-9c29-368aa3c6f3b4.jpg</url>
      <title>DEV Community: Rohit Kumar yadav</title>
      <link>https://dev.to/roiet47</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/roiet47"/>
    <language>en</language>
    <item>
      <title>What is Algorithm?</title>
      <dc:creator>Rohit Kumar yadav</dc:creator>
      <pubDate>Fri, 24 Dec 2021 07:09:24 +0000</pubDate>
      <link>https://dev.to/roiet47/what-is-algorithm-4cdh</link>
      <guid>https://dev.to/roiet47/what-is-algorithm-4cdh</guid>
      <description>&lt;p&gt;&lt;strong&gt;⭕️ What is Algorithm?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;➡️&lt;/strong&gt; &lt;em&gt;Algorithm is set of rules which we follow to calculations or solving a problems.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;➡️&lt;/strong&gt; &lt;em&gt;in Simple Word:-  it's a rough idea.(like when we solve a mathematical problems we do some rough...)&lt;/em&gt;&lt;/p&gt;

</description>
      <category>programming</category>
      <category>tutorial</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Next.js - Introduction</title>
      <dc:creator>Rohit Kumar yadav</dc:creator>
      <pubDate>Sat, 18 Dec 2021 10:02:20 +0000</pubDate>
      <link>https://dev.to/roiet47/nextjs-introduction-3e5p</link>
      <guid>https://dev.to/roiet47/nextjs-introduction-3e5p</guid>
      <description>&lt;p&gt;&lt;strong&gt;What is Next.js?&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;Next js is React Based Web framework with server side rendering capability. It is very fast and SEO Friendly.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Prerequisites&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;For starting this you have basic knowledge of &lt;strong&gt;JavaScript&lt;/strong&gt; and &lt;strong&gt;React&lt;/strong&gt;&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Setup&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;To install and create a Next.js projet you can use the handy node npx command 'create-next-app my-app-name'.&lt;/em&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;$ npx create-next-app my-app-name
# or
$ yarn create next-app
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;em&gt;If you want to start with a TypeScript project you can use the --typescript flag:&lt;/em&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;$ npx create-next-app@latest --typescript
# or
$ yarn create next-app --typescript

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

&lt;/div&gt;



&lt;p&gt;Once the app is created you can launch it&lt;/p&gt;

&lt;p&gt;Run npm run dev or yarn dev to start the development server on &lt;code&gt;http://localhost:3000.&lt;/code&gt;&lt;br&gt;
Visit &lt;a href="http://localhost:3000"&gt;http://localhost:3000&lt;/a&gt; to view your application.&lt;br&gt;
Edit &lt;code&gt;pages/index.js&lt;/code&gt; and see the updated result in your browser.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How to learn your first programming language in easy way?</title>
      <dc:creator>Rohit Kumar yadav</dc:creator>
      <pubDate>Sun, 28 Nov 2021 11:09:56 +0000</pubDate>
      <link>https://dev.to/roiet47/how-to-learn-your-first-programming-language-in-easy-way-3f30</link>
      <guid>https://dev.to/roiet47/how-to-learn-your-first-programming-language-in-easy-way-3f30</guid>
      <description>&lt;p&gt;&lt;strong&gt;Hii folks 👋&lt;/strong&gt; , I hope you all doing great , so in this Tutorial Post I'm going to give you some amazing Tips to start your programming Journey trust me 😊 it will be help full for you and after reading this tutorial, you'll feel great.&lt;/p&gt;

&lt;p&gt;so , now let's start ---&lt;/p&gt;

&lt;p&gt;for learn it in easy way follow given below point--&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Choose any one programming Language ( Don't waste your time in choosing a programming Language ).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Go to Youtube&lt;/strong&gt; and &lt;strong&gt;Search&lt;/strong&gt; your programming Language.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Find in one video Tutorial [ like your programming Language is java , then find &lt;strong&gt;JAVA in One Video Tutorial&lt;/strong&gt; ].&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Complete it at Once&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Congratulation&lt;/strong&gt; 🎉 now your confidence boost ( 0% to 30+% ).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;After that you can choose any course or tutorials &lt;br&gt;
it'll be easy to understand for you.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I hope this post will be helpfull for you.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>programming</category>
      <category>tutorial</category>
      <category>opensource</category>
    </item>
    <item>
      <title>How to start your hacking career?</title>
      <dc:creator>Rohit Kumar yadav</dc:creator>
      <pubDate>Tue, 28 Sep 2021 20:11:07 +0000</pubDate>
      <link>https://dev.to/roiet47/how-to-start-hacking-your-hacking-career-31a</link>
      <guid>https://dev.to/roiet47/how-to-start-hacking-your-hacking-career-31a</guid>
      <description>&lt;p&gt;Hii everyone it's my first post here , so I don't know where to start writing so if I do anything wrong forgive me &lt;br&gt;
So now let's move to on topic&lt;/p&gt;

&lt;p&gt;If you want to start your hacking career and don't have any idea how to start then don't worry this post will be helpful for you,&lt;/p&gt;

&lt;p&gt;£ Before starting your career in hacking ask yourself ....&lt;/p&gt;

&lt;p&gt;Main purpose of choosing career in hacking (eg. For money, for learning, for fun or anything ...)&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Now if you are a serious learner and looking it as a career then follow below given t
Steps..&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For learning:&lt;br&gt;
1.computer fundamental&lt;br&gt;
2.networking fundamental (TCP ip ..)&lt;br&gt;
3.php, javascript,bash, python,java.&lt;br&gt;
4.Have a better knowledge in one programming language (specially java , python , js)&lt;/p&gt;

&lt;p&gt;5.read daily infosec or medium writeup related to hacking&lt;/p&gt;

&lt;p&gt;6.how hacking tools work&lt;/p&gt;

&lt;p&gt;Now it's end next part will be how to practice and tutorials on hacking tools.&lt;/p&gt;

&lt;p&gt;Thank you 🥰&lt;/p&gt;

</description>
      <category>hacking</category>
      <category>cybersecurity</category>
      <category>pentester</category>
    </item>
  </channel>
</rss>
