<?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>Backend</title>
	<atom:link href="https://numericaideas.com/blog/category/tech/backend/feed/" rel="self" type="application/rss+xml" />
	<link>https://numericaideas.com/blog/category/tech/backend/</link>
	<description>Discover, Learn, Build, &#38; Share</description>
	<lastBuildDate>Tue, 04 Feb 2025 16:11:29 +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>Backend</title>
	<link>https://numericaideas.com/blog/category/tech/backend/</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>How To Design REST APIs: A Comprehensive Guide</title>
		<link>https://numericaideas.com/blog/how-to-design-rest-apis-a-comprehensive-guide/</link>
					<comments>https://numericaideas.com/blog/how-to-design-rest-apis-a-comprehensive-guide/#respond</comments>
		
		<dc:creator><![CDATA[Ajimsimbom Bong Mbuyongha]]></dc:creator>
		<pubDate>Tue, 26 Mar 2024 11:19:10 +0000</pubDate>
				<category><![CDATA[Backend]]></category>
		<category><![CDATA[Best Practices]]></category>
		<guid isPermaLink="false">https://numericaideas.com/?p=21371</guid>

					<description><![CDATA[<p>APIs enable communication between systems and this guide describes how to design them: structure, status codes, security, versioning, and doc.</p>
<p>The post <a href="https://numericaideas.com/blog/how-to-design-rest-apis-a-comprehensive-guide/">How To Design REST APIs: A Comprehensive Guide</a> appeared first on <a href="https://numericaideas.com">NumericaIdeas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://numericaideas.com/blog/how-to-design-rest-apis-a-comprehensive-guide/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>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>Beginner&#8217;s Guide to Apache Maven</title>
		<link>https://numericaideas.com/blog/maven-for-beginners/</link>
					<comments>https://numericaideas.com/blog/maven-for-beginners/#respond</comments>
		
		<dc:creator><![CDATA[Ajimsimbom Bong Mbuyongha]]></dc:creator>
		<pubDate>Tue, 30 Jan 2024 13:26:37 +0000</pubDate>
				<category><![CDATA[Backend]]></category>
		<category><![CDATA[Java]]></category>
		<guid isPermaLink="false">https://numericaideas.com/?p=20791</guid>

					<description><![CDATA[<p>Let's take a look at core Maven concepts you should know; like commands to create, compile, and package Maven projects, and also how dependencies and plugins work.</p>
<p>The post <a href="https://numericaideas.com/blog/maven-for-beginners/">Beginner&#8217;s Guide to Apache Maven</a> appeared first on <a href="https://numericaideas.com">NumericaIdeas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://numericaideas.com/blog/maven-for-beginners/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Java Interview Questions and Answers for Beginners [2024]</title>
		<link>https://numericaideas.com/blog/java-interview-questions-for-beginners/</link>
					<comments>https://numericaideas.com/blog/java-interview-questions-for-beginners/#respond</comments>
		
		<dc:creator><![CDATA[Armel Nyobe]]></dc:creator>
		<pubDate>Tue, 02 Jan 2024 03:31:34 +0000</pubDate>
				<category><![CDATA[Backend]]></category>
		<category><![CDATA[Career]]></category>
		<category><![CDATA[Java]]></category>
		<guid isPermaLink="false">https://numericaideas.com/?p=20075</guid>

					<description><![CDATA[<p>Java is without a doubt one of the most powerful and used programming languages around the world. In this article, we are going to describe some Java specifics by answering 30 questions.</p>
<p>The post <a href="https://numericaideas.com/blog/java-interview-questions-for-beginners/">Java Interview Questions and Answers for Beginners [2024]</a> appeared first on <a href="https://numericaideas.com">NumericaIdeas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://numericaideas.com/blog/java-interview-questions-for-beginners/feed/</wfw:commentRss>
			<slash:comments>0</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>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>
	</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 17:54:40 by W3 Total Cache
-->