<?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: Abderahman Yasser</title>
    <description>The latest articles on DEV Community by Abderahman Yasser (@abderahman_yasser_c4c4f6b).</description>
    <link>https://dev.to/abderahman_yasser_c4c4f6b</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%2F3555579%2F1de493a4-8996-462d-9be8-f82457884b20.jpg</url>
      <title>DEV Community: Abderahman Yasser</title>
      <link>https://dev.to/abderahman_yasser_c4c4f6b</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/abderahman_yasser_c4c4f6b"/>
    <language>en</language>
    <item>
      <title>"Tailwind vs Bootstrap for Modern UI — A Developer’s Perspective"</title>
      <dc:creator>Abderahman Yasser</dc:creator>
      <pubDate>Mon, 13 Oct 2025 17:13:14 +0000</pubDate>
      <link>https://dev.to/abderahman_yasser_c4c4f6b/tailwind-vs-bootstrap-for-modern-ui-a-developers-perspective-4d4i</link>
      <guid>https://dev.to/abderahman_yasser_c4c4f6b/tailwind-vs-bootstrap-for-modern-ui-a-developers-perspective-4d4i</guid>
      <description>&lt;h2&gt;
  
  
  👋 Introduction
&lt;/h2&gt;

&lt;p&gt;As a frontend developer, I’ve had the chance to work with both &lt;strong&gt;Bootstrap&lt;/strong&gt; and &lt;strong&gt;Tailwind CSS&lt;/strong&gt; in different projects.&lt;br&gt;&lt;br&gt;
Each one helped me build interfaces faster — but in very different ways.&lt;/p&gt;

&lt;p&gt;In this article, I’ll share my personal experience and what I learned about &lt;strong&gt;how each framework fits into modern UI development&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  🎨 The Bootstrap Experience
&lt;/h2&gt;

&lt;p&gt;Bootstrap was one of the first tools I used when learning frontend development.&lt;br&gt;&lt;br&gt;
It gave me a quick and easy way to create professional-looking layouts without worrying too much about custom design.&lt;/p&gt;

&lt;h3&gt;
  
  
  ✅ What I liked
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Ready-made components:&lt;/strong&gt; Buttons, forms, modals — everything is there.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Consistent design:&lt;/strong&gt; Everything looks clean and uniform.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Fast prototyping:&lt;/strong&gt; Perfect for quick MVPs or admin dashboards.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  ⚠️ The limitations
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Design feels repetitive:&lt;/strong&gt; After a while, all Bootstrap projects start to look similar.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Harder customization:&lt;/strong&gt; Overriding styles can become messy with all the &lt;code&gt;!important&lt;/code&gt; rules.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Dependency on classes:&lt;/strong&gt; You rely heavily on predefined class names, which can feel restrictive.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  ⚡ The Tailwind Experience
&lt;/h2&gt;

&lt;p&gt;When I first switched to &lt;strong&gt;Tailwind CSS&lt;/strong&gt;, it felt completely different.&lt;br&gt;&lt;br&gt;
Instead of using pre-built components, Tailwind gives you &lt;strong&gt;utility classes&lt;/strong&gt; to build any design you want — from scratch.&lt;/p&gt;

&lt;h3&gt;
  
  
  ✅ What I liked
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Full control over design:&lt;/strong&gt; You’re free to create unique, modern UIs.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Faster once you get used to it:&lt;/strong&gt; Utility-first styling keeps you inside your HTML, which speeds up the workflow.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Modern design system:&lt;/strong&gt; Tailwind feels made for today’s UI trends — minimal, clean, and responsive.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  ⚠️ The learning curve
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Can look messy at first:&lt;/strong&gt; Writing many small classes in HTML feels strange in the beginning.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No prebuilt components:&lt;/strong&gt; You have to build or install your own design system.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Requires design sense:&lt;/strong&gt; Tailwind gives you freedom — but that also means responsibility for design decisions.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  💭 My Personal Take
&lt;/h2&gt;

&lt;p&gt;For me, &lt;strong&gt;Bootstrap&lt;/strong&gt; is great when you want &lt;strong&gt;speed and structure&lt;/strong&gt;,&lt;br&gt;&lt;br&gt;
but &lt;strong&gt;Tailwind&lt;/strong&gt; shines when you care about &lt;strong&gt;custom design and modern UI&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;If I’m building something fast (like an internal dashboard or prototype), I’d probably go with &lt;strong&gt;Bootstrap&lt;/strong&gt;.&lt;br&gt;&lt;br&gt;
But for a real-world product or e-commerce project that needs a &lt;strong&gt;unique look&lt;/strong&gt;, I’d choose &lt;strong&gt;Tailwind&lt;/strong&gt; every time.&lt;/p&gt;




&lt;h2&gt;
  
  
  🚀 Final Thoughts
&lt;/h2&gt;

&lt;p&gt;Both frameworks are amazing — it’s not about which one is “better,”&lt;br&gt;&lt;br&gt;
but &lt;strong&gt;which one fits your project and design goals&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;If you’re just starting out, use Bootstrap to learn structure and layout.&lt;br&gt;&lt;br&gt;
Once you’re comfortable, move to Tailwind and unleash your creativity.&lt;/p&gt;




