<?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: YuvrajHinger</title>
    <description>The latest articles on DEV Community by YuvrajHinger (@yuvrajhinger).</description>
    <link>https://dev.to/yuvrajhinger</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%2F423773%2Fa4d973df-3c4b-4dfe-afe1-84054dd81041.jpeg</url>
      <title>DEV Community: YuvrajHinger</title>
      <link>https://dev.to/yuvrajhinger</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yuvrajhinger"/>
    <language>en</language>
    <item>
      <title>Concept of API For Beginners</title>
      <dc:creator>YuvrajHinger</dc:creator>
      <pubDate>Wed, 16 Dec 2020 05:16:32 +0000</pubDate>
      <link>https://dev.to/yuvrajhinger/concept-of-api-for-beginners-30i9</link>
      <guid>https://dev.to/yuvrajhinger/concept-of-api-for-beginners-30i9</guid>
      <description>&lt;h2&gt;What is API?&lt;/h2&gt;

&lt;p&gt;You might have heard this word in web development but still, most beginners cannot understand what is API.&lt;/p&gt;

&lt;p&gt;in this article, I will explain what is API in a very simple way so let's get started &amp;amp; understand what is API.&lt;br&gt;
well API is an acronym for the application programming interface.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;General Definition:&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;An application programming interface is a set of functions, procedures, methods, or classes used by computer programs to request services from the operating systems, software libraries, or any other services provider running on the computer. &lt;/p&gt;

&lt;p&gt;Now actually this definition is overwhelming, we need to find a way to understand what is API using a simple definition, so let's put this definition in very simple words.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Definition&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;The application programming interface is a software intermediary that allows two applications to talk to each other. Like when you use an app like Facebook, send an instant message, you are using an API. &lt;/p&gt;

&lt;p&gt;if you take this definition to understand API then it is hard to understand for most beginners then what is the best way to understand API.&lt;/p&gt;

&lt;p&gt;well, don't worry let’s understand API using a simple example. let's say you want to book an airline ticket online and you want to find the best website to book tickets and you choose your favorite one.&lt;/p&gt;

&lt;p&gt;now did you notice you can book the same airline ticket from many websites just like Make Mytrip, Goibibo, and so on? then how this website did that the answer is using API.&lt;br&gt;
using API they share the same functionality procedure and methods, they use the same classes and methods to know to a reserved seat on the airplane.&lt;/p&gt;

&lt;p&gt;They have access to the airplane API to know booking information and book ticket for us.&lt;/p&gt;

&lt;p&gt;now let us take another example of API, now let's say you're creating an application and you want the Google login feature to appear in the application then what will you do, you can use Google API. &lt;/p&gt;

&lt;p&gt;using API key you can access the Google API and create a login system for your application. The API key is for security to create a secure session Google provides an API key. &lt;/p&gt;

&lt;p&gt;You might also read this one &lt;a href="https://yuvrajhinger.in/post/ssh-key-with-symmetrical-asymmetrical-encryption"&gt;All about SSH Key with Symmetrical &amp;amp; Asymmetrical encryption.&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;API keys are used to track and control how the API is being used. for example, to prevent malicious use or abuse of API. using API key you can do a different kind of operation, like finding the existing user on Google, Log in to the Google account, and so on.&lt;br&gt;
so basically using API you can use functionality provided by the API services, these services share the code with us so we can run it.&lt;/p&gt;

</description>
      <category>programming</category>
      <category>beginners</category>
      <category>webdev</category>
    </item>
    <item>
      <title>What is ReactJs and Why to use it? | Introduction with ReactJs For Beginners</title>
      <dc:creator>YuvrajHinger</dc:creator>
      <pubDate>Thu, 19 Nov 2020 15:57:42 +0000</pubDate>
      <link>https://dev.to/yuvrajhinger/what-is-reactjs-and-why-to-use-it-introduction-with-reactjs-for-beginners-3enf</link>
      <guid>https://dev.to/yuvrajhinger/what-is-reactjs-and-why-to-use-it-introduction-with-reactjs-for-beginners-3enf</guid>
      <description>&lt;p&gt;React is an open source JavaScript library for building user interfaces.&lt;/p&gt;

