<?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: akshit singh shekhawat</title>
    <description>The latest articles on DEV Community by akshit singh shekhawat (@akshit_shekhawat).</description>
    <link>https://dev.to/akshit_shekhawat</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%2F3933356%2F99bd3a2f-bcaf-409d-b60e-2f1da664ff48.png</url>
      <title>DEV Community: akshit singh shekhawat</title>
      <link>https://dev.to/akshit_shekhawat</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/akshit_shekhawat"/>
    <language>en</language>
    <item>
      <title>The fastest way to optimize images for your web projects (Zero Server Roundtrips)</title>
      <dc:creator>akshit singh shekhawat</dc:creator>
      <pubDate>Thu, 28 May 2026 12:24:58 +0000</pubDate>
      <link>https://dev.to/akshit_shekhawat/the-fastest-way-to-optimize-images-for-your-web-projects-zero-server-roundtrips-5ck</link>
      <guid>https://dev.to/akshit_shekhawat/the-fastest-way-to-optimize-images-for-your-web-projects-zero-server-roundtrips-5ck</guid>
      <description>&lt;p&gt;We all know the pain: you finish a landing page, run a Lighthouse test, and realize your hero image is 4MB. You need to compress it fast.&lt;/p&gt;

&lt;p&gt;You could open Photoshop, or you could use an online tool—but most online tools make you upload the file, wait for their server to process it, and download it again. It's slow and terrible for privacy.&lt;/p&gt;

&lt;p&gt;I wanted a frictionless workflow, so I added a client-side Image Compressor to my tool suite, Run It Free.&lt;/p&gt;

&lt;p&gt;⚡ How it works: Everything is processed locally in your browser. When you drop an image in, it uses HTML5 Canvas and modern browser APIs to compress the file on your machine.&lt;/p&gt;

&lt;p&gt;🛡️ Benefits:&lt;/p&gt;

&lt;p&gt;Instant processing: No server upload/download times.&lt;br&gt;
Total Privacy: Great if you are working with client assets under NDA. The files never leave your machine.&lt;br&gt;
Batch friendly: Because it's local, you can crunch through files quickly.&lt;br&gt;
Next time you need to shave some megabytes off your assets before deployment, give it a try: 👉 Run It Free - Image Compressor&lt;br&gt;
You can check it out here: &lt;a href="https://runitfree.online/image-compressor" rel="noopener noreferrer"&gt;https://runitfree.online/image-compressor&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Let me know what you think of the compression algorithm!&lt;/p&gt;

</description>
    </item>
    <item>
      <title>I Built a Free GST Calculator with CGST, SGST &amp; IGST Support Using React</title>
      <dc:creator>akshit singh shekhawat</dc:creator>
      <pubDate>Wed, 20 May 2026 17:41:58 +0000</pubDate>
      <link>https://dev.to/akshit_shekhawat/i-built-a-free-gst-calculator-with-cgst-sgst-igst-support-using-react-3mfc</link>
      <guid>https://dev.to/akshit_shekhawat/i-built-a-free-gst-calculator-with-cgst-sgst-igst-support-using-react-3mfc</guid>
      <description>&lt;p&gt;As a frontend developer, I enjoy building tools that are actually useful in day-to-day life — tools that are fast, clean, and respect user privacy.&lt;/p&gt;

&lt;p&gt;That’s why I created Run It Free, a collection of free browser-based tools that work instantly without sign-ups, uploads, or unnecessary distractions.&lt;/p&gt;

&lt;p&gt;🚀 GST Calculator&lt;/p&gt;

&lt;p&gt;One of the latest tools on the platform is a modern GST Calculator designed for freelancers, businesses, students, and developers.&lt;/p&gt;

&lt;p&gt;✨ Live Demo&lt;/p&gt;

&lt;p&gt;Run It Free GST Calculator&lt;/p&gt;

&lt;p&gt;Why I Built It&lt;/p&gt;

&lt;p&gt;Most GST calculators online have a few common problems:&lt;/p&gt;

&lt;p&gt;Outdated and cluttered UI&lt;br&gt;
Too many ads and popups&lt;br&gt;
Slow performance&lt;br&gt;
Confusing workflow&lt;br&gt;
Require unnecessary sign-ups&lt;/p&gt;

&lt;p&gt;I wanted to build something different:&lt;/p&gt;

&lt;p&gt;✅ Free forever&lt;br&gt;
✅ Privacy-first&lt;br&gt;
✅ Runs entirely in your browser&lt;br&gt;
✅ No uploads&lt;br&gt;
✅ No sign-up required&lt;br&gt;
✅ Fast and mobile-friendly&lt;/p&gt;

