<?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: Sagar Kapase</title>
    <description>The latest articles on Forem by Sagar Kapase (@sagarkapase).</description>
    <link>https://forem.com/sagarkapase</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%2F1282155%2F06fee80e-44d9-421f-96f4-b3c144978150.jpeg</url>
      <title>Forem: Sagar Kapase</title>
      <link>https://forem.com/sagarkapase</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/sagarkapase"/>
    <language>en</language>
    <item>
      <title>Snap-Test.in Is Live! A Simple &amp; Powerful Fake API Service for Developers</title>
      <dc:creator>Sagar Kapase</dc:creator>
      <pubDate>Thu, 27 Nov 2025 16:12:15 +0000</pubDate>
      <link>https://forem.com/sagarkapase/snap-testin-is-live-a-simple-powerful-fake-api-service-for-developers-5blj</link>
      <guid>https://forem.com/sagarkapase/snap-testin-is-live-a-simple-powerful-fake-api-service-for-developers-5blj</guid>
      <description>&lt;p&gt;🚀 Introducing Snap-Test.in — A Simple Fake API Service for Testing &amp;amp; Frontend Development&lt;/p&gt;

&lt;p&gt;I’m excited to share Snap-Test.in, a clean and beginner-friendly platform that provides ready-to-use fake APIs — similar to reqres.in, but with more flexibility and modern features.&lt;/p&gt;

&lt;p&gt;If you’re building a frontend, testing an app, or teaching API integration, Snap-Test.in gives you instant sample APIs without any backend setup.&lt;/p&gt;

&lt;p&gt;👉 Try it here: &lt;a href="https://snap-test-api.vercel.app/" rel="noopener noreferrer"&gt;Snap-Test.in&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 Works perfectly with React, Vue, Angular, Flutter, Postman &amp;amp; automation tools&lt;/p&gt;

&lt;p&gt;🔥 What You Can Do with Snap-Test.in&lt;/p&gt;

&lt;p&gt;✔ Ready-made sample endpoints (Users, Auth, XML, GraphQL, Files)&lt;br&gt;
✔ Copy sample code instantly (JS, Axios, PHP, cURL, Python)&lt;br&gt;
✔ Stable JSON responses for UI development&lt;br&gt;
✔ Great for testing forms, lists, login flows &amp;amp; API integration&lt;br&gt;
✔ Perfect for tutorials, demos, workshops &amp;amp; student learning&lt;/p&gt;

&lt;p&gt;Just like reqres.in — but with more formats, cleaner UI, and advanced mock features.&lt;/p&gt;

&lt;p&gt;🎯 Built for Developers, Testers &amp;amp; Students&lt;/p&gt;

&lt;p&gt;Snap-Test.in makes API learning and testing effortless:&lt;/p&gt;

&lt;p&gt;❌ No signup&lt;br&gt;
❌ No configuration&lt;br&gt;
❌ No database&lt;/p&gt;

&lt;p&gt;Just plug the API URL → test → build.&lt;/p&gt;

&lt;p&gt;If you're building a demo or practicing API calls, give Snap-Test.in a try:&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://snap-test-api.vercel.app/" rel="noopener noreferrer"&gt;Snap-Test.in&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feedback and suggestions are always welcome! 🚀&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>frontend</category>
      <category>testing</category>
      <category>api</category>
    </item>
    <item>
      <title>Embarking on My Android Development Journey with Kotlin: Seeking Your Expert Tips and Tricks!</title>
      <dc:creator>Sagar Kapase</dc:creator>
      <pubDate>Wed, 28 Aug 2024 06:10:57 +0000</pubDate>
      <link>https://forem.com/sagarkapase/embarking-on-my-android-development-journey-with-kotlin-seeking-your-expert-tips-and-tricks-2fma</link>
      <guid>https://forem.com/sagarkapase/embarking-on-my-android-development-journey-with-kotlin-seeking-your-expert-tips-and-tricks-2fma</guid>
      <description>&lt;p&gt;Hello, Fellow Developers!&lt;br&gt;
  I am Sagar, currently working as a Software Developer in a private company. Apart from this I have keen interests in following my passion towards learning and keeping myself up with current trends of technology.&lt;br&gt;
  Also I am eager to share with you all that, I’ve recently begun my adventure into the world of Android development, and I’ve chosen Kotlin as my weapon of choice. As a newcomer to both Android and Kotlin, I’m incredibly excited about the possibilities, but I’m also aware that the learning curve can be steep.&lt;br&gt;
  That’s why I’m reaching out to this fantastic community—I know there’s a wealth of experience here, and I’d love to tap into your collective wisdom.&lt;br&gt;
  Hence, any leads regarding the same are most welcome. Below I've linked my LinkedIn Profile. Feel free to reach out.&lt;br&gt;
&lt;a href="https://www.linkedin.com/in/sagar-kapase/" rel="noopener noreferrer"&gt;LinkedIn&lt;/a&gt;&lt;/p&gt;

</description>
      <category>android</category>
      <category>mobile</category>
      <category>programming</category>
      <category>kotlin</category>
    </item>
    <item>
      <title>Print the all prime numbers in given range</title>
      <dc:creator>Sagar Kapase</dc:creator>
      <pubDate>Fri, 16 Feb 2024 05:19:40 +0000</pubDate>
      <link>https://forem.com/sagarkapase/print-the-all-prime-numbers-in-given-range-453c</link>
      <guid>https://forem.com/sagarkapase/print-the-all-prime-numbers-in-given-range-453c</guid>
      <description>&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;import java.util.ArrayList;
import java.util.List;
import java.util.Scanner;

public class Main
{
    public static List&amp;lt;Integer&amp;gt; returnAllPrimeNumbers(int n1,int n2)
    {
        List&amp;lt;Integer&amp;gt; lst = new ArrayList&amp;lt;Integer&amp;gt;();
        for (int i = n1;i&amp;lt;= n2;i++)
        {
                if (isPrimeNumber(i))
                {
                    lst.add(i);
                }
        }

        return lst;
    }
    public static boolean isPrimeNumber(int n)
    {
        int count = 0;
        for (int i=1;i&amp;lt;=n;i++)
        {
            if (n%i == 0)
            {
                count++;
            }
        }

        if (count == 2)
        {
            return true;
        }
        return false;
    }
    public static void main(String[] args)
    {
        Scanner scanner = new Scanner(System.in);
        System.out.println("Enter starting number : ");
        int num1 = scanner.nextInt();

        System.out.println("Enter Ending number : ");
        int num2 = scanner.nextInt();

        System.out.println(returnAllPrimeNumbers(num1,num2));
    }
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;About me&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Hello there!&lt;br&gt;
I am Sagar Kapase and I am a Software Engineer. Currently I am working on the Java, RESTAPI.&lt;br&gt;
And my primary skills are Java, Spring Boot and Microservices.&lt;/p&gt;

</description>
      <category>java</category>
      <category>beginners</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
