<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Enterprise Rust on jason grey</title><link>https://jason-grey.com/tags/enterprise-rust/</link><description>Recent content in Enterprise Rust 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/enterprise-rust/index.xml" rel="self" type="application/rss+xml"/><item><title>Enterprise Rust 2025: Overview</title><link>https://jason-grey.com/posts/2025/enterprise-rust/</link><pubDate>Fri, 04 Apr 2025 00:00:00 +0000</pubDate><guid>https://jason-grey.com/posts/2025/enterprise-rust/</guid><description>&lt;h1 id="introduction-to-enterprise-applications-with-rust"&gt;
 Introduction to Enterprise Applications with Rust
 &lt;a class="heading-link" href="#introduction-to-enterprise-applications-with-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;/h1&gt;
&lt;p&gt;In the world of software development, the term &amp;ldquo;enterprise&amp;rdquo; often evokes images of bloated, legacy systems that are difficult to maintain and extend. However, this perception doesn&amp;rsquo;t capture the essence of what modern enterprise applications can and should be. In this blog series, we&amp;rsquo;ll explore how Rust—a language known for its performance, reliability, and increasingly rich ecosystem—is becoming a compelling choice for building enterprise-grade applications.&lt;/p&gt;</description></item><item><title>Enterprise Rust 2025: Framework Analysis</title><link>https://jason-grey.com/posts/2025/enterprise-rust-framework-analysis/</link><pubDate>Fri, 04 Apr 2025 00:00:00 +0000</pubDate><guid>https://jason-grey.com/posts/2025/enterprise-rust-framework-analysis/</guid><description>&lt;h1 id="framework-analysis-and-selection-for-rust-enterprise-applications"&gt;
 Framework Analysis and Selection for Rust Enterprise Applications
 &lt;a class="heading-link" href="#framework-analysis-and-selection-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;When building enterprise applications with Rust, selecting the right frameworks and libraries is crucial for long-term success. In this post, we&amp;rsquo;ll analyze the Rust ecosystem for enterprise development, providing data-driven comparisons and practical guidance for making informed decisions.&lt;/p&gt;
&lt;h2 id="the-rust-framework-landscape"&gt;
 The Rust Framework Landscape
 &lt;a class="heading-link" href="#the-rust-framework-landscape"&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;Unlike ecosystems such as Java with Spring or .NET with ASP.NET, Rust doesn&amp;rsquo;t have a single dominant &amp;ldquo;enterprise framework&amp;rdquo; that provides an all-in-one solution. Instead, Rust follows a more modular approach, with specialized libraries that excel at specific tasks and can be composed together.&lt;/p&gt;</description></item><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>Enterprise Rust 2025: Web and API Development</title><link>https://jason-grey.com/posts/2025/enterprise-rust-web-and-api/</link><pubDate>Fri, 04 Apr 2025 00:00:00 +0000</pubDate><guid>https://jason-grey.com/posts/2025/enterprise-rust-web-and-api/</guid><description>&lt;h1 id="web-and-api-development-for-rust-enterprise-applications"&gt;
 Web and API Development for Rust Enterprise Applications
 &lt;a class="heading-link" href="#web-and-api-development-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 web services and APIs is a core requirement for most enterprise applications. In this post, we&amp;rsquo;ll explore how to develop high-performance, reliable web and API components using Rust, focusing on web servers, GraphQL APIs, and RESTful services.&lt;/p&gt;
&lt;h2 id="web-server-technologies-in-rust"&gt;
 Web Server Technologies in Rust
 &lt;a class="heading-link" href="#web-server-technologies-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;Rust&amp;rsquo;s ecosystem offers several approaches to building web servers, from low-level HTTP libraries to full-featured web frameworks.&lt;/p&gt;</description></item><item><title>Enterprise Rust 2025: Application Development</title><link>https://jason-grey.com/posts/2025/enterprise-rust-applications/</link><pubDate>Fri, 04 Apr 2025 00:00:00 +0000</pubDate><guid>https://jason-grey.com/posts/2025/enterprise-rust-applications/</guid><description>&lt;h1 id="application-development-with-rust-for-enterprise-systems"&gt;
 Application Development with Rust for Enterprise Systems
 &lt;a class="heading-link" href="#application-development-with-rust-for-enterprise-systems"&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 enterprise applications requires a diverse set of tools and approaches depending on the target platform and user interface requirements. In this post, we&amp;rsquo;ll explore how Rust can be used to develop web, CLI, desktop, and mobile applications for enterprise environments.&lt;/p&gt;
