<?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: Linanxi12</title>
    <description>The latest articles on DEV Community by Linanxi12 (@linanxi12).</description>
    <link>https://dev.to/linanxi12</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3959879%2F15eba3af-0d07-4b69-a262-91a505ff666f.png</url>
      <title>DEV Community: Linanxi12</title>
      <link>https://dev.to/linanxi12</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/linanxi12"/>
    <language>en</language>
    <item>
      <title>20 free dev tools — which ones actually got used last week</title>
      <dc:creator>Linanxi12</dc:creator>
      <pubDate>Thu, 11 Jun 2026 13:33:13 +0000</pubDate>
      <link>https://dev.to/linanxi12/20-free-dev-tools-which-ones-actually-got-used-last-week-1jgd</link>
      <guid>https://dev.to/linanxi12/20-free-dev-tools-which-ones-actually-got-used-last-week-1jgd</guid>
      <description>&lt;p&gt;hit 20 tools on my free dev tools site today so figured i'd share what actually got used last week. some of the data surprised me.&lt;/p&gt;

&lt;p&gt;here's the quick rundown:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;most used tools (by page views):&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;JSON Formatter — no surprise, it's on the homepage now&lt;/li&gt;
&lt;li&gt;Regex Tester — the preset pattern library got a lot of clicks, especially the email regex&lt;/li&gt;
&lt;li&gt;JWT Decoder — way more usage than i expected, guess everyone's debugging tokens&lt;/li&gt;
&lt;li&gt;Mock Data Generator — new addition, people seem to like the API response format&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;least used (barely touched):&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Password Generator&lt;/li&gt;
&lt;li&gt;HTML Entity Encoder
&lt;/li&gt;
&lt;li&gt;UUID Generator&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;takeaway: the "boring" tools (JSON, regex) carry the site. the generators are nice-to-haves but nobody comes just for them.&lt;/p&gt;

&lt;p&gt;i also added an inline JSON formatter right on the homepage — paste and format without clicking through. honestly should've done that from day one. session time went from 14s to around 40s after that change.&lt;/p&gt;

&lt;p&gt;site's at &lt;a href="https://quickdev.cc" rel="noopener noreferrer"&gt;https://quickdev.cc&lt;/a&gt; if anyone wants to look. still figuring this out as i go — if you run a tools site or have opinions on which tools to add next, i'm all ears.&lt;/p&gt;

&lt;p&gt;also: the amount of sites that send your JSON payload to their server for "formatting" is wild. everything on this runs client-side, your data never leaves your browser.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>productivity</category>
      <category>showdev</category>
    </item>
    <item>
      <title>I Built an AI Tools Comparison Site with a Transparent Scoring Framework</title>
      <dc:creator>Linanxi12</dc:creator>
      <pubDate>Fri, 05 Jun 2026 13:58:12 +0000</pubDate>
      <link>https://dev.to/linanxi12/i-built-an-ai-tools-comparison-site-with-a-transparent-scoring-framework-43np</link>
      <guid>https://dev.to/linanxi12/i-built-an-ai-tools-comparison-site-with-a-transparent-scoring-framework-43np</guid>
      <description>&lt;p&gt;Every AI tool comparison I found was either a sponsored listicle or surface-level fluff. So I built something different.&lt;/p&gt;

&lt;h2&gt;
  
  
  aitools-hub.xyz
&lt;/h2&gt;




&lt;h2&gt;
  
  
  What Makes It Different
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Public Scoring Framework
&lt;/h3&gt;

&lt;p&gt;Each comparison uses 3 weighted dimensions totaling 100%. Weights are documented and adjustable per article with rationale.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Coding:&lt;/strong&gt; Code Generation 35% / Context Understanding 35% / Debugging 30%&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Image:&lt;/strong&gt; Photorealism 40% / Prompt Adherence 35% / Artistic Style 25%&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Consistent Structure
&lt;/h3&gt;

&lt;p&gt;Every article: TL;DR -&amp;gt; Weighted Scores -&amp;gt; 3 Scenario Tests -&amp;gt; Detailed Comparison -&amp;gt; Pros &amp;amp; Cons -&amp;gt; Final Recommendation&lt;/p&gt;

&lt;h3&gt;
  
  
  3. All Data Sources Cited
&lt;/h3&gt;

&lt;p&gt;Public benchmarks, community consensus, official docs. No fake numbers.&lt;/p&gt;




