<?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>Forem: GOVINDA RAJLE</title>
    <description>The latest articles on Forem by GOVINDA RAJLE (@govindarajle).</description>
    <link>https://forem.com/govindarajle</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%2F479844%2Fa90e3004-256e-48e4-93af-593244f84e1e.jpeg</url>
      <title>Forem: GOVINDA RAJLE</title>
      <link>https://forem.com/govindarajle</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/govindarajle"/>
    <language>en</language>
    <item>
      <title>What Is A Man-In-The-Middle Attack?</title>
      <dc:creator>GOVINDA RAJLE</dc:creator>
      <pubDate>Fri, 09 Apr 2021 02:31:57 +0000</pubDate>
      <link>https://forem.com/govindarajle/what-is-a-man-in-the-middle-attack-4nne</link>
      <guid>https://forem.com/govindarajle/what-is-a-man-in-the-middle-attack-4nne</guid>
      <description>&lt;p&gt;A man-in-the-middle attack requires three players. There’s the victim, the entity with which the victim is trying to communicate, and the “man in the middle,” who’s intercepting the victim’s communications. Critical to the scenario is that the victim isn’t aware of the man in the middle.&lt;/p&gt;




&lt;p&gt;How Does A Man-In-The-Middle Attack Work? &lt;/p&gt;

&lt;p&gt;How does this play out? Let’s say you received an email that appeared to be from your bank, asking you to log in to your account to confirm your contact information. You click on a link in the email and are taken to what appears to be your bank’s website, where you log in and perform the requested task.&lt;/p&gt;

&lt;p&gt;In such a scenario, the man in the middle (MITM) sent you the email, making it appear to be legitimate. (This attack also involves phishing, getting you to click on the email appearing to come from your bank.) He also created a website that looks just like your bank’s website, so you wouldn’t hesitate to enter your login credentials after clicking the link in the email. But when you do that, you’re not logging into your bank account, you’re handing over your credentials to the attacker.&lt;/p&gt;




&lt;p&gt;Types Of Man-In-The-Middle Attacks &lt;/p&gt;

&lt;p&gt;There are 7 types of MITM attacks.&lt;br&gt;
Cybercriminals can use MITM attacks to gain control of devices in a variety of ways.&lt;/p&gt;

&lt;p&gt;1⃣ IP spoofing&lt;br&gt;
Every device capable of connecting to the internet has an internet protocol (IP) address, which is similar to the street address for your home. By spoofing an IP address, an attacker can trick you into thinking you’re interacting with a website or someone you’re not, perhaps giving the attacker access to information you’d otherwise not share.&lt;/p&gt;

&lt;p&gt;2⃣ DNS spoofing&lt;br&gt;
Domain Name Server, or DNS, spoofing is a technique that forces a user to a fake website rather than the real one the user intends to visit. If you are a victim of DNS spoofing, you may think you’re visiting a safe, trusted website when you’re actually interacting with a fraudster. The perpetrator’s goal is to divert traffic from the real site or capture user login credentials.&lt;/p&gt;

&lt;p&gt;3⃣ HTTPS spoofing&lt;br&gt;
When doing business on the internet, seeing “HTTPS” in the URL, rather than “HTTP” is a sign that the website is secure and can be trusted. In fact, the “S” stands for “secure.” An attacker can fool your browser into believing it’s visiting a trusted website when it’s not. By redirecting your browser to an unsecure website, the attacker can monitor your interactions with that website and possibly steal personal information you’re sharing.&lt;/p&gt;

&lt;p&gt;4⃣ SSL hijacking&lt;br&gt;
When your device connects to an unsecure server — indicated by “HTTP” — the server can often automatically redirect you to the secure version of the server, indicated by “HTTPS.” A connection to a secure server means standard security protocols are in place, protecting the data you share with that server. SSL stands for Secure Sockets Layer, a protocol that establishes encrypted links between your browser and the web server.&lt;/p&gt;

&lt;p&gt;In an SSL hijacking, the attacker uses another computer and secure server and intercepts all the information passing between the server and the user’s computer.&lt;/p&gt;

&lt;p&gt;5⃣ Email hijacking&lt;br&gt;
Cybercriminals sometimes target email accounts of banks and other financial institutions. Once they gain access, they can monitor transactions between the institution and its customers. The attackers can then spoof the bank’s email address and send their own instructions to customers. This convinces the customer to follow the attackers’ instructions rather than the bank’s. As a result, an unwitting customer may end up putting money in the attackers’ hands.&lt;/p&gt;

