<?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>Architecture</title>
	<atom:link href="https://numericaideas.com/blog/category/tech/architecture/feed/" rel="self" type="application/rss+xml" />
	<link>https://numericaideas.com/blog/category/tech/architecture/</link>
	<description>Discover, Learn, Build, &#38; Share</description>
	<lastBuildDate>Tue, 04 Feb 2025 16:09:25 +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>Architecture</title>
	<link>https://numericaideas.com/blog/category/tech/architecture/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Design Pattern Observer</title>
		<link>https://numericaideas.com/blog/design-pattern-observer/</link>
					<comments>https://numericaideas.com/blog/design-pattern-observer/#respond</comments>
		
		<dc:creator><![CDATA[Faouzi EL Mansour]]></dc:creator>
		<pubDate>Thu, 13 Jun 2024 09:02:40 +0000</pubDate>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Backend]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Full Stack]]></category>
		<category><![CDATA[Java]]></category>
		<guid isPermaLink="false">https://numericaideas.com/?p=21513</guid>

					<description><![CDATA[<p>This article outlines the Observer Design Pattern, which defines a one-to-many dependency so that if the subject changes state, observers are notified of the change and updated automatically.</p>
<p>The post <a href="https://numericaideas.com/blog/design-pattern-observer/">Design Pattern Observer</a> appeared first on <a href="https://numericaideas.com">NumericaIdeas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://numericaideas.com/blog/design-pattern-observer/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What is Spring Cloud?</title>
		<link>https://numericaideas.com/blog/what-is-spring-cloud/</link>
		
		<dc:creator><![CDATA[Faouzi EL Mansour]]></dc:creator>
		<pubDate>Fri, 10 May 2024 09:44:47 +0000</pubDate>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Backend]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Full Stack]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Solutions Architecture]]></category>
		<category><![CDATA[Spring Boot]]></category>
		<guid isPermaLink="false">https://numericaideas.com/?p=21482</guid>

					<description><![CDATA[<p>Spring Cloud, a better way to build distributed applications using well-known patterns put together in a single core component.</p>
<p>The post <a href="https://numericaideas.com/blog/what-is-spring-cloud/">What is Spring Cloud?</a> appeared first on <a href="https://numericaideas.com">NumericaIdeas</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Design Pattern Strategy</title>
		<link>https://numericaideas.com/blog/design-pattern-strategy/</link>
					<comments>https://numericaideas.com/blog/design-pattern-strategy/#respond</comments>
		
		<dc:creator><![CDATA[Faouzi EL Mansour]]></dc:creator>
		<pubDate>Mon, 22 Apr 2024 11:25:03 +0000</pubDate>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Backend]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Full Stack]]></category>
		<category><![CDATA[Java]]></category>
		<guid isPermaLink="false">https://numericaideas.com/?p=21299</guid>

					<description><![CDATA[<p>In this new article, we will talk about the Strategy Design Pattern with an example in Java, it's mainly used to encapsulate logic flexibly.</p>
<p>The post <a href="https://numericaideas.com/blog/design-pattern-strategy/">Design Pattern Strategy</a> appeared first on <a href="https://numericaideas.com">NumericaIdeas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://numericaideas.com/blog/design-pattern-strategy/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Solid Principles in Spring Boot Applications</title>
		<link>https://numericaideas.com/blog/solid-principles-in-spring-boot/</link>
					<comments>https://numericaideas.com/blog/solid-principles-in-spring-boot/#respond</comments>
		
		<dc:creator><![CDATA[Chris KOUAKAM]]></dc:creator>
		<pubDate>Mon, 04 Mar 2024 11:52:59 +0000</pubDate>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Backend]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[SOLID Principles]]></category>
		<category><![CDATA[Spring Boot]]></category>
		<guid isPermaLink="false">https://numericaideas.com/?p=20461</guid>

					<description><![CDATA[<p>Explore the application of SOLID Principles in Spring Boot with our in-depth guide. Discover through practical examples how these key design guidelines enhance application development.</p>
<p>The post <a href="https://numericaideas.com/blog/solid-principles-in-spring-boot/">Solid Principles in Spring Boot Applications</a> appeared first on <a href="https://numericaideas.com">NumericaIdeas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://numericaideas.com/blog/solid-principles-in-spring-boot/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Design Patterns</title>
		<link>https://numericaideas.com/blog/design-patterns/</link>
					<comments>https://numericaideas.com/blog/design-patterns/#respond</comments>
		
		<dc:creator><![CDATA[Faouzi EL Mansour]]></dc:creator>
		<pubDate>Wed, 28 Feb 2024 12:15:16 +0000</pubDate>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Backend]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Frontend]]></category>
		<category><![CDATA[Full Stack]]></category>
		<guid isPermaLink="false">https://numericaideas.com/?p=21260</guid>

					<description><![CDATA[<p>Design patterns are resolutions made to deal with common problems in software engineering, they are not typical of a particular programming language or technology but can be used in various scenarios.</p>
<p>The post <a href="https://numericaideas.com/blog/design-patterns/">Design Patterns</a> appeared first on <a href="https://numericaideas.com">NumericaIdeas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://numericaideas.com/blog/design-patterns/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>Apply SOLID Principles in Angular Projects</title>
		<link>https://numericaideas.com/blog/solid-principles-in-angular-cheat-sheet/</link>
					<comments>https://numericaideas.com/blog/solid-principles-in-angular-cheat-sheet/#comments</comments>
		
		<dc:creator><![CDATA[Chris KOUAKAM]]></dc:creator>
		<pubDate>Tue, 05 Sep 2023 12:49:05 +0000</pubDate>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Cheats Sheets]]></category>
		<category><![CDATA[Frontend]]></category>
		<category><![CDATA[Angular]]></category>
		<category><![CDATA[SOLID Principles]]></category>
		<guid isPermaLink="false">http://64f7142a35f30b001b731711</guid>

					<description><![CDATA[<p>Imagine you're developing a feature-rich task management application using Angular. To ensure a robust and maintainable codebase, let's see how SOLID Principles can guide your development journey.</p>
<p>The post <a href="https://numericaideas.com/blog/solid-principles-in-angular-cheat-sheet/">Apply SOLID Principles in Angular Projects</a> appeared first on <a href="https://numericaideas.com">NumericaIdeas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://numericaideas.com/blog/solid-principles-in-angular-cheat-sheet/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Scalability Types in Software Architecture</title>
		<link>https://numericaideas.com/blog/scalability-types/</link>
					<comments>https://numericaideas.com/blog/scalability-types/#respond</comments>
		
		<dc:creator><![CDATA[Orléando Dassi]]></dc:creator>
		<pubDate>Tue, 11 Jul 2023 03:47:06 +0000</pubDate>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Software Architecture]]></category>
		<category><![CDATA[Solutions Architecture]]></category>
		<guid isPermaLink="false">http://64a9b796dd4302001b303099</guid>

					<description><![CDATA[<p>This write-up focuses on the Scalability Types applied to IT systems, the vertical and horizontal approaches, respectively referred to as scaling UP and scaling OUT.</p>
<p>The post <a href="https://numericaideas.com/blog/scalability-types/">Scalability Types in Software Architecture</a> appeared first on <a href="https://numericaideas.com">NumericaIdeas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://numericaideas.com/blog/scalability-types/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>Periodic Table of DevOps Tools in 2023</title>
		<link>https://numericaideas.com/blog/devops-periodic-table/</link>
					<comments>https://numericaideas.com/blog/devops-periodic-table/#respond</comments>
		
		<dc:creator><![CDATA[Orléando Dassi]]></dc:creator>
		<pubDate>Tue, 20 Jun 2023 12:29:48 +0000</pubDate>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[DevOps]]></category>
		<category><![CDATA[Full Stack]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Observability]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Solutions Architecture]]></category>
		<guid isPermaLink="false">http://6490ffa500d43f001b18b0f0</guid>

					<description><![CDATA[<p>The Periodic Table of DevOps Tools is a great resource designed to guide you through the best DevOps tools available to optimize your software delivery process.</p>
<p>The post <a href="https://numericaideas.com/blog/devops-periodic-table/">Periodic Table of DevOps Tools in 2023</a> appeared first on <a href="https://numericaideas.com">NumericaIdeas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://numericaideas.com/blog/devops-periodic-table/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Spring Boot Microservices Deployment to Kubernetes with Helm via GitLab CI</title>
		<link>https://numericaideas.com/blog/springboot-microservices-deployment-kubernetes-helm-gitlabci/</link>
					<comments>https://numericaideas.com/blog/springboot-microservices-deployment-kubernetes-helm-gitlabci/#respond</comments>
		
		<dc:creator><![CDATA[Kemane Donfack]]></dc:creator>
		<pubDate>Mon, 12 Jun 2023 23:38:57 +0000</pubDate>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[DevOps]]></category>
		<category><![CDATA[Docker]]></category>
		<category><![CDATA[GitLab CI/CD]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Kubernetes]]></category>
		<category><![CDATA[Software Architecture]]></category>
		<category><![CDATA[Spring Boot]]></category>
		<guid isPermaLink="false">http://64863f9df0dd70001b1618a9</guid>

					<description><![CDATA[<p>Let's walk through the process of deploying Spring Boot microservices to a Kubernetes cluster with Helm via GitLab CI.</p>
<p>The post <a href="https://numericaideas.com/blog/springboot-microservices-deployment-kubernetes-helm-gitlabci/">Spring Boot Microservices Deployment to Kubernetes with Helm via GitLab CI</a> appeared first on <a href="https://numericaideas.com">NumericaIdeas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://numericaideas.com/blog/springboot-microservices-deployment-kubernetes-helm-gitlabci/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>Custom State Management Architecture using RxJS</title>
		<link>https://numericaideas.com/blog/custom-rxjs-store-architecture/</link>
					<comments>https://numericaideas.com/blog/custom-rxjs-store-architecture/#respond</comments>
		
		<dc:creator><![CDATA[Orléando Dassi]]></dc:creator>
		<pubDate>Mon, 18 Apr 2022 09:26:28 +0000</pubDate>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Frontend]]></category>
		<category><![CDATA[Angular]]></category>
		<category><![CDATA[Software Architecture]]></category>
		<guid isPermaLink="false">http://625cabddcabe89001d0d4595</guid>

					<description><![CDATA[<p>RxJS implementation of a custom store useful in some specific cases to add reactivity to your DOM elements without adding many batteries to your code.</p>
<p>The post <a href="https://numericaideas.com/blog/custom-rxjs-store-architecture/">Custom State Management Architecture using RxJS</a> appeared first on <a href="https://numericaideas.com">NumericaIdeas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://numericaideas.com/blog/custom-rxjs-store-architecture/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:25:26 by W3 Total Cache
-->