<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Backend on jason grey</title><link>https://jason-grey.com/tags/backend/</link><description>Recent content in Backend on jason grey</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 04 Apr 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://jason-grey.com/tags/backend/index.xml" rel="self" type="application/rss+xml"/><item><title>Enterprise Rust 2025: Core Components</title><link>https://jason-grey.com/posts/2025/enterprise-rust-core-components/</link><pubDate>Fri, 04 Apr 2025 00:00:00 +0000</pubDate><guid>https://jason-grey.com/posts/2025/enterprise-rust-core-components/</guid><description>&lt;h1 id="core-components-for-rust-enterprise-applications"&gt;
 Core Components for Rust Enterprise Applications
 &lt;a class="heading-link" href="#core-components-for-rust-enterprise-applications"&gt;
 &lt;i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"&gt;&lt;/i&gt;
 &lt;span class="sr-only"&gt;Link to heading&lt;/span&gt;
 &lt;/a&gt;
&lt;/h1&gt;
&lt;p&gt;Building robust enterprise applications requires careful consideration of core components that handle data persistence, communication between services, and message processing. In this post, we&amp;rsquo;ll explore how to implement these essential components in Rust, focusing on database management, modularization approaches, internal RPC mechanisms, and message queuing systems.&lt;/p&gt;
&lt;h2 id="database-management-in-rust"&gt;
 Database Management in Rust
 &lt;a class="heading-link" href="#database-management-in-rust"&gt;
 &lt;i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"&gt;&lt;/i&gt;
 &lt;span class="sr-only"&gt;Link to heading&lt;/span&gt;
 &lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Data persistence is fundamental to most enterprise applications. Rust offers several approaches to database management, each with different trade-offs between type safety, performance, and developer experience.&lt;/p&gt;</description></item><item><title>Core Components - Enterprise Rust</title><link>https://jason-grey.com/posts/2023/enterprise-rust-2-core-components/</link><pubDate>Wed, 01 Nov 2023 00:00:00 +0000</pubDate><guid>https://jason-grey.com/posts/2023/enterprise-rust-2-core-components/</guid><description>&lt;h1 id="series-outline"&gt;
 Series Outline
 &lt;a class="heading-link" href="#series-outline"&gt;
 &lt;i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"&gt;&lt;/i&gt;
 &lt;span class="sr-only"&gt;Link to heading&lt;/span&gt;
 &lt;/a&gt;
&lt;/h1&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href="https://jason-grey.com/posts/2023/enterprise-rust-1-overview/" &gt;Overview&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Framework analysis and selection:&lt;/strong&gt; Delving into the specifics of framework selection and application.
&lt;ol&gt;
&lt;li&gt;&lt;a href="https://jason-grey.com/posts/2023/enterprise-rust-2-core-components/" &gt;Core Components&lt;/a&gt;: Database management, modularization, internal RPC, AMQP.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://jason-grey.com/posts/2023/enterprise-rust-3-web-api/" &gt;Web and API&lt;/a&gt;: Web Server, GraphQL API.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://jason-grey.com/posts/2023/enterprise-rust-4-application-development/" &gt;Application Development&lt;/a&gt;: Web, CLI, desktop, and mobile app development.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://jason-grey.com/posts/2023/enterprise-rust-5-miscellaneous-tools/" &gt;Miscellaneous Tools&lt;/a&gt;: Observability, logging, machine learning.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Boilerplate project:&lt;/strong&gt; A comprehensive guide including setup instructions for selected frameworks, architectural diagrams, and development environment configurations.&lt;/li&gt;
&lt;/ol&gt;
&lt;h1 id="modularization"&gt;
 Modularization
 &lt;a class="heading-link" href="#modularization"&gt;
 &lt;i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"&gt;&lt;/i&gt;
 &lt;span class="sr-only"&gt;Link to heading&lt;/span&gt;
 &lt;/a&gt;
&lt;/h1&gt;
&lt;p&gt;Modularization is important in big software projects. It&amp;rsquo;s like building with Lego blocks – each piece of code is its own little block. This makes it easier for different teams to work on their own parts without messing up the whole thing. It&amp;rsquo;s also great for fixing bugs and adding new features, since you only have to change one block at a time. Plus, you can reuse these blocks in other projects, saving time and hassle. In short, modularization keeps everything organized, flexible, and easy to handle, especially when things need to change fast.&lt;/p&gt;</description></item></channel></rss>