&lt;p&gt;6⃣ Wi-Fi eavesdropping&lt;br&gt;
Cybercriminals can set up Wi-Fi connections with very legitimate sounding names, similar to a nearby business. Once a user connects to the fraudster’s Wi-Fi, the attacker will be able to monitor the user’s online activity and be able to intercept login credentials, payment card information, and more. This is just one of several risks associated with using public Wi-Fi. You can learn more about such risks here.&lt;/p&gt;

&lt;p&gt;7⃣ Stealing browser cookies&lt;br&gt;
To understand the risk of stolen browser cookies, you need to understand what one is. A browser cookie is a small piece of information a website stores on your computer.&lt;/p&gt;

&lt;p&gt;For example, an online retailer might store the personal information you enter and  selected on a cookie so you don’t have to re-enter that information when you return.&lt;/p&gt;

&lt;p&gt;A cybercriminal can hijack these browser cookies. Since cookies store information from your browsing session, attackers can gain access to your passwords, address, and other sensitive information.&lt;/p&gt;

</description>
    </item>
    <item>
      <title> Create your own apis from Google sheet</title>
      <dc:creator>GOVINDA RAJLE</dc:creator>
      <pubDate>Mon, 22 Feb 2021 08:06:48 +0000</pubDate>
      <link>https://forem.com/govindarajle/create-your-own-apis-from-google-sheet-3pmp</link>
      <guid>https://forem.com/govindarajle/create-your-own-apis-from-google-sheet-3pmp</guid>
      <description>&lt;p&gt;Hello !, friends&lt;/p&gt;

&lt;p&gt;first we need a google sheet for making api fill with dummy data or take actual data , this google sheet will help to make create a api.  &lt;/p&gt;

&lt;p&gt;after that we have to create on account for creating api link go to &lt;a href="https://sheet.best/" rel="noopener noreferrer"&gt;sheet best&lt;/a&gt; after creating account we need a connection url of the google sheet for that we have to make google sheet public .&lt;br&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%2Fnocp0d9gh3yt0hdocqgc.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%2Fnocp0d9gh3yt0hdocqgc.gif" alt="Alt Text"&gt;&lt;/a&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%2F9otk4n3wizs7nyo6c6on.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%2F9otk4n3wizs7nyo6c6on.gif" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;After making it public go to  &lt;a href="https://sheet.best/" rel="noopener noreferrer"&gt;sheet best&lt;/a&gt; and put google sheet link to the connection Url&lt;br&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%2Fxskq853x0ifmh52d7j20.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%2Fxskq853x0ifmh52d7j20.gif" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;after all &lt;br&gt;
Click on the DETAILS button for the your new Connection.&lt;/p&gt;

&lt;p&gt;Now Your custom api ready for use !.&lt;/p&gt;

</description>
      <category>tutorial</category>
      <category>api</category>
    </item>
    <item>
      <title>10 Data Scientist Skills to get hired</title>
      <dc:creator>GOVINDA RAJLE</dc:creator>
      <pubDate>Mon, 22 Feb 2021 07:11:13 +0000</pubDate>
      <link>https://forem.com/govindarajle/10-data-scientist-skills-4bfd</link>
      <guid>https://forem.com/govindarajle/10-data-scientist-skills-4bfd</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--SoGZdK8v--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/9qry1bfeepzzwhchitgo.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--SoGZdK8v--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/9qry1bfeepzzwhchitgo.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Mathematical base&lt;br&gt;
-Statistics Fundamentals with Python&lt;br&gt;
-Data Scientist with Python&lt;br&gt;
-Foundations of Probability in Python&lt;br&gt;
-Linear Algebra for Data Science in R&lt;br&gt;
-Machine Learning Fundamentals with Python&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Programming&lt;/p&gt;

&lt;p&gt;-Python Programming&lt;br&gt;
-Machine Learning Scientist with Python&lt;br&gt;
-Deep Learning in Python&lt;br&gt;
-Data Scientist with Python&lt;br&gt;
-Google's Python Class&lt;br&gt;
-R courses:&lt;br&gt;
    -Introduction to R&lt;br&gt;
-Data Scientist with R&lt;br&gt;
-Machine Learning Scientist with R&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Working with databases&lt;/p&gt;

&lt;p&gt;-Fundamentals of Structured Query Language (SQL)&lt;br&gt;
-SQL for Data Science&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Data preprocessing&lt;/p&gt;