&lt;h2 id="web-application-development"&gt;
 Web Application Development
 &lt;a class="heading-link" href="#web-application-development"&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;Web applications are a common requirement for enterprise systems. Rust offers several approaches to building web frontends, from server-side rendering to WebAssembly.&lt;/p&gt;</description></item><item><title>Enterprise Rust 2025: Miscellaneous Tools</title><link>https://jason-grey.com/posts/2025/enterprise-rust-miscellaneous/</link><pubDate>Fri, 04 Apr 2025 00:00:00 +0000</pubDate><guid>https://jason-grey.com/posts/2025/enterprise-rust-miscellaneous/</guid><description>&lt;h1 id="miscellaneous-tools-for-rust-enterprise-applications"&gt;
 Miscellaneous Tools for Rust Enterprise Applications
 &lt;a class="heading-link" href="#miscellaneous-tools-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 enterprise applications requires more than just frameworks and libraries for core functionality. In this final post of our series, we&amp;rsquo;ll explore essential miscellaneous tools for Rust enterprise applications, focusing on observability, logging, and machine learning integration.&lt;/p&gt;
&lt;h2 id="observability-in-rust-applications"&gt;
 Observability in Rust Applications
 &lt;a class="heading-link" href="#observability-in-rust-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;/h2&gt;
