Skip to content

Commit 09bda5b

Browse files
committed
chore: add feed.xml
1 parent 0fc9911 commit 09bda5b

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

public/feed.xml

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<rss version="2.0">
3+
<channel>
4+
<title>Eottabom Blog</title>
5+
<link>https://eottabom.github.io</link>
6+
<description>Learnings from a considerate developer</description>
7+
<language>ko</language>
8+
9+
<item>
10+
<title>Spring Data JPA - 새로운 Entity 판별</title>
11+
<link>https://eottabom.github.io/post/jpa-determine-entity-is-new</link>
12+
<guid isPermaLink="true">https://eottabom.github.io/post/jpa-determine-entity-is-new</guid>
13+
<description>How does Spring Data JPA Determine if an Entity is New?</description>
14+
<pubDate>Wed, 30 Apr 2025 00:00:00 GMT</pubDate>
15+
</item>
16+
<item>
17+
<title>도메인 주도 설계의 핵심 개념</title>
18+
<link>https://eottabom.github.io/post/ddd-core-concept</link>
19+
<guid isPermaLink="true">https://eottabom.github.io/post/ddd-core-concept</guid>
20+
<description>Domain-Driven Design Core Concept</description>
21+
<pubDate>Sat, 01 Mar 2025 00:00:00 GMT</pubDate>
22+
</item>
23+
<item>
24+
<title>도메인 주도 설계의 사실과 오해</title>
25+
<link>https://eottabom.github.io/post/ddd-fact-misunderstanding</link>
26+
<guid isPermaLink="true">https://eottabom.github.io/post/ddd-fact-misunderstanding</guid>
27+
<description>Domain-Driven Design Fact and Misunderstanding</description>
28+
<pubDate>Sat, 22 Feb 2025 00:00:00 GMT</pubDate>
29+
</item>
30+
<item>
31+
<title>gRPC 를 도입하는 이유에 대해서 알아보자. (feat. Http 1.0 vs Http 1.1 vs Http 2.0)</title>
32+
<link>https://eottabom.github.io/post/why-using-grpc</link>
33+
<guid isPermaLink="true">https://eottabom.github.io/post/why-using-grpc</guid>
34+
<description>Let's find out the issues with HTTP 1.0, HTTP 1.1, and the benefits of gRPC being introduced into the MSA structure.</description>
35+
<pubDate>Tue, 15 Oct 2024 00:00:00 GMT</pubDate>
36+
</item>
37+
<item>
38+
<title>try-with-resources 를 이용한 자원해제</title>
39+
<link>https://eottabom.github.io/post/try-with-resources</link>
40+
<guid isPermaLink="true">https://eottabom.github.io/post/try-with-resources</guid>
41+
<description>Let’s explore how to manage and release resources using try-with-resources in Java.</description>
42+
<pubDate>Thu, 10 Oct 2024 00:00:00 GMT</pubDate>
43+
</item>
44+
<item>
45+
<title>파일 끝에 개행이 필요한 이유</title>
46+
<link>https://eottabom.github.io/post/why-new-line</link>
47+
<guid isPermaLink="true">https://eottabom.github.io/post/why-new-line</guid>
48+
<description>File dose not end with a newline</description>
49+
<pubDate>Mon, 10 Jun 2024 00:00:00 GMT</pubDate>
50+
</item>
51+
<item>
52+
<title>Clean Code - Comment(주석) 에 대한 가이드</title>
53+
<link>https://eottabom.github.io/post/comments</link>
54+
<guid isPermaLink="true">https://eottabom.github.io/post/comments</guid>
55+
<description>Clean Code - About Comment Guide</description>
56+
<pubDate>Thu, 30 May 2024 00:00:00 GMT</pubDate>
57+
</item>
58+
</channel>
59+
</rss>

0 commit comments

Comments
 (0)