<?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: Kartik Shukla </title>
    <description>The latest articles on DEV Community by Kartik Shukla  (@kartikshukla17).</description>
    <link>https://dev.to/kartikshukla17</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%2F1321923%2F0d36e10f-35e3-481d-a732-a5bd250ab937.jpeg</url>
      <title>DEV Community: Kartik Shukla </title>
      <link>https://dev.to/kartikshukla17</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kartikshukla17"/>
    <language>en</language>
    <item>
      <title>Vyomtracker API is now open-source!</title>
      <dc:creator>Kartik Shukla </dc:creator>
      <pubDate>Tue, 06 May 2025 02:12:54 +0000</pubDate>
      <link>https://dev.to/kartikshukla17/vyomtracker-api-is-now-open-source-17h8</link>
      <guid>https://dev.to/kartikshukla17/vyomtracker-api-is-now-open-source-17h8</guid>
      <description>&lt;p&gt;A restFull API to get data of all the launches done by ISRO! it is now open source and would love you guys to explore the codebase and make your contributions to it! &lt;/p&gt;

&lt;p&gt;here's the link to postman documentation: &lt;a href="https://www.postman.com/spaceflight-geologist/vyomtracker-api/documentation/axink7u/vyomtracker-api" rel="noopener noreferrer"&gt;https://www.postman.com/spaceflight-geologist/vyomtracker-api/documentation/axink7u/vyomtracker-api&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;here's the repo link: &lt;a href="https://github.com/kartikshukla17/vyomtracker-api" rel="noopener noreferrer"&gt;https://github.com/kartikshukla17/vyomtracker-api&lt;/a&gt;&lt;/p&gt;



&lt;blockquote&gt;
&lt;br&gt;
&lt;p&gt;Hi guys! 🚀 Making VyomTracker-API public! 🎉&lt;br&gt;&lt;br&gt;It provides details on all ISRO launches via the API. 🌌&lt;br&gt;&lt;br&gt;It's open-source! Anyone can contribute by checking the README and Postman docs for a brief understanding.&lt;br&gt;&lt;br&gt;Check it out here: &lt;a href="https://t.co/vb5yjBfelB" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;a href="https://t.co/vb5yjBfelB" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;a href="https://t.co/vb5yjBfelB" rel="noopener noreferrer"&gt;https://t.co/vb5yjBfelB&lt;/a&gt;&lt;a href="https://twitter.com/hashtag/OpenSource?src=hash&amp;amp;ref_src=twsrc%5Etfw" rel="noopener noreferrer"&gt;#OpenSource&lt;/a&gt; &lt;a href="https://twitter.com/hashtag/API?src=hash&amp;amp;ref_src=twsrc%5Etfw" rel="noopener noreferrer"&gt;#API&lt;/a&gt; &lt;a href="https://twitter.com/hashtag/ISRO?src=hash&amp;amp;ref_src=twsrc%5Etfw" rel="noopener noreferrer"&gt;#ISRO&lt;/a&gt;&lt;/p&gt;— Kartik Shukla (@kartik_shukla17) &lt;a href="https://twitter.com/kartik_shukla17/status/1917518426630938974?ref_src=twsrc%5Etfw" rel="noopener noreferrer"&gt;April 30, 2025&lt;/a&gt;&lt;br&gt;
&lt;/blockquote&gt;  

</description>
      <category>opensource</category>
      <category>postman</category>
      <category>api</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Backend Development Demystified: From Structure to Real-Life APIs</title>
      <dc:creator>Kartik Shukla </dc:creator>
      <pubDate>Tue, 06 May 2025 02:03:16 +0000</pubDate>
      <link>https://dev.to/kartikshukla17/backend-development-demystified-from-structure-to-real-life-apis-42ba</link>
      <guid>https://dev.to/kartikshukla17/backend-development-demystified-from-structure-to-real-life-apis-42ba</guid>
      <description>&lt;p&gt;So yeah, let’s discuss what backend is, why it matters, what a typical backend structure looks like, what OAuth is, how your database choice affects things, and why having a solid data model and understanding of your app’s purpose is key for writing production-level code. We’ll also talk about file structure and more! In this article, we’re going deep into backend development!!&lt;/p&gt;

