<?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: hanun</title>
    <description>The latest articles on DEV Community by hanun (@hanun_9b2547365f8fff54006).</description>
    <link>https://dev.to/hanun_9b2547365f8fff54006</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%2F3856548%2F04dbf090-a91f-4595-a36d-b435619a5781.png</url>
      <title>DEV Community: hanun</title>
      <link>https://dev.to/hanun_9b2547365f8fff54006</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hanun_9b2547365f8fff54006"/>
    <language>en</language>
    <item>
      <title>I built a platform that aggregates 30+ IT news sources so you don't have to check them all</title>
      <dc:creator>hanun</dc:creator>
      <pubDate>Thu, 02 Apr 2026 00:54:08 +0000</pubDate>
      <link>https://dev.to/hanun_9b2547365f8fff54006/i-built-a-platform-that-aggregates-30-it-news-sources-so-you-dont-have-to-check-them-all-4mok</link>
      <guid>https://dev.to/hanun_9b2547365f8fff54006/i-built-a-platform-that-aggregates-30-it-news-sources-so-you-dont-have-to-check-them-all-4mok</guid>
      <description>&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%2F8o8mjfjfcjrh952omqm5.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%2F8o8mjfjfcjrh952omqm5.png" alt=" " width="800" height="679"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  🤔 The Problem
&lt;/h2&gt;

&lt;p&gt;As a developer in Korea, I was spending way too much time every morning visiting:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Korean tech blogs (Kakao, Toss, Woowa Brothers, Naver, Line)&lt;/li&gt;
&lt;li&gt;IT news sites (ZDNet Korea, IT Donga, Digital Times)&lt;/li&gt;
&lt;li&gt;International tech outlets&lt;/li&gt;
&lt;li&gt;YouTube tech channels&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I wanted &lt;strong&gt;one place&lt;/strong&gt; to read everything. So I built it.&lt;/p&gt;

&lt;h2&gt;
  
  
  🚀 Introducing 한눈IT (HanunIT)
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;한눈IT&lt;/strong&gt; means "IT at a glance" in Korean. It's a content aggregation platform that collects, summarizes, and serves the latest IT articles and videos in a clean reading experience.&lt;/p&gt;

&lt;p&gt;🔗 &lt;a href="https://hanun-it.com" rel="noopener noreferrer"&gt;hanun-it.com&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  ✨ Key Features
&lt;/h2&gt;

&lt;h3&gt;
  
  
  📰 Article Aggregation
&lt;/h3&gt;

&lt;p&gt;Continuously collects articles from 30+ sources via RSS feeds. New content flows in throughout the day — no manual curation needed.&lt;/p&gt;

&lt;h3&gt;
  
  
  📝 AI-Powered Summaries
&lt;/h3&gt;

&lt;p&gt;Every article comes with a concise summary. Scan dozens of articles in minutes and deep-dive only into what matters to you.&lt;/p&gt;

&lt;h3&gt;
  
  
  🌐 Translated Articles
&lt;/h3&gt;

&lt;p&gt;International tech articles are auto-translated into Korean, bridging the language gap for Korean-speaking developers.&lt;/p&gt;

&lt;h3&gt;
  
  
  🎬 Tech Video Curation
&lt;/h3&gt;

&lt;p&gt;Not just text — curated YouTube tech videos are collected alongside written articles. Switch between reading and watching depending on your mood.&lt;/p&gt;

&lt;h3&gt;
  
  
  💬 Community Features
&lt;/h3&gt;

&lt;p&gt;Comment on articles, like your favorites, and join discussions with other developers.&lt;/p&gt;

&lt;h3&gt;
  
  
  📧 Newsletter
&lt;/h3&gt;

&lt;p&gt;Subscribe to a weekly digest and get the best articles delivered to your inbox.&lt;/p&gt;

&lt;h2&gt;
  
  
  🛠️ Tech Stack
&lt;/h2&gt;

&lt;p&gt;Here's what's under the hood:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Layer&lt;/th&gt;
&lt;th&gt;Tech&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Framework&lt;/td&gt;
&lt;td&gt;Next.js 15 (App Router, Turbopack)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Language&lt;/td&gt;
&lt;td&gt;TypeScript&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Database&lt;/td&gt;
&lt;td&gt;Supabase (PostgreSQL + RLS)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Auth&lt;/td&gt;
&lt;td&gt;Supabase Auth&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;State&lt;/td&gt;
&lt;td&gt;TanStack Query + Zustand&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Styling&lt;/td&gt;
&lt;td&gt;Tailwind CSS + Shadcn UI&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Deployment&lt;/td&gt;
&lt;td&gt;Vercel&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Analytics&lt;/td&gt;
&lt;td&gt;Vercel Analytics&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  📐 Architecture Highlights
&lt;/h2&gt;

&lt;p&gt;A few technical decisions I'm happy with:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Server-side rendering with caching&lt;/strong&gt; — Article pages use &lt;code&gt;revalidate = 300&lt;/code&gt; for ISR. API routes return &lt;code&gt;s-maxage=300, stale-while-revalidate=600&lt;/code&gt; headers. Fast initial loads without hitting the DB every time.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Parallel data fetching&lt;/strong&gt; — Article detail pages fire multiple Supabase queries with &lt;code&gt;Promise.allSettled&lt;/code&gt; instead of sequential awaits. Shaved ~40% off load times.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Smart client caching&lt;/strong&gt; — TanStack Query with 5-minute stale time and 30-minute GC. Users navigating between pages almost never see a loading spinner.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Per-request deduplication&lt;/strong&gt; — Used &lt;code&gt;React.cache()&lt;/code&gt; for article fetches in server components, so &lt;code&gt;generateMetadata&lt;/code&gt; and the page component share the same data without duplicate DB calls.&lt;/p&gt;

&lt;h2&gt;
  
  
  📸 Screenshots
&lt;/h2&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%2Fw8aqr0x1hrs4n5g84yl1.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%2Fw8aqr0x1hrs4n5g84yl1.png" alt=" " width="800" height="566"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  🤷 What I Learned
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;RSS feeds are messy&lt;/strong&gt; — Every source has a slightly different format. Spent more time on parsing edge cases than I expected.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Supabase RLS is powerful but tricky&lt;/strong&gt; — Row Level Security policies need careful planning upfront. Debugging permission errors is not fun.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Next.js 15 App Router is great&lt;/strong&gt; — Server components + streaming + ISR is a solid combo for content-heavy sites.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  🙏 Feedback Welcome
&lt;/h2&gt;

&lt;p&gt;I'd love to hear:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What IT sources would you want to see added?&lt;/li&gt;
&lt;li&gt;Any UX improvements you'd suggest?&lt;/li&gt;
&lt;li&gt;Would you use something like this for your local tech ecosystem?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Thanks for reading! Drop a comment or visit &lt;a href="https://hanun-it.com" rel="noopener noreferrer"&gt;hanun-it.com&lt;/a&gt; to check it out.&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>showdev</category>
      <category>sideprojects</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