&lt;p&gt;-Data Science Methodology. Data Preparation&lt;br&gt;
-Exploratory Data Analysis&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Algorithms&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Skills specific to the selected field of analysis&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Ability to convey your idea&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Teamwork&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Ability to see the commercial side of the issue&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Critical thinking&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

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

</description>
      <category>datascience</category>
      <category>help</category>
      <category>beginners</category>
      <category>python</category>
    </item>
    <item>
      <title>Setup for a Flutter Development</title>
      <dc:creator>GOVINDA RAJLE</dc:creator>
      <pubDate>Sun, 14 Feb 2021 04:46:12 +0000</pubDate>
      <link>https://forem.com/govindarajle/setup-for-a-flutter-development-1ihk</link>
      <guid>https://forem.com/govindarajle/setup-for-a-flutter-development-1ihk</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--t8TyC5l8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/sznj3zatauhz4qbe4meh.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--t8TyC5l8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/sznj3zatauhz4qbe4meh.jpeg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hola! Amigos,&lt;br&gt;
               so today we will building first flutter app in andriod studio.&lt;br&gt;
what we need for this we need a  andriod studio or visual studio code ,anything from that you make comfortable for development&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;andriod studio 
&lt;a href="https://developer.android.com/studio"&gt;https://developer.android.com/studio&lt;/a&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;or &lt;br&gt;
visual studio code &lt;br&gt;
             &lt;a href="https://code.visualstudio.com/"&gt;https://code.visualstudio.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In andriod studio add/instll plugins &lt;br&gt;
    -flutter &lt;br&gt;
    -dart&lt;br&gt;
2.flutter  sdk&lt;/p&gt;

&lt;p&gt;&lt;a href="https://flutter.dev/docs/get-started/install/windows"&gt;https://flutter.dev/docs/get-started/install/windows&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;*download the flutter sdk for &lt;br&gt;
    -window 10&lt;br&gt;
    -linux&lt;br&gt;
        for linux you can just use a command it will install a sdk of flutter&lt;br&gt;
sudo snap install flutter --classic&lt;br&gt;
and also , you can follow steps of this link&lt;br&gt;
&lt;a href="https://flutter.dev/docs/get-started/install/linux"&gt;https://flutter.dev/docs/get-started/install/linux&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now, go to downloded flutter sdk extract to andriod folder&lt;br&gt;
C:\Program Files\Android\flutter&lt;/p&gt;

&lt;p&gt;after extracting add to the folder path to the environment vairables,then we have to check &lt;br&gt;
all things are correctly instlled or not to check we have to to cmd &lt;br&gt;
open cmd as administrator mode&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;-C:\Users&amp;gt;flutter 

-C:\Users&amp;gt;flutter doctor
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;after doing this painful things start the andriod studio &lt;br&gt;
    -create a  new flutter project&lt;br&gt;
    -select the flutter appliction for beginners&lt;br&gt;
    - now select the sdk for flutter as we set &lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;-C:\Program Files\Android\flutter
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;after all things go to finish ,all set now &lt;br&gt;
you can start building apps with a flutter and dart&lt;/p&gt;

</description>
      <category>flutter</category>
      <category>beginners</category>
      <category>android</category>
      <category>ios</category>
    </item>
    <item>
      <title>Build Your first React app</title>
      <dc:creator>GOVINDA RAJLE</dc:creator>
      <pubDate>Fri, 04 Dec 2020 04:33:29 +0000</pubDate>
      <link>https://forem.com/govindarajle/build-your-first-react-app-34go</link>
      <guid>https://forem.com/govindarajle/build-your-first-react-app-34go</guid>
      <description>&lt;p&gt;React is a opensource  &amp;amp; a one  of most popular javascript front-end frameworks for building web application  &amp;amp; for create dynamic apps in 2020. It is created by faceboook.&lt;br&gt;
React makes it painless to create interactive UIs. Design simple views for each state in your application, and React will efficiently update and render just the right components when your data changes.&lt;/p&gt;
&lt;h3&gt;
  
  
  System Setup
&lt;/h3&gt;

&lt;p&gt;Before really starting with React we first need to make sure that the basic system setup is available.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The first prerequisite which needs to be installed on the development system is Node.js and NPM (Node.js Package Manager). NPM comes bundled with Node.js, so you only need to make sure that you have Node.js installed. 
&lt;/li&gt;
&lt;li&gt;Use Vscode editor for React development , it will  help  to make work easier, &lt;/li&gt;
&lt;li&gt;You can quickly check if an up-to-date version of Node.js is already installed on your system by executing the following command: 
&lt;/li&gt;
&lt;li&gt;To check Node  version use  terminal&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;br&gt;
    &lt;code&gt;node --version&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;