&lt;h3&gt;Why is ReactJs popular?&lt;/h3&gt;

&lt;p&gt;Let's start with the fact that React is a project created and maintained by Facebook. &lt;/p&gt;

&lt;p&gt;when a company like Facebook uses React in its own products and invests money and resources to keep the project alive you can be rest assured it is not going to die down anytime soon. &lt;br&gt;
React has a component based architecture. &lt;/p&gt;

&lt;p&gt;This lets you break down your application into small encapsulated parts which can then be composed to make more complex UIs. &lt;/p&gt;

&lt;p&gt;Read more on &lt;a href="https://yuvrajhinger.in/post/introduction-with-reactjs"&gt;What is ReactJs and Why to use it? | Introduction with ReactJs&lt;/a&gt;&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>react</category>
      <category>programming</category>
    </item>
    <item>
      <title>7 ES6 Features Recommended For Getting Started with ES6</title>
      <dc:creator>YuvrajHinger</dc:creator>
      <pubDate>Thu, 19 Nov 2020 05:43:43 +0000</pubDate>
      <link>https://dev.to/yuvrajhinger/7-es6-features-recommended-for-getting-started-with-es6-3n83</link>
      <guid>https://dev.to/yuvrajhinger/7-es6-features-recommended-for-getting-started-with-es6-3n83</guid>
      <description>&lt;ol&gt;
&lt;li&gt;&lt;p&gt;let and const &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;arrow functions &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;template literals &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;default parameters &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;object literals &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;rest and spread operators &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;destructuring assignment &lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;These are the seven features that would be recommend if you are getting started with es6.&lt;/p&gt;

&lt;p&gt;Click to read more on &lt;br&gt;
&lt;a href="https://yuvrajhinger.in/post/seven-es6-features"&gt;7 ES6 Features Recommended For Getting Started with ES6&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>beginners</category>
      <category>programming</category>
      <category>modernjavascript</category>
    </item>
    <item>
      <title>About Google Scrapped Content Policy</title>
      <dc:creator>YuvrajHinger</dc:creator>
      <pubDate>Sat, 19 Sep 2020 06:43:50 +0000</pubDate>
      <link>https://dev.to/yuvrajhinger/about-google-scrapped-content-policy-o59</link>
      <guid>https://dev.to/yuvrajhinger/about-google-scrapped-content-policy-o59</guid>
      <description>&lt;h2&gt;What is scraped content?&lt;/h2&gt;

&lt;p&gt;Google consider scraped content as content that has been taken from other websites and has been published on your own website without attribution or permission. &lt;/p&gt;

&lt;p&gt;Publishers who publish articles or content from other websites and publish them as their own content are in violation of this policy. &lt;/p&gt;

&lt;h2&gt;Why did Google create this policy?&lt;/h2&gt;

&lt;p&gt;Your content is the reason users are on your site. &lt;/p&gt;

&lt;p&gt;Visitors are visiting your site for a reason, whether they're looking for business advice or finding the &lt;a href="https://a2zeshoping.com/"&gt;latest information&lt;/a&gt; on a particular topic. &lt;/p&gt;

&lt;p&gt;By providing users with the information they're looking for, you're satisfying their needs in the moment that they need it the most. &lt;/p&gt;

&lt;p&gt;Delivering this content is so vital to building a strong and loyal user base. &lt;/p&gt;

&lt;p&gt;When users enjoy your content, they continue to visit your site and can share their positive experiences with others, which helps to grow your site. &lt;/p&gt;

&lt;p&gt;Keep in mind, our goal is to help facilitate a healthy digital advertising ecosystem. &lt;/p&gt;

&lt;p&gt;Google understand that users come to a publisher's sites to view interesting, valuable, and unique content. &lt;/p&gt;

