<?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: Luca Leone</title>
    <description>The latest articles on DEV Community by Luca Leone (@luc4leone).</description>
    <link>https://dev.to/luc4leone</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%2F217680%2F4bad98c7-83dd-4f77-8818-8a5a387717a6.jpeg</url>
      <title>DEV Community: Luca Leone</title>
      <link>https://dev.to/luc4leone</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/luc4leone"/>
    <language>en</language>
    <item>
      <title>The simplest blog</title>
      <dc:creator>Luca Leone</dc:creator>
      <pubDate>Tue, 24 Oct 2023 08:42:27 +0000</pubDate>
      <link>https://dev.to/luc4leone/the-simplest-blog-2lko</link>
      <guid>https://dev.to/luc4leone/the-simplest-blog-2lko</guid>
      <description>&lt;p&gt;To build a personal blog there's no need to make it complicated. At the core it's just an HTML page.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;I would like to create an online course on User Interface (UI) design. How can I find students?&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;I could blog about UI design topics, and hopefully get some people interested.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;All right then, which blogging platform should I use?&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;I don't want to use platforms, I'd like to have &lt;strong&gt;control over my content&lt;/strong&gt; and the publishing process. Also, it can't be that complicated to build a blog. Let's make a very simple one.&lt;br&gt;
A blog post is just an HTML page, so, I create the file. I also create a new repository on Github, which allows me to publish a static site with a couple of clicks.&lt;br&gt;
I buy a domain name, and point it to Github servers. The page is on the web in a few minutes: I've created the blog!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnbgpayklgbvso5scznbn.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnbgpayklgbvso5scznbn.jpg" alt="a diagram of the three steps: write the post in html, host it on github, point the domain name to github servers" width="800" height="401"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;That's great, but what about allowing people to comment my posts? It seems inevitable that I have to add a form, write some JavaScript, and add a database, right?&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Wrong! I'll add two paragraphs:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;"Do you want to comment? Send me an email"&lt;/li&gt;
&lt;li&gt;"Do you want to receive an email when I publish the next post? Send me an email"&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;OK, I admit it, it was quick, but... it's not professional. First of all everything is manual: writing the HTML for the post, publishing the comments. Second, a lot of features - the ones all blogging platform offers - are missing.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;The post is published. I own the process and people can comment. I don't need anything else for now.&lt;br&gt;
It took me a long time to understand that there is almost always a &lt;strong&gt;simple-and-quick&lt;/strong&gt; solution.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcyzxpgc2acbvvmko0qnj.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcyzxpgc2acbvvmko0qnj.jpg" alt="sketch of a boy day dreaming under a tree with a flower in his lips saying 'wonderful'" width="800" height="640"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ui</category>
      <category>discuss</category>
      <category>ux</category>
      <category>blogging</category>
    </item>
  </channel>
</rss>