&lt;p&gt;So let’s begin! In a broader spectrum, backend development involves understanding the differences between backend and frontend, choosing appropriate programming languages (Java, Python, JS, Go, Rust, C#), working with various types of databases (SQL, NoSQL, NewSQL), and learning about different API types (REST, GraphQL, gRPC, SOAP) and authentication methods (JWT, OAuth2, API keys). Additionally, it includes knowledge of server hosting services, containerization, server setup, and DevOps practices such as CI/CD pipelines, Infrastructure as Code (IaC), and monitoring tools.&lt;br&gt;
However, in this particular article, we’re not going to focus on server hosting services, containerization, server setup, and DevOps practices, since they aren’t needed at this stage and can be learned later in the process of building!&lt;/p&gt;

&lt;p&gt;Here’s the flow we’ll follow:&lt;/p&gt;

&lt;p&gt;Introduction: What is Backend Development?&lt;/p&gt;

&lt;p&gt;Core Components of the Backend&lt;/p&gt;

&lt;p&gt;Common Tools &amp;amp; Technologies&lt;/p&gt;

&lt;p&gt;Backend in Action (Example Workflow)&lt;/p&gt;

&lt;p&gt;Key Concepts to Understand&lt;/p&gt;

&lt;p&gt;Scaling and Performance&lt;/p&gt;

&lt;p&gt;Why Backend Matters&lt;/p&gt;

&lt;p&gt;read the complete article here: &lt;a href="https://kartikshukla.hashnode.dev/backend-development-demystified-from-structure-to-real-life-apis" rel="noopener noreferrer"&gt;https://kartikshukla.hashnode.dev/backend-development-demystified-from-structure-to-real-life-apis&lt;/a&gt;&lt;/p&gt;

</description>
      <category>backend</category>
      <category>node</category>
      <category>express</category>
      <category>postgres</category>
    </item>
    <item>
      <title>Product authentication using stellar blockchain technology!</title>
      <dc:creator>Kartik Shukla </dc:creator>
      <pubDate>Fri, 02 Aug 2024 20:42:05 +0000</pubDate>
      <link>https://dev.to/kartikshukla17/product-authentication-using-stellar-blockchain-technology-59m4</link>
      <guid>https://dev.to/kartikshukla17/product-authentication-using-stellar-blockchain-technology-59m4</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/stellar"&gt;Build Better on Stellar: Smart Contract Challenge &lt;/a&gt;: Build a dApp&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;so we have built a dapp which will show the stages of production through which a product has gone through it will be really useful in medical sector for detecting any fraud in medicine supply hence ensuring no fake medicines are sold and will give a control to the supply chain control authority as well!&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;&amp;lt;!-- If submitting a browser-based dApp, please share a public URL for us to demo. --&amp;gt; &lt;a href="https://github.com/kartikshukla17/volatile" rel="noopener noreferrer"&gt;https://github.com/kartikshukla17/volatile&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  My Code
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Journey
&lt;/h2&gt;

&lt;p&gt;&amp;lt;!-- Tell us about your implementation and smart contract design, the motivation behind your project, what you learned, your experience with the ecosystem, anything you are particularly proud of, what you hope to do next, etc. --&amp;gt;so i didn't had any idea of soroban and stellar previously so i recently learned it for one of our hackathon where stellar was a sponsor. surprisingly we won second prize in that.The whole learning experience was really incredible the Stellar Documentation is really helpful and very easy to understand and follow up!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Additional Prize Categories: Glorious Game and/or Super Sustainable&lt;/strong&gt;&lt;br&gt;
&amp;lt;!-- Let us know if you’d like your submission considered for the glorious game and/or super sustainable prize categories. If not, please remove this section.  --&amp;gt;yes, i would like!&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>stellarchallenge</category>
      <category>blockchain</category>
      <category>web3</category>
    </item>
    <item>
      <title>EventSource best real-time update API!!</title>
      <dc:creator>Kartik Shukla </dc:creator>
      <pubDate>Thu, 21 Mar 2024 10:34:50 +0000</pubDate>
      <link>https://dev.to/kartikshukla17/eventsource-best-real-time-update-api-3bmh</link>
      <guid>https://dev.to/kartikshukla17/eventsource-best-real-time-update-api-3bmh</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for DEV Challenge v24.03.20, One Byte Explainer: Browser API or Feature.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Explainer
&lt;/h2&gt;

&lt;p&gt;EventSource API is a channel between the client and server, sending real-time updates from server to client. It's like a &lt;strong&gt;girlfriend gossiping to her boyfriend&lt;/strong&gt;, ensuring updates without needing to ask!&lt;/p&gt;

&lt;h2&gt;
  
  
  Additional Context
&lt;/h2&gt;

&lt;p&gt;Obviously boys love to get updates without asking!! making the relationship effective and deep just as EventSource does between client and server:) &lt;/p&gt;

</description>
      <category>frontendchallenge</category>
      <category>devchallenge</category>
      <category>javascript</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
