<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[StarNumber]]></title><description><![CDATA[I never have bugs, I just develop random features, once said the bug in binary]]></description><link>https://starnumber.is-a.dev</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Apr 2026 19:16:24 GMT</lastBuildDate><atom:link href="https://starnumber.is-a.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[My experience with TailwindCSS]]></title><description><![CDATA[When I started writing HTML, my website looked something like this

with some iframe embeds placed randomly (I was proud of it). I've then learnt css and my webistes started to be more art pieces than markup. one day, I had the idea to start using bo...]]></description><link>https://starnumber.is-a.dev/my-experience-with-tailwindcss</link><guid isPermaLink="true">https://starnumber.is-a.dev/my-experience-with-tailwindcss</guid><category><![CDATA[Tailwind CSS]]></category><category><![CDATA[Experience ]]></category><dc:creator><![CDATA[StarNumber]]></dc:creator><pubDate>Tue, 29 Nov 2022 21:41:11 GMT</pubDate><content:encoded><![CDATA[<p>When I started writing HTML, my website looked something like this
<img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1669757612024/3dekb50Q9.png" alt="image.png" />
with some iframe embeds placed randomly (I was proud of it). I've then learnt css and my webistes started to be more art pieces than markup. one day, I had the idea to start using bootstrap and I liked it (for 22 minutes, yes, this is the real time...). After realizing I couldn't bother using bootstrap to create websites, I started learning the fundamentals of responsive layout and, the first sites I made turned out pretty well. One day, a friend of mine recommended me TailwindCSS: it was still in v1 and I found the configuration pretty annoying, but, the developer experience was the best I've had in a long while. I enjoied using it, until I started learning react and, with tailwind, the components were hard to write (className, I am talking to you) and to read (one million classes, I am talking to you...). I tried using <code>@apply</code> but I found it annoying to use so, after some time, I resorted in using plain css or sass and I like it (maybe because I can copy-paste it from stackoverflow 😳). With this, I am <em>maybe</em> starting to write blog posts (If I have time and I enjoy it).</p>
]]></content:encoded></item></channel></rss>