<?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: Dorian</title>
    <description>The latest articles on DEV Community by Dorian (@dorianb).</description>
    <link>https://dev.to/dorianb</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%2F2602439%2F19a9c810-f13f-4054-9777-df080d894a2e.png</url>
      <title>DEV Community: Dorian</title>
      <link>https://dev.to/dorianb</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dorianb"/>
    <language>en</language>
    <item>
      <title>How i got 500 stars on my first Open Source project</title>
      <dc:creator>Dorian</dc:creator>
      <pubDate>Sat, 15 Feb 2025 22:50:19 +0000</pubDate>
      <link>https://dev.to/dorianb/how-i-got-500-stars-on-my-first-open-source-project-3inb</link>
      <guid>https://dev.to/dorianb/how-i-got-500-stars-on-my-first-open-source-project-3inb</guid>
      <description>&lt;p&gt;I had never shared my work online before the last three months, this taught me a lot and was a great decision.&lt;/p&gt;

&lt;h2&gt;
  
  
  Open Source
&lt;/h2&gt;

&lt;p&gt;There are many OSS projects out-there but i wasn't sure how to start. At the time i was experimenting to build an AI chat which led to the creation of ai inputs components, and i thought why not making more?&lt;/p&gt;

&lt;p&gt;What started initially with 20 components ended-up with more than 100+ and received continuous great feedbacks. Surprisingly, even few helpful people provided their own PR.&lt;/p&gt;

&lt;h2&gt;
  
  
  Sharing Online
&lt;/h2&gt;

&lt;p&gt;I never built a public project before, this made me learnt a lot in the past three months, i started simply by:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Share my Work on X, this &lt;a href="https://x.com/dorian_baffier/status/1880291036410572934" rel="noopener noreferrer"&gt;tweet&lt;/a&gt; got me a lot of views.&lt;/li&gt;
&lt;li&gt;Submit PR to Awesome List on Github&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This got me my first 100 stars. After that, peoples kept recommending Reddit, of course, i knew about it but had only used it for reading, never posting. Once i found the right subreddits, i made a few posts that got me a lot of visitors.&lt;/p&gt;

&lt;p&gt;Since then, &lt;a href="https://kokonutui.com/" rel="noopener noreferrer"&gt;KokonutUI&lt;/a&gt; has gained a consistent daily traffic from different platforms and shared by many peoples!&lt;/p&gt;

&lt;p&gt;Have a great week&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>opensource</category>
      <category>nextjs</category>
      <category>design</category>
    </item>
    <item>
      <title>My first $90 online</title>
      <dc:creator>Dorian</dc:creator>
      <pubDate>Sun, 22 Dec 2024 16:21:17 +0000</pubDate>
      <link>https://dev.to/dorianb/my-first-90-online-4081</link>
      <guid>https://dev.to/dorianb/my-first-90-online-4081</guid>
      <description>&lt;p&gt;I've seen a lot of peoples launching and sharing app online, but i had never launched an app myself before.&lt;/p&gt;

&lt;p&gt;For the background, recently i had to create a lot of invoices and i didn't want to pay for any products out there, so i build one for myself over few days.&lt;/p&gt;

&lt;p&gt;I focused on a simple and straightforward product with a straightforward UI:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A toolbar with actions (download pdf, discount etc.)&lt;/li&gt;
&lt;li&gt;A form file that represent the invoice&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It worked fine for my case, but i thought of, before sharing a few important features should be added:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Multiples currency&lt;/li&gt;
&lt;li&gt;Templates&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Then, launched it on X/Twitter and done!&lt;/p&gt;

&lt;p&gt;&lt;iframe class="tweet-embed" id="tweet-1866761383775449127-457" src="https://platform.twitter.com/embed/Tweet.html?id=1866761383775449127"&gt;
&lt;/iframe&gt;

  // Detect dark theme
  var iframe = document.getElementById('tweet-1866761383775449127-457');
  if (document.body.className.includes('dark-theme')) {
    iframe.src = "https://platform.twitter.com/embed/Tweet.html?id=1866761383775449127&amp;amp;theme=dark"
  }



&lt;/p&gt;

&lt;p&gt;Eventually after a few days it generated $90 (7 customers) which was quite unexpected. &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%2F546d5czsrett96kw37t8.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%2F546d5czsrett96kw37t8.png" alt="income image" width="534" height="614"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It was a nice experience, and so, i decided to make another app soon!&lt;br&gt;
wish you all the best&lt;/p&gt;

</description>
      <category>saas</category>
      <category>webdev</category>
      <category>showdev</category>
      <category>startup</category>
    </item>
  </channel>
</rss>