&lt;p&gt;🧑‍💻 &lt;em&gt;Written by &lt;a href="https://www.linkedin.com/in/abdelrahman-yasser-b975722a4/" rel="noopener noreferrer"&gt;Abdelrahman Yaser&lt;/a&gt;&lt;/em&gt;&lt;br&gt;&lt;br&gt;
Frontend Developer | Learning Angular, TypeScript, and modern web technologies&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>bootstrap</category>
      <category>tailwindcss</category>
    </item>
    <item>
      <title>"How I Built My First Angular Component: LoginFormComponent"</title>
      <dc:creator>Abderahman Yasser</dc:creator>
      <pubDate>Thu, 09 Oct 2025 08:56:43 +0000</pubDate>
      <link>https://dev.to/abderahman_yasser_c4c4f6b/how-i-built-my-first-angular-component-loginformcomponent-aib</link>
      <guid>https://dev.to/abderahman_yasser_c4c4f6b/how-i-built-my-first-angular-component-loginformcomponent-aib</guid>
      <description>&lt;h2&gt;
  
  
  👋 Introduction
&lt;/h2&gt;

&lt;p&gt;When I first started learning Angular, building my own component felt like a big challenge.&lt;br&gt;&lt;br&gt;
I had watched tutorials and read documentation, but I wasn’t sure if I could really build something by myself.  &lt;/p&gt;

&lt;p&gt;So, I decided to take the first step and create my very first Angular component — &lt;strong&gt;LoginFormComponent&lt;/strong&gt;.&lt;br&gt;&lt;br&gt;
It turned out to be one of the best learning experiences I’ve had so far.&lt;/p&gt;




&lt;h2&gt;
  
  
  ⚙️ What the Component Does
&lt;/h2&gt;

&lt;p&gt;The idea behind &lt;strong&gt;LoginFormComponent&lt;/strong&gt; was simple but practical.&lt;br&gt;&lt;br&gt;
It’s a login form that allows the user to enter their credentials, sends the data to an API, and then redirects them to the homepage after a successful login.  &lt;/p&gt;

&lt;p&gt;This component is part of a &lt;strong&gt;training e-commerce project&lt;/strong&gt; I’ve been working on to strengthen my frontend skills.&lt;/p&gt;




&lt;h2&gt;
  
  
  🛠️ Tools &amp;amp; Technologies
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Framework:&lt;/strong&gt; Angular 19
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Styling:&lt;/strong&gt; Bootstrap
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Purpose:&lt;/strong&gt; Training &amp;amp; skill-building on an e-commerce project
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  💡 What I Learned While Building It
&lt;/h2&gt;

&lt;p&gt;The process wasn’t smooth from the start — I faced some real challenges:  &lt;/p&gt;

&lt;h3&gt;
  
  
  1. Data Binding
&lt;/h3&gt;

&lt;p&gt;Understanding how to connect the form inputs to the TypeScript code was tricky at first.&lt;br&gt;&lt;br&gt;
I had to review concepts like &lt;code&gt;[(ngModel)]&lt;/code&gt; and reactive forms to make the data flow work properly.  &lt;/p&gt;

&lt;h3&gt;
  
  
  2. Routing
&lt;/h3&gt;

&lt;p&gt;After the login, I wanted to switch users to the homepage.&lt;br&gt;&lt;br&gt;
Learning how Angular’s &lt;code&gt;Router&lt;/code&gt; works and how to navigate between components gave me a much deeper understanding of how full apps are structured.&lt;/p&gt;




&lt;h2&gt;
  
  
  🚀 The Breakthrough Moment
&lt;/h2&gt;

&lt;p&gt;Once I finally saw the form working — sending data to the API and redirecting to the homepage — I felt something click.&lt;br&gt;&lt;br&gt;
That’s when I realized:  &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“I can actually build things on my own, even if I don’t remember everything perfectly.”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;It taught me that programming isn’t about memorizing every command — it’s about &lt;strong&gt;understanding the logic&lt;/strong&gt; and &lt;strong&gt;knowing how to find your way back&lt;/strong&gt; when you get stuck.&lt;/p&gt;




&lt;h2&gt;
  
  
  🧭 Final Thoughts
&lt;/h2&gt;

&lt;p&gt;Finishing this component made me feel confident.&lt;br&gt;&lt;br&gt;
I understood many concepts better, but more importantly, I overcame the fear of starting something alone.  &lt;/p&gt;

&lt;p&gt;Now, whenever I forget how to do something, I just look it up, re-learn it, and build again.  &lt;/p&gt;

&lt;p&gt;If you’re learning Angular (or any new technology), don’t wait until you “know everything.”&lt;br&gt;&lt;br&gt;
Just start building. You’ll be surprised how much you can actually do.&lt;/p&gt;




&lt;p&gt;🧑‍💻 &lt;em&gt;Written by [Abdelrahman Yaser(&lt;a href="https://www.linkedin.com/in/abdelrahman-yasser-b975722a4/" rel="noopener noreferrer"&gt;https://www.linkedin.com/in/abdelrahman-yasser-b975722a4/&lt;/a&gt;)&lt;/em&gt;&lt;br&gt;&lt;br&gt;
Frontend Developer | Learning Angular, TypeScript, and modern web technologies  &lt;/p&gt;

</description>
      <category>programming</category>
      <category>javascript</category>
      <category>frontend</category>
      <category>typescript</category>
    </item>
  </channel>
</rss>
