<?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: Minseong</title>
    <description>The latest articles on DEV Community by Minseong (@benchpress200).</description>
    <link>https://dev.to/benchpress200</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%2F3118304%2F46c1f98b-a2a4-4b65-8e04-d2cab0e78f1e.jpeg</url>
      <title>DEV Community: Minseong</title>
      <link>https://dev.to/benchpress200</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/benchpress200"/>
    <language>en</language>
    <item>
      <title>WebRTC Tutorial</title>
      <dc:creator>Minseong</dc:creator>
      <pubDate>Sat, 24 May 2025 13:27:17 +0000</pubDate>
      <link>https://dev.to/benchpress200/webrtc-tutorial-f46</link>
      <guid>https://dev.to/benchpress200/webrtc-tutorial-f46</guid>
      <description>&lt;p&gt;If you're curious about how WebRTC works or want to build your own video call feature, I put together a simple tutorial repo that shows everything step by step 🙌&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/BenchPress200/webrtc-tutorial" rel="noopener noreferrer"&gt;🔗 Tutorial Repository&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What it includes:&lt;br&gt;
📡 WebSocket-based signaling&lt;br&gt;
🎥 Peer-to-peer video call using WebRTC&lt;br&gt;
🧩 Custom React hook for WebRTC logic&lt;br&gt;
🔧 Local device selection (mic &amp;amp; camera)&lt;br&gt;
🧪 Easily testable in a local environment (no TURN server needed)&lt;/p&gt;

&lt;p&gt;Built with:&lt;br&gt;
React + TypeScript&lt;br&gt;
Java + Spring Boot (backend signaling)&lt;/p&gt;

&lt;p&gt;This is great for anyone just getting started with WebRTC or looking for a working reference project.&lt;br&gt;
Feel free to check it out, give it a ⭐️ if it helps, and let me know what you think!&lt;/p&gt;

</description>
      <category>webrtc</category>
      <category>springboot</category>
      <category>react</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>api-response: Response Builder for Spring Boot APIs</title>
      <dc:creator>Minseong</dc:creator>
      <pubDate>Sat, 03 May 2025 04:51:41 +0000</pubDate>
      <link>https://dev.to/benchpress200/api-response-response-builder-for-spring-boot-apis-17f8</link>
      <guid>https://dev.to/benchpress200/api-response-response-builder-for-spring-boot-apis-17f8</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/BenchPress200/api-response" rel="noopener noreferrer"&gt;github&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I published my first library to Maven Central!&lt;br&gt;
It’s a small utility I built to standardize API response formats when working with Spring Boot for web applications.&lt;/p&gt;

&lt;p&gt;Although it’s public, I originally created it for my personal use — but if you find it helpful, I’d really appreciate it if you gave the repository a ⭐ and tried it out.&lt;/p&gt;

&lt;p&gt;Thanks so much for reading!&lt;/p&gt;

</description>
      <category>java</category>
      <category>springboot</category>
      <category>spring</category>
      <category>api</category>
    </item>
  </channel>
</rss>
