<?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: Akshay Jatin Solanki</title>
    <description>The latest articles on DEV Community by Akshay Jatin Solanki (@akshayjatinsolanki).</description>
    <link>https://dev.to/akshayjatinsolanki</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%2F3826290%2Fe451bb26-ccfd-4ce6-bab2-57d63f47c26a.jpg</url>
      <title>DEV Community: Akshay Jatin Solanki</title>
      <link>https://dev.to/akshayjatinsolanki</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/akshayjatinsolanki"/>
    <language>en</language>
    <item>
      <title>From Frustrated to "Pro": Why I Built My Own Screen Annotation Suite from Scratch</title>
      <dc:creator>Akshay Jatin Solanki</dc:creator>
      <pubDate>Fri, 17 Apr 2026 12:11:26 +0000</pubDate>
      <link>https://dev.to/akshayjatinsolanki/from-frustrated-to-pro-why-i-built-my-own-screen-annotation-suite-from-scratch-3p6b</link>
      <guid>https://dev.to/akshayjatinsolanki/from-frustrated-to-pro-why-i-built-my-own-screen-annotation-suite-from-scratch-3p6b</guid>
      <description>&lt;p&gt;The Breaking Point 😫&lt;br&gt;
I spent two days trying to simplify an existing, over-engineered annotation tool. It was full of bugs, heavy, and limited. I realized I was spending more time fighting the code than using the tool.&lt;/p&gt;

&lt;p&gt;So, I did what any developer does when they reach a breaking point: I abandoned the mess and wrote it from scratch.&lt;/p&gt;

&lt;p&gt;Introducing Simpink 🎨&lt;br&gt;
I wanted something better than the "standard" tools like Epic Pen. I wanted something that felt like it belonged in 2026. After a session of intense, high-performance coding, I finished Simpink.&lt;/p&gt;

&lt;p&gt;It’s built using Electron, Vanilla JS, and Hardware-Accelerated Canvas. It’s light, it’s fast, and it looks premium.&lt;/p&gt;

&lt;p&gt;What makes it a "Gem"? 💎&lt;br&gt;
I didn't just build a "drawing" tool; I built a presentation suite:&lt;/p&gt;

&lt;p&gt;The Highlighter Halo: A persistent cursor aura so your audience never loses your mouse during a live demo.&lt;br&gt;
Pro Video Recording: Native VP9 capture at 25 Mbps, featuring a high-fidelity Pause/Resume engine. (No more OBS required!)&lt;br&gt;
Glassmorphic UI: A floating, draggable toolbar that looks like a part of a modern OS.&lt;br&gt;
"The Orb": A unique minimize state that stays out of your way while keeping your tools accessible.&lt;br&gt;
The "Simpink" Philosophy 🚀&lt;br&gt;
I stripped away the bloat and focused on performance. Everything is rendered via the GPU for zero lag. I even converted my demonstration videos to cut the file size by 90% without losing quality—I wanted the smallest possible footprint for the user.&lt;/p&gt;

&lt;p&gt;Open Source &amp;amp; Free 🌍&lt;br&gt;
It is licensed under MIT. It is free for anyone—personal, professional, or commercial. Use it, break it, modify it.&lt;/p&gt;

&lt;p&gt;Check out the code and grab the standalone installer on GitHub: 👉 &lt;a href="https://github.com/akshayai1996/Simpink" rel="noopener noreferrer"&gt;https://github.com/akshayai1996/Simpink&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you've ever felt the urge to start over and build something better, let me know in the comments! Simpink is proof that sometimes, the "scratch" approach is the only way to go.&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>productivity</category>
      <category>showdev</category>
      <category>sideprojects</category>
    </item>
    <item>
      <title>What I built in the last year — Excel VBA tools, Python scripts, HTML games &amp; more</title>
      <dc:creator>Akshay Jatin Solanki</dc:creator>
      <pubDate>Mon, 16 Mar 2026 04:21:57 +0000</pubDate>
      <link>https://dev.to/akshayjatinsolanki/what-i-built-in-the-last-year-excel-vba-tools-python-scripts-html-games-more-4g88</link>
      <guid>https://dev.to/akshayjatinsolanki/what-i-built-in-the-last-year-excel-vba-tools-python-scripts-html-games-more-4g88</guid>
      <description>&lt;p&gt;Hi, I'm Akshay Jatin Solanki, an engineer from India.&lt;/p&gt;

&lt;p&gt;Over the past year I've been building small focused tools that solve real problems. Here's a summary of what I've shipped:&lt;/p&gt;

&lt;h2&gt;
  
  
  🎮 Browser Games (HTML/JS)
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Space Shooter — canvas-based, Web Audio, mobile + PC scaling&lt;/li&gt;
&lt;li&gt;Chrome Dino clone — custom audio engine with Web Audio API&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  📊 Data Dashboards
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;India Housing Affordability Dashboard — 115 cities with real sqft/price data&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🔧 Excel VBA Add-ins
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Crosshair row/column highlighter&lt;/li&gt;
&lt;li&gt;Merged cell filter&lt;/li&gt;
&lt;li&gt;Navigator arrows&lt;/li&gt;
&lt;li&gt;Delimiter text functions&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🐍 Python &amp;amp; Numerical Tools
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Cubic equation solver&lt;/li&gt;
&lt;li&gt;Numerical integration utilities&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  ♟️ Other
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Chess agent framework with Stockfish WASM in-browser&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;All projects are minimal-dependency or single-file.&lt;/p&gt;

&lt;p&gt;👉 GitHub: &lt;a href="https://github.com/akshayai1996" rel="noopener noreferrer"&gt;https://github.com/akshayai1996&lt;/a&gt;&lt;br&gt;
👉 Web projects: &lt;a href="https://akshayai1996.github.io/Htmlfun/" rel="noopener noreferrer"&gt;https://akshayai1996.github.io/Htmlfun/&lt;/a&gt;&lt;br&gt;
👉 LinkedIn Profile: &lt;a href="https://www.linkedin.com/in/akshay-jatin-solanki/" rel="noopener noreferrer"&gt;https://www.linkedin.com/in/akshay-jatin-solanki/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Happy to get feedback on any of these!&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>github</category>
      <category>javascript</category>
      <category>python</category>
    </item>
  </channel>
</rss>