&lt;/blockquote&gt;

&lt;ul&gt;
&lt;li&gt;To check NPM version use terminal &lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;br&gt;
    &lt;code&gt;npm --version&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--jERmSz0Q--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/ry5xl7ua58ck10s3c89q.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--jERmSz0Q--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/ry5xl7ua58ck10s3c89q.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Getting started with react
&lt;/h3&gt;

&lt;p&gt;For getting started with react just need to  setting up for new react project is to use the create react app script ,to execute this script we need to use npx , by this command which make it possible to execute the script without prior downloading the package :  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Write this command in terminal &lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;br&gt;
 &lt;code&gt;npx create-react-app my-react-app&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--vPZQzrV0--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/wuljkf9cfbtj5um6dw4i.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--vPZQzrV0--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/wuljkf9cfbtj5um6dw4i.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--o5B_AGi0--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/zkeozx7tv4lapj6wdc1s.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--o5B_AGi0--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/zkeozx7tv4lapj6wdc1s.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
Here a my-react-app is project name , you can use any name as project name .&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;If you didn't have install npm you can install by following command :&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;br&gt;
 &lt;code&gt;npm install -g create-react-app&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;


&lt;/blockquote&gt;

&lt;p&gt;Check version of npm &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;br&gt;
 &lt;code&gt;create-react-app --version&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--mo9ZctN8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/0ywhfg7q5mhko9qtvsr7.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--mo9ZctN8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/0ywhfg7q5mhko9qtvsr7.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>react</category>
      <category>reactnative</category>
      <category>tutorial</category>
      <category>npm</category>
    </item>
    <item>
      <title>Hacktoberfest 2020 contributions </title>
      <dc:creator>GOVINDA RAJLE</dc:creator>
      <pubDate>Fri, 16 Oct 2020 04:05:17 +0000</pubDate>
      <link>https://forem.com/govindarajle/hacktoberfest-2idm</link>
      <guid>https://forem.com/govindarajle/hacktoberfest-2idm</guid>
      <description>&lt;h1&gt;
  
  
  What is Hacktoberfest?
&lt;/h1&gt;

&lt;p&gt;Hacktoberfest is a month-long celebration of open source software run by DigitalOcean in partnership with GitHub and Twilio. Hacktoberfest is open to everyone in our global community! &lt;/p&gt;

&lt;h1&gt;
  
  
  How to participate?
&lt;/h1&gt;

&lt;p&gt;You just need to make five contributions to open source before October 31 and can receive a free Hacktoberfest t-shirt.&lt;/p&gt;

&lt;p&gt;*How can a beginner participate?&lt;/p&gt;

&lt;p&gt;Step 1: Register or login to github.com&lt;br&gt;
Step 2: Register to Hacktoberfest.&lt;br&gt;
&lt;a href="https://hacktoberfest.digitalocean.com/"&gt;https://hacktoberfest.digitalocean.com/&lt;/a&gt;&lt;br&gt;
Contribute to these four (4) repositories or any others repositories you like, check instructions to contribute in each repositories.&lt;br&gt;
Step 4: Check your progress from here.&lt;br&gt;
Step 5: Digital ocean will ask &lt;br&gt;
for shipping address via email.&lt;br&gt;
Step 6: Wait for that awesome Hacktoberfest t-shirt from Github &amp;amp; Digital Ocean.&lt;/p&gt;

&lt;h1&gt;
  
  
  How to Make contribution to open source `
&lt;/h1&gt;

&lt;p&gt;1] Go to link     &lt;a href="https://github.com/DSC-COEA-Ambajogai/Hactoberfest2020"&gt;https://github.com/DSC-COEA-Ambajogai/Hactoberfest2020&lt;/a&gt;&lt;br&gt;
2] fork this  Repositories  into your github account &lt;br&gt;
3] After fork  write programs as per given  info &lt;br&gt;
4] make Full request &lt;br&gt;
5] after pull request it will be merge into  Repositories  as soon as &lt;/p&gt;

&lt;p&gt;After merge it will be updated in Hacktoberfest site &lt;br&gt;
 As like this we have to make 4 full request after that you are able to get T-Shirt (limited edittion)&lt;/p&gt;

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