<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>backend &amp;mdash; Build stuff; Break stuff; Have fun!</title>
    <link>https://barfooz.xyz/tag:backend</link>
    <description>barfooz.xyz</description>
    <pubDate>Wed, 15 Apr 2026 21:41:16 +0000</pubDate>
    <image>
      <url>https://i.snap.as/btoNrLSF.png</url>
      <title>backend &amp;mdash; Build stuff; Break stuff; Have fun!</title>
      <link>https://barfooz.xyz/tag:backend</link>
    </image>
    <item>
      <title>Stack2go</title>
      <link>https://barfooz.xyz/stack2go?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[Over the years, I got used to a specific stack. As a Web Developer, the main use case is creating websites and -apps. In this field, you have plenty of tools to choose from. Which is a blessing and a curse at the same time. 😅&#xA;&#xA;As a base, I use Next.js. Here I enable Typescript + ESLint and Tailwind CSS. Typescript and ESLint are a no-brainer for me. Sadly, Prettier is not in the box. So I install it afterward.&#xA;On vercel.com, Next.js can be easily deployed and you have a good free tier. So you can develop and share a URL with your client, for example.&#xA;&#xA;The next bigger thing is Tailwind CSS. For years, I was using Styled-Components, but was unhappy with it. Then I started my first project with Tailwind CSS and styling made fun again. To let play nicely with React.js, I&#39;ll use tailwind-merge. From their description: Merge Tailwind CSS classes without style conflicts.&#xA;&#xA;To build nice components, there are Radix-UI Primitives. These pair really nice with Tailwind CSS. The biggest win on the Radix-UI Primitives is the react-form, which saves an extra installation of a separate React.js form library.&#xA;&#xA;Every App or Site needs Icons. Here I found Heroicons, from the Tailwind CSS creators. The collection is big enough to get the most out of it. For comparison, the Radix-UI Icons have a nicer look, but they are very basic, and I often didn&#39;t find what I was searching for.&#xA;&#xA;So, Next.js, Tailwind CSS, Radix-UI Primitives and the Heroicons cover the Frontend. Time for the Backend. 🥳&#xA;&#xA;For the Backend, I simply use Supabase. Which covers all my needs. A Database, Authentication, and Storage. That&#39;s it. Nothing more to say. Supabase has also a good free tier and can be self-hosted if needed. 👌&#xA;&#xA;As mentioned before, I use pirsch.io. Web-Analytics from Germany. I like that it is privacy-friendly and that there is no need for cookies. The Standard tier with €6/Months is the only thing in my current Stack2go which is paid. &#xA;&#xA;And that&#39;s it. Have fun with it. 😊&#xA;&#xA;---&#xA;&#xA;31/100 of #100DaysToOffload&#xA;&#xA;#log #stack2go #dev #frontend #backend&#xA;&#xA;a href=&#34;https://remark.as/p/barfooz.xyz/stack2go&#34;Discuss.../a]]&gt;</description>
      <content:encoded><![CDATA[<p>Over the years, I got used to a specific stack. As a Web Developer, the main use case is creating websites and -apps. In this field, you have plenty of tools to choose from. Which is a blessing and a curse at the same time. 😅</p>

<p>As a base, I use <strong><a href="https://nextjs.org/">Next.js</a></strong>. Here I enable Typescript + ESLint and Tailwind CSS. Typescript and ESLint are a no-brainer for me. Sadly, <a href="https://prettier.io/">Prettier</a> is not in the box. So I install it afterward.
On vercel.com, Next.js can be easily deployed and you have a good free tier. So you can develop and share a URL with your client, for example.</p>

<p>The next bigger thing is <strong><a href="https://tailwindcss.com/">Tailwind CSS</a></strong>. For years, I was using Styled-Components, but was unhappy with it. Then I started my first project with Tailwind CSS and styling made fun again. To let play nicely with React.js, I&#39;ll use <strong><a href="https://github.com/dcastil/tailwind-merge">tailwind-merge</a></strong>. From their description: <em>Merge Tailwind CSS classes without style conflicts</em>.</p>

<p>To build nice components, there are <strong><a href="https://www.radix-ui.com/primitives">Radix-UI Primitives</a></strong>. These pair really nice with Tailwind CSS. The biggest win on the Radix-UI Primitives is the <code>react-form</code>, which saves an extra installation of a separate React.js form library.</p>

<p>Every App or Site needs Icons. Here I found <strong><a href="https://heroicons.com/">Heroicons</a></strong>, from the Tailwind CSS creators. The collection is big enough to get the most out of it. For comparison, the <a href="https://www.radix-ui.com/icons">Radix-UI Icons</a> have a nicer look, but they are very basic, and I often didn&#39;t find what I was searching for.</p>

<p>So, Next.js, Tailwind CSS, Radix-UI Primitives and the Heroicons cover the Frontend. Time for the Backend. 🥳</p>

<p>For the Backend, I simply use <strong><a href="https://supabase.com/">Supabase</a></strong>. Which covers all my needs. A Database, Authentication, and Storage. That&#39;s it. Nothing more to say. Supabase has also a good free tier and can be self-hosted if needed. 👌</p>

<p>As mentioned <a href="https://bruegge.dev/add-pirsch-io-tracking-to-write-as">before</a>, I use <strong><a href="https://pirsch.io/">pirsch.io</a></strong>. Web-Analytics from Germany. I like that it is privacy-friendly and that there is no need for cookies. The Standard tier with €6/Months is the only thing in my current Stack2go which is paid.</p>

<p>And that&#39;s it. Have fun with it. 😊</p>

<hr/>

<p>31/100 of <a href="https://barfooz.xyz/tag:100DaysToOffload" class="hashtag"><span>#</span><span class="p-category">100DaysToOffload</span></a></p>

<p><a href="https://barfooz.xyz/tag:log" class="hashtag"><span>#</span><span class="p-category">log</span></a> <a href="https://barfooz.xyz/tag:stack2go" class="hashtag"><span>#</span><span class="p-category">stack2go</span></a> <a href="https://barfooz.xyz/tag:dev" class="hashtag"><span>#</span><span class="p-category">dev</span></a> <a href="https://barfooz.xyz/tag:frontend" class="hashtag"><span>#</span><span class="p-category">frontend</span></a> <a href="https://barfooz.xyz/tag:backend" class="hashtag"><span>#</span><span class="p-category">backend</span></a></p>

<p><a href="https://remark.as/p/barfooz.xyz/stack2go">Discuss...</a></p>
]]></content:encoded>
      <guid>https://barfooz.xyz/stack2go</guid>
      <pubDate>Thu, 27 Jun 2024 20:47:56 +0000</pubDate>
    </item>
  </channel>
</rss>