<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Grzegorz Krasoń</title>
    <description>The latest articles on Forem by Grzegorz Krasoń (@gergelyk).</description>
    <link>https://forem.com/gergelyk</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3641885%2Feedcb162-d7d1-4a34-9cba-b86b822afe56.jpeg</url>
      <title>Forem: Grzegorz Krasoń</title>
      <link>https://forem.com/gergelyk</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/gergelyk"/>
    <language>en</language>
    <item>
      <title>Going beyond full stack with Rust</title>
      <dc:creator>Grzegorz Krasoń</dc:creator>
      <pubDate>Tue, 02 Dec 2025 17:54:21 +0000</pubDate>
      <link>https://forem.com/gergelyk/going-beyond-full-stack-with-rust-2kn1</link>
      <guid>https://forem.com/gergelyk/going-beyond-full-stack-with-rust-2kn1</guid>
      <description>&lt;p&gt;Most of us know that &lt;strong&gt;Rust&lt;/strong&gt; can target almost anything - from microcontrollers to desktop apps, servers, and even browser-based applications. But are these practical use cases, or just proofs of concept that we wouldn't apply in practice?&lt;/p&gt;

&lt;p&gt;I decided to find out.&lt;/p&gt;

&lt;p&gt;👉 Let me share my project with you: &lt;strong&gt;an on-desk watch combined with a meteo station&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  ⏰ Features:
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;World Time&lt;/strong&gt; (automatic timezone detection + NTP synchronization)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Weather Forecast&lt;/strong&gt; (two-day forecast for the current location)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Current Weather&lt;/strong&gt; (live data from nearby meteo stations)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Fully configurable&lt;/strong&gt; through an embedded web UI&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🛠️ Implementation (all in Rust!):
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fslh5xb6qrwsdv4gdsrqz.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fslh5xb6qrwsdv4gdsrqz.png" alt="system" width="800" height="375"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Embedded&lt;/strong&gt;: Multi-threaded app built with ESP-IDF, running on ESP32-S3 (Xtensa)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Frontend&lt;/strong&gt;: Two Leptos apps compiled to WASM, client-side rendered&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Backend&lt;/strong&gt;: Two serverless functions built with Spin SDK, deployed to Fermyon Cloud&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Simulator&lt;/strong&gt;: Built with help of &lt;em&gt;ratatui&lt;/em&gt;, runs in the terminal on x86&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Scripting&lt;/strong&gt;: Helper tool using rust-script crate&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  📦 Source Code:
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/gergelyk/retro-clock" rel="noopener noreferrer"&gt;retro-clock&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/gergelyk/weather-data-aggregator" rel="noopener noreferrer"&gt;weather-data-aggregator&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>rust</category>
      <category>leptos</category>
      <category>esp32</category>
      <category>iot</category>
    </item>
  </channel>
</rss>
