<?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: Shivam Gupta</title>
    <description>The latest articles on DEV Community by Shivam Gupta (@thisisshivamgupta).</description>
    <link>https://dev.to/thisisshivamgupta</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%2F560538%2F77aea50b-dbe0-449a-ac86-9f552bb6647c.png</url>
      <title>DEV Community: Shivam Gupta</title>
      <link>https://dev.to/thisisshivamgupta</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/thisisshivamgupta"/>
    <language>en</language>
    <item>
      <title>APIs 101 Using Postman | Ali Mustufa | 8th March 2021 |FET-JU</title>
      <dc:creator>Shivam Gupta</dc:creator>
      <pubDate>Mon, 08 Mar 2021 14:04:31 +0000</pubDate>
      <link>https://dev.to/thisisshivamgupta/workshop-of-postman-ali-mustufa-8th-march-2021-2c80</link>
      <guid>https://dev.to/thisisshivamgupta/workshop-of-postman-ali-mustufa-8th-march-2021-2c80</guid>
      <description>&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkgwb4tf1d68yv5857sy0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkgwb4tf1d68yv5857sy0.png" alt="Alt Text" width="800" height="443"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;First of all, we get to know about our speaker of the day @ialimustafa.&lt;br&gt;
He has excelled in contribution and grow with the community, has attended many pronounced submits.&lt;br&gt;
Now coming to the workshop, I’ve to say his presentation skill is as perfect as crystal.&lt;br&gt;
Started with&lt;/p&gt;

&lt;h2&gt;
  
  
  API:-Application Programming Interface:
&lt;/h2&gt;

&lt;p&gt;We’ve seen a real-time use of API, Example was about social media. Discussed story of Instagram, LinkedIn.&lt;br&gt;
Kinds of API: &lt;br&gt;
1)  PUBLIC API:-&lt;br&gt;
    Eg. Music with Spotify helps to provide, Weather report, etc.&lt;br&gt;
2)  PRIVATE API:-&lt;br&gt;&lt;br&gt;
    Eg.  API used by Instagram, etc.&lt;br&gt;
3)  HARDWARE API:-&lt;br&gt;
    Eg. Access to the camera, etc.&lt;/p&gt;

&lt;p&gt;API’s Turn software into LEGO bricks:&lt;br&gt;
--Connect one interface to other interfaces.&lt;br&gt;
--Without disclosing the hardware.&lt;br&gt;
Important Two Parts:&lt;/p&gt;

&lt;h2&gt;
  
  
  1.Requesting
&lt;/h2&gt;

&lt;h1&gt;
  
  
  Method :
&lt;/h1&gt;

&lt;p&gt;GET (Retrieve Information)&lt;br&gt;
POST (Send Information)&lt;br&gt;
PUT (Update Information)&lt;br&gt;
DELETE (Deleting Information)&lt;/p&gt;

&lt;h1&gt;
  
  
  Address URL:
&lt;/h1&gt;

&lt;p&gt;Linkedin.com/ feed/&lt;br&gt;
-Where Linkedin.com/  is End Point&lt;br&gt;
       i.e channel of communication.&lt;br&gt;
-feed/   is the path &lt;br&gt;
       i.e where the operation is going to be.&lt;/p&gt;

&lt;h1&gt;
  
  
  Specifying details:
&lt;/h1&gt;

&lt;p&gt;-Parameters:&lt;br&gt;
-&amp;gt;path param&lt;br&gt;
-&amp;gt;query param&lt;/p&gt;

&lt;p&gt;Then,&lt;/p&gt;

&lt;h2&gt;
  
  
  2.Receiving Responses
&lt;/h2&gt;

&lt;p&gt;-&amp;gt;Status code:&lt;br&gt;
404- Page not found&lt;br&gt;
200- Ok&lt;br&gt;
201- Created successfully&lt;br&gt;&lt;br&gt;
400- Bad request&lt;br&gt;
-&amp;gt;Headers&lt;br&gt;
-&amp;gt;Accessing Body Data&lt;/p&gt;