&lt;h2&gt;
  
  
  Current Comparisons (5 Live)
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Coding Assistants
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Cursor vs Copilot&lt;/strong&gt; — 9.1 vs 7.6: Cursor wins on context, Copilot on ecosystem&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Claude Opus 4.8 vs GPT-4o&lt;/strong&gt; — 9.2 vs 8.3: Claude writes better code, GPT-4o is cheaper on API&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Copilot vs Codeium&lt;/strong&gt; — 8.0 vs 7.3: Copilot is better, Codeium is free and close&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Image Generators
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Midjourney v7 vs DALL-E 3&lt;/strong&gt; — 8.8 vs 8.3: Midjourney for beauty, DALL-E for accuracy&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SD3 vs Midjourney&lt;/strong&gt; — 8.2 vs 8.7: SD3 for control, Midjourney for ease&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Tech Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Hugo static site generator + PaperMod theme&lt;/li&gt;
&lt;li&gt;GitHub Pages for hosting&lt;/li&gt;
&lt;li&gt;GitHub Actions for auto-deploy on push&lt;/li&gt;
&lt;li&gt;Custom CSS for comparison tables and mobile-responsive layouts&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Total monthly cost: $0 (domain is about $1/year for .xyz)&lt;/p&gt;




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

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Weighted scoring forces honesty.&lt;/strong&gt; When your formula is public, you cannot fudge numbers.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Readers value structure.&lt;/strong&gt; Consistent format means less orientation time.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Community data beats solo testing.&lt;/strong&gt; Citing public benchmarks is more credible than claiming you ran 100 hours of tests.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hugo is underrated for content sites.&lt;/strong&gt; Zero JS, instant loads, RSS built-in, deploys in 30 seconds.&lt;/li&gt;
&lt;/ol&gt;




&lt;h2&gt;
  
  
  Feedback Welcome
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;What other tool pairs should I compare?&lt;/li&gt;
&lt;li&gt;Is the weighted scoring helpful or over-engineered?&lt;/li&gt;
&lt;li&gt;Would you trust comparisons based on public benchmarks?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Site: &lt;a href="https://aitools-hub.xyz" rel="noopener noreferrer"&gt;https://aitools-hub.xyz&lt;/a&gt;&lt;br&gt;
GitHub: &lt;a href="https://github.com/Linanxi12/aitoolscompare" rel="noopener noreferrer"&gt;https://github.com/Linanxi12/aitoolscompare&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>programming</category>
      <category>showdev</category>
    </item>
    <item>
      <title>Hit 19 tools on my little side project today. Thought I'd share what's new and how things are going since the original post.</title>
      <dc:creator>Linanxi12</dc:creator>
      <pubDate>Sun, 31 May 2026 15:58:42 +0000</pubDate>
      <link>https://dev.to/linanxi12/hit-19-tools-on-my-little-side-project-today-thought-id-share-whats-new-and-how-things-are-going-3ji</link>
      <guid>https://dev.to/linanxi12/hit-19-tools-on-my-little-side-project-today-thought-id-share-whats-new-and-how-things-are-going-3ji</guid>
      <description>&lt;p&gt;So last week I posted about my collection of free client-side dev tools (18 at the time). Got some really nice feedback and a few feature ideas from the comments (thanks btw!).&lt;/p&gt;

&lt;p&gt;My biggest addition this week: an &lt;strong&gt;EXIF metadata viewer/remover&lt;/strong&gt;. Honestly started as a "oh crap" moment — I was looking at some old photos and realized every single one had GPS coordinates, camera serial number, and a bunch of other stuff baked right into the file. Stuff I definitely wouldn't want to accidentally leak when sharing photos online.&lt;/p&gt;

&lt;p&gt;The tool shows you everything your photo is hiding and then lets you download a clean copy. All client-side, same as the rest of the tools.&lt;/p&gt;

&lt;p&gt;Also added a bunch of other things since last time: JWT decoder, SQL formatter, cron expression parser, QR generator, CSV↔JSON converter, code minifier, HTTP status code reference, and an HTML entity encoder.&lt;/p&gt;

&lt;p&gt;Take a look if you want: &lt;a href="https://quickdev.cc" rel="noopener noreferrer"&gt;https://quickdev.cc&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Honest update on the business side: still figuring out the monetization piece (leaning toward AdSense once traffic hits a reasonable number), but the feedback loop has been awesome — real users telling me what they actually need has been way more valuable than any planning.&lt;/p&gt;

