<?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>DEV Community: Lucas Guilherme</title>
    <description>The latest articles on DEV Community by Lucas Guilherme (@lucas_guilherme_9880b42f0).</description>
    <link>https://dev.to/lucas_guilherme_9880b42f0</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%2F3415797%2F83b90c7f-31f4-4ea2-b4ef-880cfa54ff4d.jpg</url>
      <title>DEV Community: Lucas Guilherme</title>
      <link>https://dev.to/lucas_guilherme_9880b42f0</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lucas_guilherme_9880b42f0"/>
    <language>en</language>
    <item>
      <title>Old aesthetics in modern web dev</title>
      <dc:creator>Lucas Guilherme</dc:creator>
      <pubDate>Tue, 12 Aug 2025 02:15:52 +0000</pubDate>
      <link>https://dev.to/lucas_guilherme_9880b42f0/old-aesthetics-in-modern-web-dev-jkf</link>
      <guid>https://dev.to/lucas_guilherme_9880b42f0/old-aesthetics-in-modern-web-dev-jkf</guid>
      <description>&lt;p&gt;I always loved the old web aesthetics. The color contrasts, the sharped corners, the speed and the responsiveness of the websites. There was always a visitors counter as well, so we all felt more connected (more then today, btw).&lt;/p&gt;

&lt;p&gt;Recently, I was building a new website for the lofi public and thought that should be a good idea to make it look older, maybe bring some nostalgia back.&lt;/p&gt;

&lt;p&gt;That's how &lt;a href="https://theroooom.com" rel="noopener noreferrer"&gt;THE ROOM&lt;/a&gt; was born.&lt;/p&gt;

&lt;h2&gt;
  
  
  The features
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;A lofi radio playing songs from our users&lt;/li&gt;
&lt;li&gt;A visitors counter&lt;/li&gt;
&lt;li&gt;A global chat&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  The frontend
&lt;/h2&gt;

&lt;p&gt;The style is very clean: Black and white, a lot of space, strong colors, shadows (no blur), sharped corners and a mono font.&lt;br&gt;
It was built with HTML, CSS + Tailwind and Javascript (The first version used NextJs but i rewrote it). It is fast and simple.&lt;br&gt;
I also added some gifs to make it more fun.&lt;/p&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%2Fch4kxupabqhjr7jadokf.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%2Fch4kxupabqhjr7jadokf.png" alt=" " width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The backend
&lt;/h2&gt;

&lt;p&gt;Made in Go, it is based in websocket connections to send room information + song bytes. &lt;br&gt;
Everything via sockets is sent in pure bytes and parsed in the frontend. We decided to go with raw bytes because:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;It is pretty cool and we wanted to learn it.&lt;/li&gt;
&lt;li&gt;We live in Brazil and the Dollar is quite expensive, so our Fly.io machines needs to be very efficient. Every optimization counts to save machine power.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Resume
&lt;/h2&gt;

&lt;p&gt;I'll try to apply these kind of design in every project where it fits. I want the fun back!!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>frontend</category>
      <category>design</category>
      <category>css</category>
    </item>
  </channel>
</rss>