&lt;p&gt;At the end of the theory&lt;br&gt;
Discussed &lt;br&gt;
What is Postman?&lt;br&gt;
Ans. Creating, using &amp;amp; testing APIs with UI.&lt;/p&gt;

&lt;p&gt;Also covered the scenario of Before Postman &amp;amp; After Postman development(auto code generated). &lt;/p&gt;

&lt;h1&gt;
  
  
  Key points:- (Hands-ON)
&lt;/h1&gt;

&lt;p&gt;Then learned to &lt;br&gt;
use 4 methods of requesting, &lt;br&gt;
how to fork,&lt;br&gt;
 use of Id, &lt;br&gt;
Where to find the body? &lt;br&gt;
  Refer documentation.&lt;/p&gt;

</description>
      <category>api</category>
      <category>postman</category>
      <category>jgi</category>
      <category>2021</category>
    </item>
    <item>
      <title>MLH Local Hack Day 2021 Experience | Major League Hacking</title>
      <dc:creator>Shivam Gupta</dc:creator>
      <pubDate>Sat, 16 Jan 2021 11:25:06 +0000</pubDate>
      <link>https://dev.to/thisisshivamgupta/mlh-local-hack-day-2021-experience-major-league-hacking-p8f</link>
      <guid>https://dev.to/thisisshivamgupta/mlh-local-hack-day-2021-experience-major-league-hacking-p8f</guid>
      <description>&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fsyldaqng07qge07jgqdr.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fsyldaqng07qge07jgqdr.jpg" alt="Alt Text" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Day-1:
&lt;/h1&gt;

&lt;p&gt;Everything was started with daily challenges &amp;amp; week-long challenges, and I've to say that the challenges aren't only &lt;br&gt;
pro hackers friendly but also they were beginner-friendly.&lt;br&gt;
And at the end of the day, My score was 12, and the Guild's(Rank 30th) score was around 18.&lt;/p&gt;

&lt;h1&gt;
  
  
  Day-2 to Day-3:
&lt;/h1&gt;

&lt;p&gt;Still, I had the hope that we can make it nevertheless we were competing with the awesome hacker so I guess we did our best!&lt;br&gt;
at the end of the day-3, My score was 32, and the Guild's score was around 64.&lt;/p&gt;

&lt;h1&gt;
  
  
  Day-4 to Day-5:
&lt;/h1&gt;

&lt;p&gt;Now the Guild's score is not that high but we were planning to attend as many challenges as we can and at the end of the day we were around 132&lt;br&gt;
(I know that is a really small number, But we're really proud that we have attended such an event by MLH).&lt;/p&gt;

&lt;h1&gt;
  
  
  Day-6:
&lt;/h1&gt;

&lt;p&gt;Updating soon!🔜&lt;/p&gt;

&lt;h1&gt;
  
  
  Fun Facts😂
&lt;/h1&gt;

&lt;p&gt;I don't know exactly which day it was but we shared our meals(I know that sounds weird, but we did it virtually),&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Ffef3huyynjemmy7f4xsk.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Ffef3huyynjemmy7f4xsk.png" alt="Alt Text" width="800" height="450"&gt;&lt;/a&gt;&lt;br&gt;
and also I have taken many sessions to teach my fellow hackers! Yeah, I enjoyed each moment!&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F3besxx3nq2zti5jx4jzd.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F3besxx3nq2zti5jx4jzd.png" alt="Alt Text" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  What I achieved:🤩
&lt;/h1&gt;

&lt;p&gt;Learned Github, git, IntelliJ Idea, how to make a bot, etc.&lt;br&gt;
Overcome the fear of attending Hackathons! I don't know why? &lt;br&gt;
But I used to be afraid of Hackathon, like what I'll do, how I'll do, I don't know to communicate, and many more &lt;/p&gt;

&lt;h1&gt;
  
  
  Advice for everyone:😇
&lt;/h1&gt;

&lt;p&gt;First, join the event then predict your stand! Afterward, work for it.&lt;/p&gt;

&lt;p&gt;Pardon For My English😅&lt;/p&gt;

</description>
      <category>mlh</category>
      <category>localhackday</category>
      <category>majorleaguehacking</category>
      <category>2021</category>
    </item>
  </channel>
</rss>