&lt;p&gt;The goal was simple: create a clean utility that anyone can use instantly.&lt;/p&gt;

&lt;p&gt;Features&lt;br&gt;
GST Calculation Modes&lt;br&gt;
Add GST&lt;br&gt;
Remove GST&lt;br&gt;
Instant real-time calculations&lt;br&gt;
Tax Breakdown Support&lt;br&gt;
CGST&lt;br&gt;
SGST&lt;br&gt;
IGST&lt;br&gt;
Multiple GST Rates&lt;/p&gt;

&lt;p&gt;Supports:&lt;/p&gt;

&lt;p&gt;5%&lt;br&gt;
12%&lt;br&gt;
18%&lt;br&gt;
28%&lt;br&gt;
Custom GST rates&lt;br&gt;
Multi-item Calculation&lt;/p&gt;

&lt;p&gt;Calculate GST for multiple items in a single workflow.&lt;/p&gt;

&lt;p&gt;Responsive UI&lt;/p&gt;

&lt;p&gt;Optimized for:&lt;/p&gt;

&lt;p&gt;Desktop&lt;br&gt;
Tablet&lt;br&gt;
Mobile devices&lt;br&gt;
Browser-Based Processing&lt;/p&gt;

&lt;p&gt;Everything runs directly in the browser for better speed and privacy.&lt;/p&gt;

&lt;p&gt;Tech Stack&lt;/p&gt;

&lt;p&gt;Built using:&lt;/p&gt;

&lt;p&gt;React&lt;br&gt;
TypeScript&lt;br&gt;
Tailwind CSS&lt;br&gt;
Vite&lt;br&gt;
About Run It Free&lt;/p&gt;

&lt;p&gt;Run It Free is my growing collection of free online browser tools focused on:&lt;/p&gt;

&lt;p&gt;Privacy-first experience&lt;br&gt;
Fast performance&lt;br&gt;
Clean UI/UX&lt;br&gt;
Zero sign-up friction&lt;br&gt;
Client-side processing whenever possible&lt;/p&gt;

&lt;p&gt;The vision is to create useful everyday tools that people can access instantly without creating accounts or uploading data.&lt;/p&gt;

&lt;p&gt;Explore here:&lt;br&gt;
Run It Free (runitfree.online)&lt;/p&gt;

&lt;p&gt;Feedback Welcome 🙌&lt;/p&gt;

&lt;p&gt;I’d love feedback from the developer community on:&lt;/p&gt;

&lt;p&gt;UI/UX improvements&lt;br&gt;
Accessibility&lt;br&gt;
SEO&lt;br&gt;
Performance optimization&lt;br&gt;
Feature ideas&lt;br&gt;
Developer experience&lt;/p&gt;

&lt;p&gt;If you have suggestions or ideas for new tools, feel free to share them.&lt;/p&gt;

&lt;h1&gt;
  
  
  react #typescript #vite #tailwindcss #frontend #webdev #javascript #opensource #seo #tools #developers #india #reactjs #uidesign #programming
&lt;/h1&gt;

</description>
    </item>
    <item>
      <title>Run It Free - 47+ free browser-based tools for PDF, images, developer utilities, finance &amp; health.</title>
      <dc:creator>akshit singh shekhawat</dc:creator>
      <pubDate>Sun, 17 May 2026 16:12:43 +0000</pubDate>
      <link>https://dev.to/akshit_shekhawat/run-it-free-47-free-browser-based-tools-for-pdf-images-developer-utilities-finance-health-4c6j</link>
      <guid>https://dev.to/akshit_shekhawat/run-it-free-47-free-browser-based-tools-for-pdf-images-developer-utilities-finance-health-4c6j</guid>
      <description>&lt;p&gt;Most "free" online tools:&lt;br&gt;
❌ Upload your files to their servers&lt;br&gt;
❌ Force you to create an account&lt;br&gt;
❌ Limit how many times you can use them&lt;br&gt;
Run It Free does none of that.&lt;br&gt;
47+ tools. All free. All browser-based. Zero uploads.&lt;br&gt;
👉 &lt;a href="https://runitfree.online" rel="noopener noreferrer"&gt;https://runitfree.online&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Privacy #FreeTools #NoSignUp
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Foao97hhlwuhdms98tozr.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Foao97hhlwuhdms98tozr.png" alt=" " width="800" height="531"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
