<?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>NodeJS</title>
	<atom:link href="https://numericaideas.com/blog/tag/nodejs/feed/" rel="self" type="application/rss+xml" />
	<link>https://numericaideas.com/blog/tag/nodejs/</link>
	<description>Discover, Learn, Build, &#38; Share</description>
	<lastBuildDate>Tue, 04 Feb 2025 16:16:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.1</generator>

<image>
	<url>https://assets.numericaideas.com/2023/10/cropped-logo_numerica_ideas-1-32x32.png</url>
	<title>NodeJS</title>
	<link>https://numericaideas.com/blog/tag/nodejs/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Introduction to Docker Compose</title>
		<link>https://numericaideas.com/blog/introduction-to-docker-compose/</link>
					<comments>https://numericaideas.com/blog/introduction-to-docker-compose/#respond</comments>
		
		<dc:creator><![CDATA[Kemane Donfack]]></dc:creator>
		<pubDate>Tue, 06 Feb 2024 13:17:28 +0000</pubDate>
				<category><![CDATA[DevOps]]></category>
		<category><![CDATA[Docker]]></category>
		<category><![CDATA[NodeJS]]></category>
		<category><![CDATA[Spring Boot]]></category>
		<guid isPermaLink="false">https://numericaideas.com/?p=20812</guid>

					<description><![CDATA[<p>Docker Compose offers the ability to define and manage multi-container applications using simple configuration files written in YAML.</p>
<p>The post <a href="https://numericaideas.com/blog/introduction-to-docker-compose/">Introduction to Docker Compose</a> appeared first on <a href="https://numericaideas.com">NumericaIdeas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://numericaideas.com/blog/introduction-to-docker-compose/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Dockerize NodeJS and MySQL with Docker Compose</title>
		<link>https://numericaideas.com/blog/docker-compose-nodejs-mysql/</link>
					<comments>https://numericaideas.com/blog/docker-compose-nodejs-mysql/#comments</comments>
		
		<dc:creator><![CDATA[Orléando Dassi]]></dc:creator>
		<pubDate>Wed, 31 Jan 2024 05:14:19 +0000</pubDate>
				<category><![CDATA[Backend]]></category>
		<category><![CDATA[DevOps]]></category>
		<category><![CDATA[Docker]]></category>
		<category><![CDATA[NodeJS]]></category>
		<category><![CDATA[Solutions Architecture]]></category>
		<guid isPermaLink="false">https://numericaideas.com/?p=20673</guid>

					<description><![CDATA[<p>Let's Dockerize a NodeJS Application with MySQL by leveraging the power of Docker Compose to achieve easy deployment and portability.</p>
<p>The post <a href="https://numericaideas.com/blog/docker-compose-nodejs-mysql/">Dockerize NodeJS and MySQL with Docker Compose</a> appeared first on <a href="https://numericaideas.com">NumericaIdeas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://numericaideas.com/blog/docker-compose-nodejs-mysql/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Salesforce OAuth 2.0 Web Server Flow in NodeJS</title>
		<link>https://numericaideas.com/blog/salesforce-oauth2-web-server-flow/</link>
					<comments>https://numericaideas.com/blog/salesforce-oauth2-web-server-flow/#comments</comments>
		
		<dc:creator><![CDATA[Orléando Dassi]]></dc:creator>
		<pubDate>Sun, 14 Jan 2024 16:15:19 +0000</pubDate>
				<category><![CDATA[CRM]]></category>
		<category><![CDATA[NodeJS]]></category>
		<category><![CDATA[Salesforce]]></category>
		<guid isPermaLink="false">https://numericaideas.com/?p=20256</guid>

					<description><![CDATA[<p>In this article, we'll explore how to build a Salesforce Connected App for API integration using Node.js, the OAuth 2.0 Web Server Flow will be implemented.</p>
<p>The post <a href="https://numericaideas.com/blog/salesforce-oauth2-web-server-flow/">Salesforce OAuth 2.0 Web Server Flow in NodeJS</a> appeared first on <a href="https://numericaideas.com">NumericaIdeas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://numericaideas.com/blog/salesforce-oauth2-web-server-flow/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>How I Published my First NPM Package in 1h</title>
		<link>https://numericaideas.com/blog/how-i-published-my-first-npm-package-in-1h/</link>
					<comments>https://numericaideas.com/blog/how-i-published-my-first-npm-package-in-1h/#respond</comments>
		
		<dc:creator><![CDATA[Orléando Dassi]]></dc:creator>
		<pubDate>Sun, 31 Dec 2023 23:48:32 +0000</pubDate>
				<category><![CDATA[Backend]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[NodeJS]]></category>
		<guid isPermaLink="false">https://numericaideas.com/?p=20144</guid>

					<description><![CDATA[<p>I would advise you not to stay focused on creating something no matter what, but rather convert problems you solve daily into packages others can use without spending hours solving the same things.</p>
<p>The post <a href="https://numericaideas.com/blog/how-i-published-my-first-npm-package-in-1h/">How I Published my First NPM Package in 1h</a> appeared first on <a href="https://numericaideas.com">NumericaIdeas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://numericaideas.com/blog/how-i-published-my-first-npm-package-in-1h/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Built-in .env Files Support Starting from Node.js v20.6.0</title>
		<link>https://numericaideas.com/blog/nodejs-env-files-support/</link>
					<comments>https://numericaideas.com/blog/nodejs-env-files-support/#respond</comments>
		
		<dc:creator><![CDATA[Orléando Dassi]]></dc:creator>
		<pubDate>Tue, 05 Sep 2023 18:19:37 +0000</pubDate>
				<category><![CDATA[Backend]]></category>
		<category><![CDATA[NodeJS]]></category>
		<guid isPermaLink="false">http://64f76ee335f30b001b73178d</guid>

					<description><![CDATA[<p>Finally, starting from Node.js v20.6.0, Node.js supports .env files for configuring environment variables.</p>
<p>The post <a href="https://numericaideas.com/blog/nodejs-env-files-support/">Built-in .env Files Support Starting from Node.js v20.6.0</a> appeared first on <a href="https://numericaideas.com">NumericaIdeas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://numericaideas.com/blog/nodejs-env-files-support/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Docker Init: Quickly Dockerizing NodeJS Application</title>
		<link>https://numericaideas.com/blog/quickly-dockerizing-nodejs/</link>
					<comments>https://numericaideas.com/blog/quickly-dockerizing-nodejs/#respond</comments>
		
		<dc:creator><![CDATA[Orléando Dassi]]></dc:creator>
		<pubDate>Thu, 03 Aug 2023 19:56:16 +0000</pubDate>
				<category><![CDATA[DevOps]]></category>
		<category><![CDATA[Docker]]></category>
		<category><![CDATA[NodeJS]]></category>
		<guid isPermaLink="false">http://64cbff25bc5584001b1212b2</guid>

					<description><![CDATA[<p>The docker init command is a powerful tool that enables developers to generate Dockerfiles and Docker Compose files effortlessly.</p>
<p>The post <a href="https://numericaideas.com/blog/quickly-dockerizing-nodejs/">Docker Init: Quickly Dockerizing NodeJS Application</a> appeared first on <a href="https://numericaideas.com">NumericaIdeas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://numericaideas.com/blog/quickly-dockerizing-nodejs/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Serverless Visual Design with AWS Application Composer</title>
		<link>https://numericaideas.com/blog/aws-application-composer/</link>
					<comments>https://numericaideas.com/blog/aws-application-composer/#respond</comments>
		
		<dc:creator><![CDATA[Ismael Messa]]></dc:creator>
		<pubDate>Sat, 31 Dec 2022 18:00:00 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Serverless]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[NodeJS]]></category>
		<category><![CDATA[Solutions Architecture]]></category>
		<guid isPermaLink="false">http://63b3990d6ad02b001d463732</guid>

					<description><![CDATA[<p>AWS Application Composer is an AWS visual design tool that accelerates architecture definition and configuration for Serverless applications using the drag-and-drop way following AWS best practices.</p>
<p>The post <a href="https://numericaideas.com/blog/aws-application-composer/">Serverless Visual Design with AWS Application Composer</a> appeared first on <a href="https://numericaideas.com">NumericaIdeas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://numericaideas.com/blog/aws-application-composer/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Easiest GitLab CI/CD Lambda Pipeline</title>
		<link>https://numericaideas.com/blog/easiest-gitlab-cicd-lambda-pipeline/</link>
					<comments>https://numericaideas.com/blog/easiest-gitlab-cicd-lambda-pipeline/#respond</comments>
		
		<dc:creator><![CDATA[Orléando Dassi]]></dc:creator>
		<pubDate>Wed, 28 Dec 2022 03:58:13 +0000</pubDate>
				<category><![CDATA[Backend]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[DevOps]]></category>
		<category><![CDATA[Serverless]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[GitLab CI/CD]]></category>
		<category><![CDATA[NodeJS]]></category>
		<guid isPermaLink="false">http://639c8a35e972c6001d6cfaa8</guid>

					<description><![CDATA[<p>Quickly build, test, and deploy NodeJS and Python Lambda functions using GitLab CI/CD with either ClaudiaJS, Chalice, or the Serverless framework.</p>
<p>The post <a href="https://numericaideas.com/blog/easiest-gitlab-cicd-lambda-pipeline/">Easiest GitLab CI/CD Lambda Pipeline</a> appeared first on <a href="https://numericaideas.com">NumericaIdeas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://numericaideas.com/blog/easiest-gitlab-cicd-lambda-pipeline/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Multipurpose Cloud Migration Strategy for NodeJS Projects</title>
		<link>https://numericaideas.com/blog/multipurpose-cloud-migration-nodejs/</link>
					<comments>https://numericaideas.com/blog/multipurpose-cloud-migration-nodejs/#respond</comments>
		
		<dc:creator><![CDATA[Orléando Dassi]]></dc:creator>
		<pubDate>Wed, 30 Nov 2022 12:30:00 +0000</pubDate>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Backend]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[NodeJS]]></category>
		<category><![CDATA[Solutions Architecture]]></category>
		<guid isPermaLink="false">http://63874efa7e21a1001d46d126</guid>

					<description><![CDATA[<p>Flexible Cloud migration strategy for NodeJS projects on AWS that also works on custom servers, from a monolith block to microservices.</p>
<p>The post <a href="https://numericaideas.com/blog/multipurpose-cloud-migration-nodejs/">Multipurpose Cloud Migration Strategy for NodeJS Projects</a> appeared first on <a href="https://numericaideas.com">NumericaIdeas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://numericaideas.com/blog/multipurpose-cloud-migration-nodejs/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Fastest Blog Architecture</title>
		<link>https://numericaideas.com/blog/fastest-blog-architecture/</link>
					<comments>https://numericaideas.com/blog/fastest-blog-architecture/#respond</comments>
		
		<dc:creator><![CDATA[Orléando Dassi]]></dc:creator>
		<pubDate>Sat, 12 Mar 2022 15:46:12 +0000</pubDate>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[DevOps]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[NodeJS]]></category>
		<category><![CDATA[Solutions Architecture]]></category>
		<guid isPermaLink="false">http://62298a697e241e001dee5aa6</guid>

					<description><![CDATA[<p>Unveiling the steps to build the fastest blog experience for your readers, an architecture point of view from a real case.</p>
<p>The post <a href="https://numericaideas.com/blog/fastest-blog-architecture/">Fastest Blog Architecture</a> appeared first on <a href="https://numericaideas.com">NumericaIdeas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://numericaideas.com/blog/fastest-blog-architecture/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Ghost as Choice over Traditional CMS</title>
		<link>https://numericaideas.com/blog/ghost-as-choice-over-traditional-cms/</link>
					<comments>https://numericaideas.com/blog/ghost-as-choice-over-traditional-cms/#respond</comments>
		
		<dc:creator><![CDATA[Orléando Dassi]]></dc:creator>
		<pubDate>Sun, 23 Jan 2022 06:40:05 +0000</pubDate>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[NodeJS]]></category>
		<category><![CDATA[Solutions Architecture]]></category>
		<guid isPermaLink="false">http://61eceef7d9789d001d551f84</guid>

					<description><![CDATA[<p>Bootstrapped our tech community blog using Ghost + NextJS in an effort to serve blazing-fast page rendering to our readers.</p>
<p>The post <a href="https://numericaideas.com/blog/ghost-as-choice-over-traditional-cms/">Ghost as Choice over Traditional CMS</a> appeared first on <a href="https://numericaideas.com">NumericaIdeas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://numericaideas.com/blog/ghost-as-choice-over-traditional-cms/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using Disk: Enhanced 

Served from: numericaideas.com @ 2026-02-28 15:11:28 by W3 Total Cache
-->