&lt;p&gt;Sites without original content, or sites that have no content, are not useful to users, and advertisers don't want their ads on these pages either. &lt;/p&gt;

&lt;p&gt;These web pages ultimately pose a threat to the trust users and advertisers have in our industry. &lt;/p&gt;

&lt;p&gt;Google understand that some publishers take content from other more well-known sites on the assumption that increasing the volume of pages on their site is a good long-term strategy, regardless of the relevance or uniqueness of the content. &lt;/p&gt;

&lt;p&gt;Purely scraped content, even from high-quality sources, does not provide any added value to users, and may constitute copyright infringement in some cases. &lt;/p&gt;

&lt;p&gt;There are no shortcuts to success. &lt;/p&gt;

&lt;p&gt;Take the time to create original content that sets your site apart and provides real value to users. &lt;/p&gt;

&lt;p&gt;This will keep your visitors coming back and will provide more useful results for users searching on Google. &lt;/p&gt;

&lt;p&gt;All of Google policies are designed and enforced to build trust in the digital advertising ecosystem. &lt;/p&gt;

&lt;p&gt;The futures of Google and Google partners are linked, and Google believe in fostering an environment where users, advertisers, and publishers can all thrive in a healthy digital advertising ecosystem. And by valuing each, we help ensure the sustainability of our industry. &lt;/p&gt;

&lt;p&gt;We hope this article helps you to better understand Google scraped content and no content policies. &lt;/p&gt;

&lt;p&gt;You can find more such article at &lt;a href="https://yuvrajhinger.in"&gt;BlogApk&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Comment a review on this affiliate site &lt;a href="https://a2zeshoping.com/"&gt;a2zeshoping&lt;/a&gt;.&lt;/p&gt;

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

</description>
      <category>webdev</category>
      <category>webmonetization</category>
      <category>googlepolicy</category>
      <category>scrapingcontent</category>
    </item>
    <item>
      <title>Issue in Laravel Goutte Web Scraping?</title>
      <dc:creator>YuvrajHinger</dc:creator>
      <pubDate>Thu, 20 Aug 2020 12:08:07 +0000</pubDate>
      <link>https://dev.to/yuvrajhinger/issue-in-laravel-goutte-web-scraping-47me</link>
      <guid>https://dev.to/yuvrajhinger/issue-in-laravel-goutte-web-scraping-47me</guid>
      <description>&lt;p&gt;Can anyone help me to doing web scraping using laravel goutte, i build tool seoindicate: &lt;a href="https://yuvrajhinger.in/seoindicate"&gt;https://yuvrajhinger.in/seoindicate&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I need to scrape 50-100 request at a time, i got crawling blocked issue.&lt;/p&gt;

&lt;p&gt;I need to try for rotate proxies in laravel.&lt;/p&gt;

&lt;p&gt;Can any one provide me code for that how to rotate proxies, ip or useragent in laravel for web scraping or any other solution for that?&lt;/p&gt;

</description>
    </item>
    <item>
      <title>I created a responsive portfolio website Using Bootstrap in laravel framework. Suggest me what I need to improve in?</title>
      <dc:creator>YuvrajHinger</dc:creator>
      <pubDate>Sat, 04 Jul 2020 17:00:50 +0000</pubDate>
      <link>https://dev.to/yuvrajhinger/responsive-portfolio-website-using-bootstrap-in-laravel-framework-1hf5</link>
      <guid>https://dev.to/yuvrajhinger/responsive-portfolio-website-using-bootstrap-in-laravel-framework-1hf5</guid>
      <description>&lt;p&gt;Tell me, what amazes you? What should I change?&lt;/p&gt;

&lt;p&gt;Here is the link to the portfolio:&lt;a href="https://portfolio.yuvrajhinger.in"&gt;https://portfolio.yuvrajhinger.in&lt;/a&gt;&lt;br&gt;
Your feedback will be very important to me. It will help to enhance my development skill.&lt;/p&gt;

</description>
      <category>html</category>
      <category>laravel</category>
      <category>css</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
