<?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>AWS</title>
	<atom:link href="https://numericaideas.com/blog/tag/aws/feed/" rel="self" type="application/rss+xml" />
	<link>https://numericaideas.com/blog/tag/aws/</link>
	<description>Discover, Learn, Build, &#38; Share</description>
	<lastBuildDate>Tue, 04 Feb 2025 16:13:53 +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>AWS</title>
	<link>https://numericaideas.com/blog/tag/aws/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Migrate WordPress Site From cPanel To AWS</title>
		<link>https://numericaideas.com/blog/migrate-wordpress-from-cpanel-to-aws/</link>
					<comments>https://numericaideas.com/blog/migrate-wordpress-from-cpanel-to-aws/#respond</comments>
		
		<dc:creator><![CDATA[Arthur Fonda]]></dc:creator>
		<pubDate>Mon, 07 Oct 2024 11:35:12 +0000</pubDate>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://numericaideas.com/?p=21663</guid>

					<description><![CDATA[<p>Step-by-step guide for seamless WordPress website migration from cPanel to AWS EC2 using the WordPress Certified by Bitnami and Automattic AMI.</p>
<p>The post <a href="https://numericaideas.com/blog/migrate-wordpress-from-cpanel-to-aws/">Migrate WordPress Site From cPanel To AWS</a> appeared first on <a href="https://numericaideas.com">NumericaIdeas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://numericaideas.com/blog/migrate-wordpress-from-cpanel-to-aws/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How To Build Python Lambda Functions Using Serverless Framework</title>
		<link>https://numericaideas.com/blog/how-to-build-python-lambda-functions-using-serverless-framework/</link>
					<comments>https://numericaideas.com/blog/how-to-build-python-lambda-functions-using-serverless-framework/#respond</comments>
		
		<dc:creator><![CDATA[Wilfred Chetat Yeku]]></dc:creator>
		<pubDate>Wed, 06 Mar 2024 11:07:45 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Serverless]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[Python]]></category>
		<guid isPermaLink="false">https://numericaideas.com/?p=21193</guid>

					<description><![CDATA[<p>This article highlights what the Serverless Framework is and how to deploy a simple Python application on AWS Lambda using that Framework.</p>
<p>The post <a href="https://numericaideas.com/blog/how-to-build-python-lambda-functions-using-serverless-framework/">How To Build Python Lambda Functions Using Serverless Framework</a> appeared first on <a href="https://numericaideas.com">NumericaIdeas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://numericaideas.com/blog/how-to-build-python-lambda-functions-using-serverless-framework/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Migrating Resources to AWS CDK Using &#8220;CDK Migrate&#8221; Command</title>
		<link>https://numericaideas.com/blog/aws-cdk-migrate/</link>
					<comments>https://numericaideas.com/blog/aws-cdk-migrate/#respond</comments>
		
		<dc:creator><![CDATA[Orléando Dassi]]></dc:creator>
		<pubDate>Sat, 03 Feb 2024 07:19:47 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[DevOps]]></category>
		<category><![CDATA[AWS]]></category>
		<guid isPermaLink="false">https://numericaideas.com/?p=20868</guid>

					<description><![CDATA[<p>The transition from AWS CloudFormation or deployed resources to AWS Cloud Development Kit (CDK) has become more accessible and streamlined via the command "cdk migrate".</p>
<p>The post <a href="https://numericaideas.com/blog/aws-cdk-migrate/">Migrating Resources to AWS CDK Using &#8220;CDK Migrate&#8221; Command</a> appeared first on <a href="https://numericaideas.com">NumericaIdeas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://numericaideas.com/blog/aws-cdk-migrate/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Demystifying Terraform Modules</title>
		<link>https://numericaideas.com/blog/terraform-modules/</link>
					<comments>https://numericaideas.com/blog/terraform-modules/#respond</comments>
		
		<dc:creator><![CDATA[Kemane Donfack]]></dc:creator>
		<pubDate>Tue, 03 Oct 2023 11:45:21 +0000</pubDate>
				<category><![CDATA[DevOps]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[Terraform]]></category>
		<guid isPermaLink="false">http://651b8176b5d4fa001b743eb9</guid>

					<description><![CDATA[<p>Terraform modules are collections of configurations bundled into directories that enable you to create reusable, composable, and shareable infrastructure.</p>
<p>The post <a href="https://numericaideas.com/blog/terraform-modules/">Demystifying Terraform Modules</a> appeared first on <a href="https://numericaideas.com">NumericaIdeas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://numericaideas.com/blog/terraform-modules/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Scale WordPress on AWS</title>
		<link>https://numericaideas.com/blog/aws-scale-wordpress/</link>
					<comments>https://numericaideas.com/blog/aws-scale-wordpress/#respond</comments>
		
		<dc:creator><![CDATA[Kemane Donfack]]></dc:creator>
		<pubDate>Thu, 28 Sep 2023 14:23:23 +0000</pubDate>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[DevOps]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[Solutions Architecture]]></category>
		<category><![CDATA[Terraform]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://65157af8d2235b001b5fb2d7</guid>

					<description><![CDATA[<p>This project will explore the scalability possibilities of deploying WordPress on AWS.</p>
<p>The post <a href="https://numericaideas.com/blog/aws-scale-wordpress/">How to Scale WordPress on AWS</a> appeared first on <a href="https://numericaideas.com">NumericaIdeas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://numericaideas.com/blog/aws-scale-wordpress/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Introduction to Terraform</title>
		<link>https://numericaideas.com/blog/introduction-to-terraform/</link>
					<comments>https://numericaideas.com/blog/introduction-to-terraform/#respond</comments>
		
		<dc:creator><![CDATA[Orléando Dassi]]></dc:creator>
		<pubDate>Fri, 01 Sep 2023 19:58:22 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[DevOps]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[Terraform]]></category>
		<guid isPermaLink="false">http://64f237939b893e001b9f9741</guid>

					<description><![CDATA[<p>Terraform is an Infrastructure as Code (IaC) tool that allows you to automatically create and manage resources for anything that has an accessible API.</p>
<p>The post <a href="https://numericaideas.com/blog/introduction-to-terraform/">Introduction to Terraform</a> appeared first on <a href="https://numericaideas.com">NumericaIdeas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://numericaideas.com/blog/introduction-to-terraform/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Continuous Deployment of Spring Boot to AWS Elastic Beanstalk via GitHub Actions: A Step-by-Step Guide</title>
		<link>https://numericaideas.com/blog/cd-springboot-aws-eb-github-actions/</link>
					<comments>https://numericaideas.com/blog/cd-springboot-aws-eb-github-actions/#respond</comments>
		
		<dc:creator><![CDATA[Orléando Dassi]]></dc:creator>
		<pubDate>Fri, 18 Aug 2023 11:59:45 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[DevOps]]></category>
		<category><![CDATA[Full Stack]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[GitHub Actions]]></category>
		<category><![CDATA[Spring Boot]]></category>
		<category><![CDATA[Videos]]></category>
		<guid isPermaLink="false">http://64df4e5b01a236001b442db7</guid>

					<description><![CDATA[<p>In this comprehensive guide, we'll walk you through the process of setting up continuous deployment for your Spring Boot application on AWS Elastic Beanstalk using GitHub Actions.</p>
<p>The post <a href="https://numericaideas.com/blog/cd-springboot-aws-eb-github-actions/">Continuous Deployment of Spring Boot to AWS Elastic Beanstalk via GitHub Actions: A Step-by-Step Guide</a> appeared first on <a href="https://numericaideas.com">NumericaIdeas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://numericaideas.com/blog/cd-springboot-aws-eb-github-actions/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Build a Serverless App with AWS Lambda, S3, DynamoDB, and Python</title>
		<link>https://numericaideas.com/blog/aws-serverless-web-application/</link>
					<comments>https://numericaideas.com/blog/aws-serverless-web-application/#respond</comments>
		
		<dc:creator><![CDATA[Kemane Donfack]]></dc:creator>
		<pubDate>Fri, 07 Jul 2023 12:38:28 +0000</pubDate>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[DevOps]]></category>
		<category><![CDATA[Full Stack]]></category>
		<category><![CDATA[Serverless]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Solutions Architecture]]></category>
		<guid isPermaLink="false">http://64a7ff6ae38922001b300c0c</guid>

					<description><![CDATA[<p>A detailed guide on building a scalable and secured serverless web application using AWS services such as S3, Lambda, DynamoDB, CloudFront, and WAF.</p>
<p>The post <a href="https://numericaideas.com/blog/aws-serverless-web-application/">Build a Serverless App with AWS Lambda, S3, DynamoDB, and Python</a> appeared first on <a href="https://numericaideas.com">NumericaIdeas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://numericaideas.com/blog/aws-serverless-web-application/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Auto Scaling Group on AWS with Terraform</title>
		<link>https://numericaideas.com/blog/auto-scaling-group-on-aws-with-terraform/</link>
					<comments>https://numericaideas.com/blog/auto-scaling-group-on-aws-with-terraform/#respond</comments>
		
		<dc:creator><![CDATA[Kemane Donfack]]></dc:creator>
		<pubDate>Wed, 05 Jul 2023 12:32:09 +0000</pubDate>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[DevOps]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[Solutions Architecture]]></category>
		<category><![CDATA[Terraform]]></category>
		<guid isPermaLink="false">http://64a414aa57aba8001be07faa</guid>

					<description><![CDATA[<p>An Auto Scaling Group is a fundamental component of AWS that allows you to automatically adjust the number of instances based on demand. It helps maintain application availability, distribute traffic evenly, and optimize resource utilization.</p>
<p>The post <a href="https://numericaideas.com/blog/auto-scaling-group-on-aws-with-terraform/">Auto Scaling Group on AWS with Terraform</a> appeared first on <a href="https://numericaideas.com">NumericaIdeas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://numericaideas.com/blog/auto-scaling-group-on-aws-with-terraform/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Deploy WordPress on a 2-Tier AWS Architecture with Terraform</title>
		<link>https://numericaideas.com/blog/deploy-wordpress-2-tier-aws-architecture-with-terraform/</link>
					<comments>https://numericaideas.com/blog/deploy-wordpress-2-tier-aws-architecture-with-terraform/#respond</comments>
		
		<dc:creator><![CDATA[Kemane Donfack]]></dc:creator>
		<pubDate>Wed, 24 May 2023 12:07:44 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[DevOps]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[Solutions Architecture]]></category>
		<category><![CDATA[Terraform]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://646d73e0b59ce2001b202e40</guid>

					<description><![CDATA[<p>Deploying WordPress on a 2-tier AWS architecture with Terraform offers a robust and scalable solution to host your website.</p>
<p>The post <a href="https://numericaideas.com/blog/deploy-wordpress-2-tier-aws-architecture-with-terraform/">Deploy WordPress on a 2-Tier AWS Architecture with Terraform</a> appeared first on <a href="https://numericaideas.com">NumericaIdeas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://numericaideas.com/blog/deploy-wordpress-2-tier-aws-architecture-with-terraform/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Lift And Shift Cloud Migration Manual for AWS ElasticBeanstalk</title>
		<link>https://numericaideas.com/blog/lift-and-shift-cloud-migration-manual-aws-elasticbeanstalk/</link>
					<comments>https://numericaideas.com/blog/lift-and-shift-cloud-migration-manual-aws-elasticbeanstalk/#respond</comments>
		
		<dc:creator><![CDATA[Orléando Dassi]]></dc:creator>
		<pubDate>Fri, 05 May 2023 17:04:00 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[DevOps]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Solutions Architecture]]></category>
		<category><![CDATA[Spring Boot]]></category>
		<guid isPermaLink="false">http://6435e5f918d12a001b53aa15</guid>

					<description><![CDATA[<p>The Lift And Shift (Rehosting) approach is applied by updating a few configuration files while taking into consideration the PAAS model, in which we are only responsible for the App and its data, with the infrastructure being handled by the Cloud provider.</p>
<p>The post <a href="https://numericaideas.com/blog/lift-and-shift-cloud-migration-manual-aws-elasticbeanstalk/">Lift And Shift Cloud Migration Manual for AWS ElasticBeanstalk</a> appeared first on <a href="https://numericaideas.com">NumericaIdeas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://numericaideas.com/blog/lift-and-shift-cloud-migration-manual-aws-elasticbeanstalk/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Configure AWS CLI for Multi-Account Strategy</title>
		<link>https://numericaideas.com/blog/configure-aws-cli/</link>
					<comments>https://numericaideas.com/blog/configure-aws-cli/#respond</comments>
		
		<dc:creator><![CDATA[Orléando Dassi]]></dc:creator>
		<pubDate>Sat, 15 Apr 2023 01:12:00 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[AWS]]></category>
		<guid isPermaLink="false">http://64014af71088b6001bc3aa3f</guid>

					<description><![CDATA[<p>In this article, we will go through the steps to configure AWS CLI for multiple accounts on your local machine or any server with Terminal access.</p>
<p>The post <a href="https://numericaideas.com/blog/configure-aws-cli/">How to Configure AWS CLI for Multi-Account Strategy</a> appeared first on <a href="https://numericaideas.com">NumericaIdeas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://numericaideas.com/blog/configure-aws-cli/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Lambda Performance Optimization Strategies</title>
		<link>https://numericaideas.com/blog/lambda-cold-starts-optimization-strategies/</link>
					<comments>https://numericaideas.com/blog/lambda-cold-starts-optimization-strategies/#respond</comments>
		
		<dc:creator><![CDATA[Ismael Messa]]></dc:creator>
		<pubDate>Sun, 19 Feb 2023 05:39:00 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Serverless]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[Solutions Architecture]]></category>
		<guid isPermaLink="false">http://63f061e15fd41e001b62cbf6</guid>

					<description><![CDATA[<p>Let's dive into the different strategies to reduce AWS Lambda functions Cold Starts: SnapStart, Provisioned Concurrency, and Custom Warmer.</p>
<p>The post <a href="https://numericaideas.com/blog/lambda-cold-starts-optimization-strategies/">Lambda Performance Optimization Strategies</a> appeared first on <a href="https://numericaideas.com">NumericaIdeas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://numericaideas.com/blog/lambda-cold-starts-optimization-strategies/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>Lambda Performance Optimization with SnapStart</title>
		<link>https://numericaideas.com/blog/lambda-performance-improvement-with-snapstart/</link>
					<comments>https://numericaideas.com/blog/lambda-performance-improvement-with-snapstart/#respond</comments>
		
		<dc:creator><![CDATA[Ismael Messa]]></dc:creator>
		<pubDate>Sun, 11 Dec 2022 03:12:10 +0000</pubDate>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Serverless]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Solutions Architecture]]></category>
		<category><![CDATA[Spring Boot]]></category>
		<guid isPermaLink="false">http://6395366142daf0001d09735c</guid>

					<description><![CDATA[<p>SnapStart is a performance optimization option that helps to reduce the initialization time of Lambda functions at no additional costs.</p>
<p>The post <a href="https://numericaideas.com/blog/lambda-performance-improvement-with-snapstart/">Lambda Performance Optimization with SnapStart</a> appeared first on <a href="https://numericaideas.com">NumericaIdeas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://numericaideas.com/blog/lambda-performance-improvement-with-snapstart/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>
	</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-05-15 18:19:08 by W3 Total Cache
-->