<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>node Archives - diditho.com</title>
	<atom:link href="https://diditho.com/tag/node/feed/" rel="self" type="application/rss+xml" />
	<link>https://diditho.com/tag/node/</link>
	<description>&#34; Knowing is not enough we must apply. Willing is not enough we must do &#34; - Bruce Lee</description>
	<lastBuildDate>Fri, 28 Nov 2025 03:06:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://diditho.com/wp-content/uploads/2023/11/cropped-diditho-photo-logo-512-x-512-32x32.png</url>
	<title>node Archives - diditho.com</title>
	<link>https://diditho.com/tag/node/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Fixing Real Client IP on Nginx When Using Cloudflare + Linode NodeBalancer</title>
		<link>https://diditho.com/2025/11/28/fixing-real-client-ip-on-nginx-when-using-cloudflare-linode-nodebalancer/</link>
					<comments>https://diditho.com/2025/11/28/fixing-real-client-ip-on-nginx-when-using-cloudflare-linode-nodebalancer/#respond</comments>
		
		<dc:creator><![CDATA[diditho]]></dc:creator>
		<pubDate>Fri, 28 Nov 2025 03:06:15 +0000</pubDate>
				<category><![CDATA[dev]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[balancer]]></category>
		<category><![CDATA[cloudflare]]></category>
		<category><![CDATA[cloudflare proxy]]></category>
		<category><![CDATA[correct strategy]]></category>
		<category><![CDATA[fix nodebalancer real ip]]></category>
		<category><![CDATA[linode nodebalancer]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[nginx proxy]]></category>
		<category><![CDATA[node]]></category>
		<category><![CDATA[nodebalancer]]></category>
		<category><![CDATA[real ip]]></category>
		<category><![CDATA[real ip not directives]]></category>
		<category><![CDATA[real ip on proxy layer]]></category>
		<category><![CDATA[single source of truth]]></category>
		<guid isPermaLink="false">https://diditho.com/?p=10674</guid>

					<description><![CDATA[<p>Why your logs suddenly show 192.168.255.x &#8212; and how to fix it properly When everything sits behind Cloudflare, real-IP handling in Nginx is usually straightforward, trust Cloudflare&#8217;s IP ranges, read CF-Connecting-IP, and $remote_addr becomes the actual visitor&#8217;s address. That simplicity disappears the moment you introduce a Linode NodeBalancer in front of your server. Suddenly your... <span class="more"><a class="more-link" href="https://diditho.com/2025/11/28/fixing-real-client-ip-on-nginx-when-using-cloudflare-linode-nodebalancer/">Continue reading <span class="meta-nav">&#8594;</span></a></span></p>
<p>The post <a href="https://diditho.com/2025/11/28/fixing-real-client-ip-on-nginx-when-using-cloudflare-linode-nodebalancer/">Fixing Real Client IP on Nginx When Using Cloudflare + Linode NodeBalancer</a> appeared first on <a href="https://diditho.com">diditho.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://diditho.com/2025/11/28/fixing-real-client-ip-on-nginx-when-using-cloudflare-linode-nodebalancer/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Choosing Between n and nvm, The Best Node.js Version Manager for You</title>
		<link>https://diditho.com/2025/07/08/choosing-between-n-and-nvm-the-best-node-js-version-manager-for-you/</link>
					<comments>https://diditho.com/2025/07/08/choosing-between-n-and-nvm-the-best-node-js-version-manager-for-you/#respond</comments>
		
		<dc:creator><![CDATA[diditho]]></dc:creator>
		<pubDate>Tue, 08 Jul 2025 08:23:47 +0000</pubDate>
				<category><![CDATA[dev]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[debian 12]]></category>
		<category><![CDATA[debian 12 switch nodejs version]]></category>
		<category><![CDATA[how to switch n version]]></category>
		<category><![CDATA[how to switch node version]]></category>
		<category><![CDATA[how to switch nvm version]]></category>
		<category><![CDATA[n]]></category>
		<category><![CDATA[node]]></category>
		<category><![CDATA[nodejs]]></category>
		<category><![CDATA[nvm]]></category>
		<category><![CDATA[switch nodejs version]]></category>
		<category><![CDATA[switch nodejs version debian]]></category>
		<category><![CDATA[switch nodejs version easily]]></category>
		<guid isPermaLink="false">https://diditho.com/?p=9955</guid>

					<description><![CDATA[<p>When working with Node.js, managing different versions efficiently is essential. Whether you&#8217;re running apps on servers or juggling multiple projects locally, a version manager simplifies your workflow. Two of the most popular tools for this job are n and nvm. Each has its strengths, and choosing the right one depends on your environment and use... <span class="more"><a class="more-link" href="https://diditho.com/2025/07/08/choosing-between-n-and-nvm-the-best-node-js-version-manager-for-you/">Continue reading <span class="meta-nav">&#8594;</span></a></span></p>
<p>The post <a href="https://diditho.com/2025/07/08/choosing-between-n-and-nvm-the-best-node-js-version-manager-for-you/">Choosing Between n and nvm, The Best Node.js Version Manager for You</a> appeared first on <a href="https://diditho.com">diditho.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://diditho.com/2025/07/08/choosing-between-n-and-nvm-the-best-node-js-version-manager-for-you/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Install Node.js v20.x on Debian 12</title>
		<link>https://diditho.com/2024/10/02/how-to-install-node-js-v20-x-on-debian-12/</link>
					<comments>https://diditho.com/2024/10/02/how-to-install-node-js-v20-x-on-debian-12/#respond</comments>
		
		<dc:creator><![CDATA[diditho]]></dc:creator>
		<pubDate>Wed, 02 Oct 2024 12:08:14 +0000</pubDate>
				<category><![CDATA[dev]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[install nodejs]]></category>
		<category><![CDATA[install nodejs on debian 12]]></category>
		<category><![CDATA[install nodejs v20]]></category>
		<category><![CDATA[node]]></category>
		<category><![CDATA[nodejs]]></category>
		<guid isPermaLink="false">https://diditho.com/?p=8735</guid>

					<description><![CDATA[<p>Node.js has become a critical component for building fast, scalable web applications. If you&#8217;re using Debian 12 and want to install the latest version of Node.js, such as v20.x, here&#8217;s a quick guide to get you started. Step 1,Update Your System Before installing Node.js, it&#8217;s always a good idea to ensure your system is up-to-date.... <span class="more"><a class="more-link" href="https://diditho.com/2024/10/02/how-to-install-node-js-v20-x-on-debian-12/">Continue reading <span class="meta-nav">&#8594;</span></a></span></p>
<p>The post <a href="https://diditho.com/2024/10/02/how-to-install-node-js-v20-x-on-debian-12/">How to Install Node.js v20.x on Debian 12</a> appeared first on <a href="https://diditho.com">diditho.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://diditho.com/2024/10/02/how-to-install-node-js-v20-x-on-debian-12/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