&lt;p&gt;If you've got ideas for tool #20, I'm all ears.&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>sideprojects</category>
      <category>tooling</category>
      <category>webdev</category>
    </item>
    <item>
      <title>I Built 13 Free Developer Tools I Built 13 Free Developer Tools That Run 100% in Your Browser</title>
      <dc:creator>Linanxi12</dc:creator>
      <pubDate>Sat, 30 May 2026 11:36:31 +0000</pubDate>
      <link>https://dev.to/linanxi12/i-built-13-free-developer-tools-i-built-13-free-developer-tools-that-run-100-in-your-browser-2lj8</link>
      <guid>https://dev.to/linanxi12/i-built-13-free-developer-tools-i-built-13-free-developer-tools-that-run-100-in-your-browser-2lj8</guid>
      <description>&lt;h1&gt;
  
  
  I Built 13 Free Developer Tools That Run 100% in Your Browser (No Signup, No Tracking)
&lt;/h1&gt;

&lt;p&gt;I got tired of Googling "JSON formatter" and landing on ad-infested sites that required signups or sent my data to who-knows-where. So I built my own.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;quickdev.cc&lt;/strong&gt; — 13 developer tools, all running locally in your browser.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's Included
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Tool&lt;/th&gt;
&lt;th&gt;Why You Need It&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;JSON Formatter&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Format, validate, and minify JSON — with tree view&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Base64 Encoder&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Encode/decode text and files instantly&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;JWT Decoder&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Inspect JWT header &amp;amp; payload, check expiry&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Regex Tester&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Real-time regex matching with group capture&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;SQL Formatter&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Beautify SQL queries (MySQL, PostgreSQL, SQLite)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;QR Code Generator&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Create QR codes for URLs, text, WiFi&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Diff Checker&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Line-by-line text comparison&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Markdown Preview&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Write and preview Markdown in real time&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Color Converter&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Convert between HEX, RGB, HSL&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Timestamp Converter&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Unix timestamp ↔ human-readable date&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;UUID Generator&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Generate UUID v4 in bulk&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;URL Encoder&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;URL-encode/decode strings&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Password Generator&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Cryptographically random passwords&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  Why I Built This
&lt;/h2&gt;

&lt;p&gt;Three principles drove every decision:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Client-side only&lt;/strong&gt; — Your data never leaves your browser. Period.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No signup&lt;/strong&gt; — Open the page, use the tool, done. Zero friction.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Fast &amp;amp; clean&lt;/strong&gt; — Dark theme, no distractions, loads instantly.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I didn't want another bloated SaaS. I wanted something that feels like a VS Code extension — there when you need it, invisible when you don't.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tech Stack (Spoiler: It's Simple)
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Pure HTML, CSS, and vanilla JavaScript&lt;/li&gt;
&lt;li&gt;Zero frameworks. Zero build step.&lt;/li&gt;
&lt;li&gt;CDN for Markdown parser and QR library&lt;/li&gt;
&lt;li&gt;Hosted on GitHub Pages (free, fast, global CDN)&lt;/li&gt;
&lt;li&gt;Custom domain via Cloudflare&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The entire site is static. No server means no server costs, no data breaches, no privacy policy nightmares.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Simple tools win.&lt;/strong&gt; JSON formatter took 50 lines of code and gets the most usage.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Client-side is a feature.&lt;/strong&gt; "Your data never leaves your browser" is a surprisingly powerful trust signal.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI search is the new SEO.&lt;/strong&gt; ChatGPT/Claude are already sending traffic to browser-based tools because they're safe to recommend.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Shipping beats perfection.&lt;/strong&gt; The first version had 5 tools. Now it has 13. Each addition compounds traffic.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What's Next
&lt;/h2&gt;

&lt;p&gt;I'm adding more tools based on what people actually use. If you have a tool you'd like to see, drop a comment.&lt;/p&gt;




&lt;p&gt;Try it: &lt;strong&gt;&lt;a href="https://quickdev.cc" rel="noopener noreferrer"&gt;https://quickdev.cc&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
(Note: custom domain is propagating — currently live at &lt;a href="https://linanxi12.github.io/devbox-tools/" rel="noopener noreferrer"&gt;https://linanxi12.github.io/devbox-tools/&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;All feedback welcome — especially bug reports and feature requests.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>productivity</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
