<Rss version="2.0">
  <channel>
    <description>ed&#39;s blog</description>
    <link>https://eduardmoldovan.com</link>
    <title>I craft digital experiences</title>
    <item>
      <title>What is good web design, and bad web design?</title>
      <link>/not-posts/good-and-bad-web-design</link>
      <description>&lt;p&gt;In this insightful article by &lt;a href=&#39;https://remysharp.com/2025/01/15/what-is-good-web-design-and-bad-web-design&#39; target=&#39;_blank&#39;&gt;Remy Sharp&lt;/a&gt;, a web professional since 1999, he explores the various factors that contribute to good and bad web design, drawing from his extensive experience attending design, user experience, and developer conferences for over 15 years.&lt;/p&gt;</description>
      <pubDate>Sun, 26 Jan 2025 00:00:00 +0000</pubDate>
    </item>
    <item>
      <title>AI isn&amp;rsquo;t going to replace you (if you&amp;rsquo;re good)</title>
      <link>/not-posts/ai-isnt-going-to-replace-you</link>
      <description>&lt;p&gt;This article discusses how AI, while capable of handling basic tasks, cannot replace skilled professionals who focus on quality, craftsmanship, and meaningful experiences. It emphasizes that AI is better suited as a tool to augment skilled workers rather than replace them, particularly in areas requiring expertise, creativity, and human understanding.&lt;/p&gt;</description>
      <pubDate>Tue, 21 Jan 2025 00:00:00 +0000</pubDate>
    </item>
    <item>
      <title>Steve Jobs&amp;rsquo; vision about the future</title>
      <link>/not-posts/jobs-about-the-future</link>
      <description>&lt;p&gt;In his 1983 talk at the International Design Conference in Aspen, &lt;a href=&#39;https://www.youtube.com/watch?v=GX9DsYTuYVU&#39; target=&#39;_blank&#39;&gt;Steve Jobs&lt;/a&gt; articulated a powerful vision for the future of personal computing. He saw the computer not just as a tool, but as a new medium of communication, on par with the book, the telephone, and the television. Just as each of these mediums had shaped the way we communicate, Jobs believed that the personal computer would profoundly transform our lives.&lt;/p&gt;</description>
      <pubDate>Wed, 18 Dec 2024 00:00:00 +0000</pubDate>
    </item>
    <item>
      <title>My guide to personal productivity</title>
      <link>/not-posts/my-guide-to-personal-productivity</link>
      <description>&lt;p&gt;I have found this guide of productivity again: &lt;a href=&#39;https://pmarchive.com/guide_to_personal_productivity.html&#39; target=&#39;_blank&#39;&gt;Pmarca Guide to Personal Productivity&lt;/a&gt; so I wanted to write down my version of it. &lt;/p&gt;</description>
      <pubDate>Wed, 27 Nov 2024 00:00:00 +0000</pubDate>
    </item>
    <item>
      <title>How to ship Go apps with Kamal</title>
      <link>/not-posts/how-to-ship-go-apps-with-kamal</link>
      <description>&lt;p&gt;I have been shiping most of my Go apps with Kamal for a while now. I am sharing the main config files I am using, with two different apps: this blog and a object storage service.&lt;/p&gt;</description>
      <pubDate>Wed, 13 Nov 2024 00:00:00 +0000</pubDate>
    </item>
    <item>
      <title>Towards modern development of cloud applications</title>
      <link>/not-posts/towards-modern-development-of-cloud-applications</link>
      <description>&lt;p&gt;The paper, mentioned in the title, addresses the inherent challenges of the widely adopted microservices architecture in cloud computing, including performance bottlenecks, versioning issues, and increased complexity in application management. While microservices offer scalability, fault tolerance, and agile deployment, they also introduce significant overheads, making applications difficult to manage, reason about, and evolve.&lt;/p&gt;</description>
      <pubDate>Tue, 06 Feb 2024 00:00:00 +0000</pubDate>
    </item>
    <item>
      <title>Detailed example of web components usage</title>
      <link>/not-posts/detailed-example-of-web-components-usage</link>
      <description>&lt;p&gt;I have been using web components instead of other libraries and their components for about an year now. They have a few key features, like built-in hydration, use of Shadow DOM or not, depending on your preference, that are indispensable in the UIs that I build.&lt;/&gt;&lt;p&gt;I found a post today that shows in detail what their potential is and how exactly they are being used to build an actual product.&lt;/p&gt;</description>
      <pubDate>Tue, 30 Jan 2024 00:00:00 +0000</pubDate>
    </item>
    <item>
      <title>Launching naina</title>
      <link>/not-posts/launching-naina.codes</link>
      <description>&lt;p&gt;Even though it&#39;s only January, this year has already been very interesting for me. And since most of these interesting things are products on the web, and me being unhappy with design tooling for web products, I decided to build something different, something that fills in my needs primarily, but perhaps is able to help others as well.&lt;/p&gt;&lt;p&gt;Still in very early stage, today I am putting it partially out there for interested folks to provide feedback or even subscribe to progress notifications.&lt;/p&gt;&lt;p&gt;But first, let me tell you what it is.&lt;/&gt;</description>
      <pubDate>Mon, 29 Jan 2024 00:00:00 +0000</pubDate>
    </item>
    <item>
      <title>The one web layout that rules them all</title>
      <link>/not-posts/the-one-web-layout-that-rules-them-all</link>
      <description>&lt;p&gt;I have a bold claim: there is a responsive CSS Grid / Flexbox combo layout that can be used to build almost any web layout. At least I haven&amp;rsquo;t found any layout I wanted to build and couldn&amp;rsquo;t.&lt;/p&gt;</description>
      <pubDate>Fri, 20 Oct 2023 00:00:00 +0000</pubDate>
    </item>
    <item>
      <title>CSS findings from the Threads app&amp;mdash;by Ahmad Shadeed</title>
      <link>/not-posts/css-findings-by-ahmad-shadeed</link>
      <description>&lt;p&gt;Ahmad did two great reviews of the Threads app. Quite a few interesting CSS or unusual CSS technniques there.&lt;/p&gt;</description>
      <pubDate>Tue, 26 Sep 2023 00:00:00 +0000</pubDate>
    </item>
    <item>
      <title>Component hydration with no dependencies</title>
      <link>/not-posts/component-hydration-with-no-dependencies</link>
      <description>&lt;p&gt;Client component hydration has been a trendy topic these days. Some frameworks like Next, Astro and others are already doing it.&lt;/p&gt;&lt;p&gt;It is not common knowledge that we can achieve a very similar result with pure SSR and declarative shadow DOM.&lt;/p&gt;</description>
      <pubDate>Sun, 27 Aug 2023 00:00:00 +0000</pubDate>
    </item>
    <item>
      <title>HTML details</title>
      <link>/not-posts/html-details</link>
      <description>&lt;p&gt;On occasion we need to present a summary of content while allowing the user to deep dive if they want to. The &lt;code&gt;details&lt;/code&gt; element is a great way to do this, with good browser support as well. Let’s see how.&lt;/p&gt;</description>
      <pubDate>Fri, 04 Aug 2023 00:00:00 +0000</pubDate>
    </item>
    <item>
      <title>HTML dialog, occasionally modal</title>
      <link>/not-posts/html-dialog</link>
      <description>&lt;p&gt;Many times we need to show a modal to the user, to ask for confirmation, or to show some additional information in a manner which covers the rest of the page user interface. The &lt;code&gt;dialog&lt;/code&gt; element is a great way to do this, and it is supported by all major browsers.&lt;/p&gt;</description>
      <pubDate>Thu, 03 Aug 2023 00:00:00 +0000</pubDate>
    </item>
    <item>
      <title>Better end to end design systems</title>
      <link>/not-posts/better-end-to-end-design-systems</link>
      <description>&lt;p&gt;Implementing a consistent brand across various devices and channels has never been easy. The diversity of connected devices and their screen sizes is also not helping simplify the process.&lt;/p&gt;&lt;p&gt;Let’s take a stab at how we could improve this.&lt;/p&gt;</description>
      <pubDate>Mon, 13 Mar 2023 00:00:00 +0000</pubDate>
    </item>
    <item>
      <title>Better routing with Go&amp;rsquo;s standard library</title>
      <link>/not-posts/better-routing-with-go-std</link>
      <description>&lt;p&gt;Previously I shared a very basic example of Go routing. Let’s see how we can improve that a little.&lt;/p&gt;</description>
      <pubDate>Fri, 17 Feb 2023 00:00:00 +0000</pubDate>
    </item>
    <item>
      <title>Under-engineer</title>
      <link>/not-posts/under-engineer</link>
      <description>&lt;p&gt;The last several years of web development have been going into a direction of needlessly over-engineering even simplest tasks.&lt;/p&gt;&lt;p&gt;Maybe it’s time to get back to the basics, to use simple solutions for simple tasks. Let’s touch on how I think we should be approaching initial web product development.&lt;/p&gt;</description>
      <pubDate>Sun, 05 Feb 2023 00:00:00 +0000</pubDate>
    </item>
    <item>
      <title>The CSS has() selector</title>
      <link>/not-posts/css-has-selector</link>
      <description>&lt;p&gt;In my first not post I mentioned and example of something I find quite interesting in the recent CSS features,that is the &lt;code&gt;has()&lt;/code&gt; selector. And while I was preparing to write something about it, which I mightstill do, here’s a great article on &lt;a href=&#34;https://www.smashingmagazine.com/2023/01/level-up-css-skills-has-selector/&#34;&gt;Smashing Magazine&lt;/a&gt; written by &lt;a href=&#34;https://thinkdobecreate.com&#34;&gt;Stephanie Eckles&lt;/a&gt; about this exact topic.&lt;/p&gt;</description>
      <pubDate>Tue, 24 Jan 2023 00:00:00 +0000</pubDate>
    </item>
    <item>
      <title>I have decided to not blog</title>
      <link>/not-posts/not-blog</link>
      <description>&lt;p&gt;I have recently been reading a lot given that I had a lot of time on my hands. Many of my readings have been about my work, what I&#39;m passionate about in my work — how to build amazing experiences on the web and native platforms.&lt;/p&gt;&lt;p&gt;So I have quickly put together this not blog to share not posts here. Read along if you’re curious what this crazy idea is about.&lt;/p&gt;</description>
      <pubDate>Wed, 28 Dec 2022 00:00:00 +0000</pubDate>
    </item>
  </channel>
</Rss>