<?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: Anurag Verma</title>
    <description>The latest articles on Forem by Anurag Verma (@anurag1020).</description>
    <link>https://forem.com/anurag1020</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%2F529750%2F49e694db-510a-48fd-afe0-44e2663ffce4.jpeg</url>
      <title>Forem: Anurag Verma</title>
      <link>https://forem.com/anurag1020</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/anurag1020"/>
    <language>en</language>
    <item>
      <title>FlashFetch: Concurrent, Multi-part file downloader</title>
      <dc:creator>Anurag Verma</dc:creator>
      <pubDate>Sat, 30 Mar 2024 10:58:02 +0000</pubDate>
      <link>https://forem.com/anurag1020/flashfetch-concurrent-multi-part-file-downloader-1nl4</link>
      <guid>https://forem.com/anurag1020/flashfetch-concurrent-multi-part-file-downloader-1nl4</guid>
      <description>&lt;p&gt;Greetings everyone,&lt;/p&gt;

&lt;p&gt;I'm thrilled to share with you my latest project, &lt;strong&gt;FlashFetch - A Concurrent, Multi-part file downloader&lt;/strong&gt;.&lt;br&gt;
It's a Java package designed for efficient and concurrent file downloading. It provides a simple and intuitive API for managing download tasks, allowing you to add, pause, resume, and cancel downloads with ease.&lt;br&gt;
Github: &lt;a href="https://github.com/anurag1004/flashfetch"&gt;flashfetch&lt;/a&gt;&lt;br&gt;
JAR: &lt;a href="https://github.com/anurag1004/flashfetch/releases/tag/v2"&gt;flashfetchv2.jar&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Features&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Concurrent Downloads&lt;/strong&gt;: FlashFetch supports concurrent downloading of multiple files, maximizing the utilization of available network resources.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Multi-part Downloading&lt;/strong&gt;: Files can be downloaded in multiple parts, improving download speed and reliability, especially for larger files.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Non-blocking Operations&lt;/strong&gt;: The download tasks run asynchronously, allowing you to continue working with your application while files are being downloaded in the background.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Download Queue Management&lt;/strong&gt;: Easily add, pause, resume, and cancel download tasks in the queue.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Intuitive API&lt;/strong&gt;: The package provides a straightforward and user-friendly API for managing downloads.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If anyone tries it out, please leave feedback in the comments. Your input is highly appreciated! 😄&lt;/p&gt;

&lt;p&gt;Below is the architecture of my design.&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%2Fuploads%2Farticles%2Fxwb7lgt746ku1egmduz8.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%2Fxwb7lgt746ku1egmduz8.png" alt="Architecture Diagram" width="800" height="915"&gt;&lt;/a&gt;&lt;br&gt;
PS- Obviously no design is perfect but if engagement is promising, I'm willing to dive into a detailed blog post on its architecture.&lt;/p&gt;

&lt;p&gt;Cheers ✌🏻&lt;/p&gt;

</description>
      <category>java</category>
      <category>opensource</category>
      <category>systemdesign</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
