<?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: Dimzxzzx07</title>
    <description>The latest articles on DEV Community by Dimzxzzx07 (@dimzxzzx07).</description>
    <link>https://dev.to/dimzxzzx07</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%2F3814791%2F311893d4-b479-4b11-8989-c117fa72c6bb.png</url>
      <title>DEV Community: Dimzxzzx07</title>
      <link>https://dev.to/dimzxzzx07</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dimzxzzx07"/>
    <language>en</language>
    <item>
      <title>Stop Buying Proxy Lists: Scive Real-Time Proxies with Node.js</title>
      <dc:creator>Dimzxzzx07</dc:creator>
      <pubDate>Wed, 08 Apr 2026 09:34:56 +0000</pubDate>
      <link>https://dev.to/dimzxzzx07/stop-buying-proxy-lists-scive-real-time-proxies-with-nodejs-1c7</link>
      <guid>https://dev.to/dimzxzzx07/stop-buying-proxy-lists-scive-real-time-proxies-with-nodejs-1c7</guid>
      <description>&lt;p&gt;Are you tired of "free proxy lists" that are 90% dead by the time you download them? Or perhaps you're tired of paying $50/month for rotating proxy services that have strict rate limits?&lt;/p&gt;

&lt;p&gt;I just released @dimzxzzx/generator-ip, a specialized Node.js tool that doesn't just give you a list—it hunts for live, working proxies in real-time.&lt;/p&gt;

&lt;p&gt;How it's different&lt;/p&gt;

&lt;p&gt;Most tools fetch from a database. This tool performs Active Scanning. It generates random public IPs within specific country ranges (CIDR), probes for open proxy ports, and validates them instantly.&lt;/p&gt;

&lt;p&gt;Key Features&lt;/p&gt;

&lt;p&gt;• Active Discovery: No more outdated lists. If it's in your pool, it's alive.&lt;br&gt;
• Geo-Targeting: Need proxies from Singapore (SG), Indonesia (ID), or the US? Just set the region.&lt;/p&gt;

&lt;p&gt;• Multi-Protocol: Supports HTTP, HTTPS, SOCKS4, and SOCKS5.&lt;/p&gt;

&lt;p&gt;• Auto-Validation: It measures latency and confirms anonymity before handing the IP to you.&lt;/p&gt;

&lt;p&gt;Performance (The Beast Mode)&lt;/p&gt;

&lt;p&gt;This module is built for speed but respects your hardware. Whether you are on a high-end VPS or a modest home connection:&lt;/p&gt;

&lt;p&gt;• VPS (100+ Mbps): Can discover 300-500 proxies per hour.&lt;br&gt;
• Home Connection: Stable 100-200 proxies per hour with optimized concurrency.&lt;/p&gt;

&lt;p&gt;Quick Start&lt;br&gt;
Installation:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npm &lt;span class="nb"&gt;install&lt;/span&gt; &lt;span class="nt"&gt;-g&lt;/span&gt; @dimzxzzx07/generator-ip
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Find a working proxy in seconds:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;generator-ip get-one &lt;span class="nt"&gt;--region&lt;/span&gt; SG &lt;span class="nt"&gt;--timeout&lt;/span&gt; 1000
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Run it as a background service:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;generator-ip start &lt;span class="nt"&gt;--concurrency&lt;/span&gt; 150 &lt;span class="nt"&gt;--region&lt;/span&gt; US &lt;span class="nt"&gt;--debug&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Integration Ready&lt;/p&gt;

&lt;p&gt;I've included examples in the documentation for almost every stack:&lt;/p&gt;

&lt;p&gt;• Express.js (as a Proxy-as-a-Service)&lt;br&gt;
• Python/Java/Kotlin&lt;br&gt;
• Flutter/Dart&lt;br&gt;
• Docker Support (including ulimit optimizations)&lt;/p&gt;

&lt;p&gt;Handling ISP Throttling&lt;/p&gt;

&lt;p&gt;One unique feature I added is specialized handling for ISP throttling. If you're in a region with strict traffic shaping (like many ISPs in SE Asia), I've included a "Deep Scan" mode and concurrency tuners to keep your connection stable.&lt;/p&gt;

&lt;p&gt;Get Started&lt;/p&gt;

&lt;p&gt;Check out the full documentation, performance benchmarks, and FAQ here:&lt;/p&gt;

&lt;p&gt;NPM: &lt;a href="https://www.npmjs.com/package/@dimzxzzx07/generator-ip" rel="noopener noreferrer"&gt;https://www.npmjs.com/package/@dimzxzzx07/generator-ip&lt;/a&gt;&lt;br&gt;
GitHub: &lt;a href="https://github.com/Dimzxzzx07" rel="noopener noreferrer"&gt;https://github.com/Dimzxzzx07&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'm looking for contributors and feedback! How are you currently handling proxy rotation in your scrapers? Let's discuss in the comments.&lt;/p&gt;

</description>
      <category>node</category>
      <category>typescript</category>
      <category>webscraping</category>
      <category>cybersecurity</category>
    </item>
    <item>
      <title>How to Run a Minecraft Server on VPS/Termux without Pterodactyl Panel (Node.js)</title>
      <dc:creator>Dimzxzzx07</dc:creator>
      <pubDate>Mon, 09 Mar 2026 13:07:47 +0000</pubDate>
      <link>https://dev.to/dimzxzzx07/how-to-run-a-minecraft-server-on-vpstermux-without-pterodactyl-panel-nodejs-1aai</link>
      <guid>https://dev.to/dimzxzzx07/how-to-run-a-minecraft-server-on-vpstermux-without-pterodactyl-panel-nodejs-1aai</guid>
      <description>&lt;p&gt;Hi everyone! I am a 15-year-old developer from Indonesia. I created a module to help you run Minecraft servers easily without needing heavy panels.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why use mc-headless?&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Lightweight and fast.&lt;/li&gt;
&lt;li&gt;Supports Termux, Windows, and Linux.&lt;/li&gt;
&lt;li&gt;Perfect for low-spec VPS.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Check it out here:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;GitHub: &lt;a href="https://github.com/Dimzxzzx07/Minecraft-Server-Integration-Node.js" rel="noopener noreferrer"&gt;https://github.com/Dimzxzzx07/Minecraft-Server-Integration-Node.js&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;NPM: &lt;a href="https://www.npmjs.com/package/@dimzxzzx07/mc-headless" rel="noopener noreferrer"&gt;https://www.npmjs.com/package/@dimzxzzx07/mc-headless&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I am also currently contributing this to Microsoft's official sample gallery!&lt;/p&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%2Fz2nywb48gttllqdw2ikp.jpg" 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%2Fz2nywb48gttllqdw2ikp.jpg" alt=" " width="800" height="360"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>node</category>
      <category>showdev</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
