<?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: tuangsg83</title>
    <description>The latest articles on DEV Community by tuangsg83 (@tuangsg83).</description>
    <link>https://dev.to/tuangsg83</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%2F615562%2Fd0f28235-5d3b-4ba0-9aa1-0309b836988b.png</url>
      <title>DEV Community: tuangsg83</title>
      <link>https://dev.to/tuangsg83</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tuangsg83"/>
    <language>en</language>
    <item>
      <title>Am I on the right track? My self-taught journey with React &amp; TanStack</title>
      <dc:creator>tuangsg83</dc:creator>
      <pubDate>Sun, 26 Apr 2026 14:06:49 +0000</pubDate>
      <link>https://dev.to/tuangsg83/am-i-on-the-right-track-my-self-taught-journey-with-react-tanstack-1b51</link>
      <guid>https://dev.to/tuangsg83/am-i-on-the-right-track-my-self-taught-journey-with-react-tanstack-1b51</guid>
      <description>&lt;p&gt;Hi Dev Community! 👋&lt;/p&gt;

&lt;p&gt;I’m currently pushing myself through a rigorous journey to become a Full-stack Developer. I wanted to share my current learning workflow and get some "reality checks" from the experienced devs here.&lt;/p&gt;

&lt;p&gt;🏗️ My Current Stack&lt;br&gt;
Bundler: Vite (Lightning fast! ⚡)&lt;/p&gt;

&lt;p&gt;Core: React&lt;/p&gt;

&lt;p&gt;Data Fetching: TanStack Query&lt;/p&gt;

&lt;p&gt;Routing: TanStack Router&lt;/p&gt;

&lt;p&gt;Styling: Tailwind CSS&lt;/p&gt;

&lt;p&gt;🧠 My Learning Strategy&lt;br&gt;
I’ve moved away from "Tutorial Hell" and adopted this workflow:&lt;/p&gt;

&lt;p&gt;[Concepts &amp;gt; Copying] 💡&lt;br&gt;
Instead of coding along with a video, I watch to understand the logic. Then, I close the video and try to implement it in my own project—a Document Management System (DMS).&lt;/p&gt;

&lt;p&gt;[Real-world Application] 🛠️&lt;br&gt;
I don't build the tutorial's project. I adapt the lessons to my DMS project requirements. If it’s not modern or up-to-date, I dig into the docs to find the latest way to do it.&lt;/p&gt;

&lt;p&gt;[AI as a Peer Reviewer] 🤖&lt;br&gt;
I use AI to:&lt;/p&gt;

&lt;p&gt;Summarize complex topics that still feel "cloudy."&lt;/p&gt;

&lt;p&gt;Review my snippets for potential bugs or better ways to refactor.&lt;/p&gt;

&lt;p&gt;Explain "Why" a certain pattern is better than another.&lt;/p&gt;

&lt;p&gt;❓ Questions for the Experts&lt;br&gt;
"Is this approach effective, or am I missing something crucial?"&lt;/p&gt;

&lt;p&gt;Retention: Is building a completely different project while learning a specific course a good way to keep knowledge, or does it slow down progress too much?&lt;/p&gt;

&lt;p&gt;The AI Trap: What should I watch out for when using AI for code reviews so I don't become too dependent on it?&lt;/p&gt;

&lt;p&gt;Roadmap Advice: After getting comfortable with TanStack Query/Router, what should be my next logical step for a DMS-style project? (Auth? Complex Forms? Drag &amp;amp; Drop?)&lt;/p&gt;

&lt;p&gt;Current Progress:&lt;/p&gt;

&lt;p&gt;[x] Modern JavaScript Fundamentals&lt;/p&gt;

&lt;p&gt;[x] Tailwind CSS from scratch&lt;/p&gt;

&lt;p&gt;[ ] React Deep Dive (In Progress...)&lt;/p&gt;

&lt;p&gt;[ ] Next.js (Upcoming)&lt;/p&gt;

&lt;p&gt;I’m working hard every single day to make this career transition. Any feedback, encouragement, or "tough love" advice is welcome!&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>discuss</category>
      <category>learning</category>
      <category>react</category>
    </item>
    <item>
      <title>Responsive Pricing Card UI with HTML &amp; CSS</title>
      <dc:creator>tuangsg83</dc:creator>
      <pubDate>Sun, 08 Jun 2025 15:25:34 +0000</pubDate>
      <link>https://dev.to/tuangsg83/responsive-pricing-card-ui-with-html-css-jio</link>
      <guid>https://dev.to/tuangsg83/responsive-pricing-card-ui-with-html-css-jio</guid>
      <description>&lt;p&gt;I've been working on a responsive pricing card UI as part of a daily UI challenge, and I'd love to get some fresh eyes and constructive feedback on my HTML and CSS. My main goals were to create a clean, responsive layout and practice my CSS skills, including responsiveness with media queries.&lt;/p&gt;

&lt;p&gt;I'm open to all feedback, but I'm particularly interested in hearing your thoughts on best practices, efficiency, and anything that could make the code more robust or maintainable.&lt;/p&gt;

&lt;p&gt;Project Details:&lt;br&gt;
Goal: Create a responsive pricing card section for a website.&lt;br&gt;
Technologies Used: HTML5, CSS3 (with Google Fonts: Montserrat).&lt;br&gt;
Features:&lt;br&gt;
Responsive layout adapts to different screen sizes.&lt;br&gt;
Hover effect on pricing cards.&lt;br&gt;
Basic tab design for "Monthly" and "Annually" (though functionality is not implemented yet).&lt;br&gt;
Here's the live preview: &lt;a href="https://tuapuan83.github.io/daily-ui-pricing-plan/" rel="noopener noreferrer"&gt;https://tuapuan83.github.io/daily-ui-pricing-plan/&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Stuck coding</title>
      <dc:creator>tuangsg83</dc:creator>
      <pubDate>Sat, 17 Apr 2021 07:02:57 +0000</pubDate>
      <link>https://dev.to/tuangsg83/stuck-coding-28md</link>
      <guid>https://dev.to/tuangsg83/stuck-coding-28md</guid>
      <description>&lt;p&gt;I'm newbie for frontend. After i finished the online course i still know nothing when i try to do challenge coding. Example i try to code a css blog card but it stuck. What should i do?? Please give me some advice. Thanks&lt;/p&gt;

</description>
    </item>
    <item>
      <title>I wan to be a web developer so please recommand the best web developement course for me ?</title>
      <dc:creator>tuangsg83</dc:creator>
      <pubDate>Fri, 16 Apr 2021 15:08:42 +0000</pubDate>
      <link>https://dev.to/tuangsg83/please-recommand-the-best-web-developement-course-for-2021-2ka</link>
      <guid>https://dev.to/tuangsg83/please-recommand-the-best-web-developement-course-for-2021-2ka</guid>
      <description></description>
    </item>
  </channel>
</rss>