&lt;p&gt;Observability is crucial for understanding the behavior and performance of enterprise applications in production. It encompasses metrics, logging, and distributed tracing.&lt;/p&gt;</description></item><item><title>Miscellaneous Tools - Enterprise Rust</title><link>https://jason-grey.com/posts/2023/enterprise-rust-5-miscellaneous-tools/</link><pubDate>Sat, 04 Nov 2023 00:00:00 +0000</pubDate><guid>https://jason-grey.com/posts/2023/enterprise-rust-5-miscellaneous-tools/</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="mlstats"&gt;
 ML/stats
 &lt;a class="heading-link" href="#mlstats"&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;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Crate&lt;/th&gt;
 &lt;th&gt;Downloads&lt;/th&gt;
 &lt;th&gt;Dependents&lt;/th&gt;
 &lt;th&gt;Github Stars&lt;/th&gt;
 &lt;th&gt;Github Contributors&lt;/th&gt;
 &lt;th&gt;Github Used By&lt;/th&gt;
 &lt;th&gt;Notes&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;polars&lt;/td&gt;
 &lt;td&gt;500k&lt;/td&gt;
 &lt;td&gt;88&lt;/td&gt;
 &lt;td&gt;21k&lt;/td&gt;
 &lt;td&gt;302&lt;/td&gt;
 &lt;td&gt;4.3k&lt;/td&gt;
 &lt;td&gt;Dataframes for data prep/filtering/etc - this is easily the best choice. Can now do streaming, so, can handle &amp;gt; in memory as well.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;linfa&lt;/td&gt;
 &lt;td&gt;162k&lt;/td&gt;
 &lt;td&gt;24&lt;/td&gt;
 &lt;td&gt;3k&lt;/td&gt;
 &lt;td&gt;37&lt;/td&gt;
 &lt;td&gt;321&lt;/td&gt;
 &lt;td&gt;decent set of algorithms. OpenBLAS, netlib, intel MKL (all linux)&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;rustlearn&lt;/td&gt;
 &lt;td&gt;16k&lt;/td&gt;
 &lt;td&gt;1&lt;/td&gt;
 &lt;td&gt;599&lt;/td&gt;
 &lt;td&gt;8&lt;/td&gt;
 &lt;td&gt;121&lt;/td&gt;
 &lt;td&gt;Not nearly as robust as linfa, but does have some unique algorithms.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;h1 id="loggingmetrics"&gt;
 Logging/Metrics
 &lt;a class="heading-link" href="#loggingmetrics"&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;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Crate&lt;/th&gt;
 &lt;th&gt;Downloads&lt;/th&gt;
 &lt;th&gt;Dependents&lt;/th&gt;
 &lt;th&gt;Github Stars&lt;/th&gt;
 &lt;th&gt;Github Contributors&lt;/th&gt;
 &lt;th&gt;Github Used By&lt;/th&gt;
 &lt;th&gt;Notes&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;log&lt;/td&gt;
 &lt;td&gt;197M&lt;/td&gt;
 &lt;td&gt;14770&lt;/td&gt;
 &lt;td&gt;1.9k&lt;/td&gt;
 &lt;td&gt;102&lt;/td&gt;
 &lt;td&gt;605k&lt;/td&gt;
 &lt;td&gt;Default choice. syslog, systemd, slog, android, windows, database, console, and a lot more.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;tracing&lt;/td&gt;
 &lt;td&gt;109M&lt;/td&gt;
 &lt;td&gt;4967&lt;/td&gt;
 &lt;td&gt;4.4k&lt;/td&gt;
 &lt;td&gt;277&lt;/td&gt;
 &lt;td&gt;241k&lt;/td&gt;
 &lt;td&gt;Compatible with log, which is nice. metrics, tracing, and logging. wasm support.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;h1 id="distributed-locking-using-redis"&gt;
 Distributed Locking using Redis
 &lt;a class="heading-link" href="#distributed-locking-using-redis"&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;Redis is assumed for caching - but for dist lock, we have lots of options&amp;hellip;&lt;/p&gt;</description></item><item><title>Application Development - Enterprise Rust</title><link>https://jason-grey.com/posts/2023/enterprise-rust-4-application-development/</link><pubDate>Fri, 03 Nov 2023 00:00:00 +0000</pubDate><guid>https://jason-grey.com/posts/2023/enterprise-rust-4-application-development/</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="web"&gt;
 Web
 &lt;a class="heading-link" href="#web"&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;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Crate&lt;/th&gt;
 &lt;th&gt;Downloads&lt;/th&gt;
 &lt;th&gt;Dependents&lt;/th&gt;
 &lt;th&gt;Github Stars&lt;/th&gt;
 &lt;th&gt;Github Contributors&lt;/th&gt;
 &lt;th&gt;Github Used By&lt;/th&gt;
 &lt;th&gt;Notes&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;dioxus&lt;/td&gt;
 &lt;td&gt;100k&lt;/td&gt;
 &lt;td&gt;66&lt;/td&gt;
 &lt;td&gt;14.5k&lt;/td&gt;
 &lt;td&gt;169&lt;/td&gt;
 &lt;td&gt;1.2k&lt;/td&gt;
 &lt;td&gt;A virtual DOM for rust. Part of opencollective, has a large and growing community, and used by numerous startups, etc.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;tauri&lt;/td&gt;
 &lt;td&gt;1.1M&lt;/td&gt;
 &lt;td&gt;69&lt;/td&gt;
 &lt;td&gt;70k&lt;/td&gt;
 &lt;td&gt;302&lt;/td&gt;
 &lt;td&gt;518&lt;/td&gt;
 &lt;td&gt;Very robust, but only desktop (and soon to be mobile)&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;yew&lt;/td&gt;
 &lt;td&gt;800k&lt;/td&gt;
 &lt;td&gt;186&lt;/td&gt;
 &lt;td&gt;28.8k&lt;/td&gt;
 &lt;td&gt;402&lt;/td&gt;
 &lt;td&gt;10.3k&lt;/td&gt;
 &lt;td&gt;Also open collective!. This is great, but web only.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;egui&lt;/td&gt;
 &lt;td&gt;1.4M&lt;/td&gt;
 &lt;td&gt;240&lt;/td&gt;
 &lt;td&gt;17.1k&lt;/td&gt;
 &lt;td&gt;320&lt;/td&gt;
 &lt;td&gt;10.2k&lt;/td&gt;
 &lt;td&gt;Very opinionated, web+native. pre-built GUI components, could build an entire OS out of it. Ugly, and not very web-friendly though&amp;hellip; for an admin tool though, this would be awesome (which is really what it&amp;rsquo;s made for)&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Other Resources:&lt;/p&gt;</description></item><item><title>Web and API - Enterprise Rust</title><link>https://jason-grey.com/posts/2023/enterprise-rust-3-web-api/</link><pubDate>Thu, 02 Nov 2023 00:00:00 +0000</pubDate><guid>https://jason-grey.com/posts/2023/enterprise-rust-3-web-api/</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="web-server"&gt;
 Web Server
 &lt;a class="heading-link" href="#web-server"&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;In the realms of Java and .NET, a web application server serves as a critical component, providing an environment where web applications can run and manage web-based requests. Java has options like Apache Tomcat and WildFly, while .NET relies on servers like IIS or Kestrel. These servers handle a myriad of tasks including request processing, application lifecycle management, and security. In contrast, when it comes to Rust, a language still maturing in web development, selecting an appropriate web application server is not as straightforward. There isn&amp;rsquo;t a default go-to like in Java or .NET ecosystems. Instead, we need to explore and choose from emerging options such as Actix-Web, Rocket, or Warp, each offering unique features and performance characteristics tailored for Rust&amp;rsquo;s concurrency model and safety guarantees. This choice is pivotal to ensure efficient request handling, scalability, and robustness in Rust-based web applications.&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><item><title>Overview - Enterprise Rust</title><link>https://jason-grey.com/posts/2023/enterprise-rust-1-overview/</link><pubDate>Fri, 20 Oct 2023 00:00:00 +0000</pubDate><guid>https://jason-grey.com/posts/2023/enterprise-rust-1-overview/</guid><description>&lt;h1 id="introduction-to-enterprise-applications"&gt;
 Introduction to Enterprise Applications
 &lt;a class="heading-link" href="#introduction-to-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;The term &amp;ldquo;enterprise&amp;rdquo; in the context of software development often elicits mixed reactions. However, for the purpose of this discussion, let&amp;rsquo;s define an enterprise application as a comprehensive, collaboratively developed solution that adheres to high standards of long-term maintenance. Such an application is characterized by its modular design, both internally and externally, ease of integration, and its ability to address complex business challenges efficiently and reliably.&lt;/p&gt;</description></item></channel></rss>