<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Web Development on jason grey</title><link>https://jason-grey.com/tags/web-development/</link><description>Recent content in Web Development 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/web-development/index.xml" rel="self" type="application/rss+xml"/><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>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>Want to see what the temperature is in Minneapolis?</title><link>https://jason-grey.com/posts/2008/minneapolis-temperature/</link><pubDate>Sat, 15 Mar 2008 00:00:00 +0000</pubDate><guid>https://jason-grey.com/posts/2008/minneapolis-temperature/</guid><description>&lt;p&gt;This is an embeddable from a site I did the technical architecture work for that launched recently for KMBC Kansas City, and will be rolled out to many other TV station sites soon. Give it a click to view the entire experience.&lt;/p&gt;</description></item><item><title>⚠️First thoughts on Microsoft Silverlight</title><link>https://jason-grey.com/posts/2007/first-thoughts-on-silverlight/</link><pubDate>Sat, 28 Jul 2007 00:00:00 +0000</pubDate><guid>https://jason-grey.com/posts/2007/first-thoughts-on-silverlight/</guid><description>&lt;ol&gt;
&lt;li&gt;Cool that it can work with plain JS and XML&lt;/li&gt;
&lt;li&gt;Fast rendering engine&lt;/li&gt;
&lt;li&gt;Cross platform/browser&lt;/li&gt;
&lt;li&gt;MediaElement events not great - may be due to the beta version.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;I’m currently working on a very simple video player in SilverLight that will be controlled via JavaScript.&lt;/p&gt;</description></item></channel></rss>