<feed xmlns="http://www.w3.org/2005/Atom"> <id>https://debugjo.github.io/</id><title>DevSight</title><subtitle>Software Engineer / Developer</subtitle> <updated>2026-05-13T00:30:51+09:00</updated> <author> <name>DebugJO</name> <uri>https://debugjo.github.io/</uri> </author><link rel="self" type="application/atom+xml" href="https://debugjo.github.io/feed.xml"/><link rel="alternate" type="text/html" hreflang="en" href="https://debugjo.github.io/"/> <generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator> <rights> © 2026 DebugJO </rights> <icon>/assets/img/favicons/favicon.ico</icon> <logo>/assets/img/favicons/favicon-96x96.png</logo> <entry><title>Dependency Injection using Autofac</title><link href="https://debugjo.github.io/20190923-1/" rel="alternate" type="text/html" title="Dependency Injection using Autofac" /><published>2019-09-23T00:00:00+09:00</published> <updated>2026-05-11T22:10:03+09:00</updated> <id>https://debugjo.github.io/20190923-1/</id> <content type="text/html" src="https://debugjo.github.io/20190923-1/" /> <author> <name>msj</name> </author> <category term="【 C#ㆍ.NETㆍAvalonia 】" /> <category term="C#" /> <summary><div class="content">Autofac is an IoC container for Microsoft .NET. It manages the dependencies between classes so that applications stay easy to change as they grow in size and complexity(GitHub-Autofac 2019). Autof...</div></summary> </entry> <entry><title>Worker Services in .NET Core 3.0</title><link href="https://debugjo.github.io/20190912-1/" rel="alternate" type="text/html" title="Worker Services in .NET Core 3.0" /><published>2019-09-12T00:00:00+09:00</published> <updated>2026-05-11T21:50:07+09:00</updated> <id>https://debugjo.github.io/20190912-1/</id> <content type="text/html" src="https://debugjo.github.io/20190912-1/" /> <author> <name>msj</name> </author> <category term="【 C#ㆍ.NETㆍAvalonia 】" /> <category term=".NET" /> <summary><div class="content">닷넷 코어 3.0 버전에는 Worker Service라 불리는 새로운 template이 추가되었다. 윈도우 서비스 프로그램을 쉽게 작성하게 해준다. 아래의 예제는 닷넷 유튜브 강좌로 유명한 IAmTimCorey가 강의한 내용을 소스 코드 형식으로 정리한 것이다. 사용한 환경은 Visual Studio 2019 16.2.5, .NET Core 3.0 ...</div></summary> </entry> <entry><title>우리에겐 진보보다 자주와 평화가 필요하다</title><link href="https://debugjo.github.io/20181102-1/" rel="alternate" type="text/html" title="우리에겐 진보보다 자주와 평화가 필요하다" /><published>2018-11-02T00:00:00+09:00</published> <updated>2026-05-11T19:53:19+09:00</updated> <id>https://debugjo.github.io/20181102-1/</id> <content type="text/html" src="https://debugjo.github.io/20181102-1/" /> <author> <name>msj</name> </author> <category term="【 Liberal Artsㆍφιλοσοφία 】" /> <category term="Insights" /> <summary><div class="content">세상에는 정치적으로 ‘진보’와 ‘보수’만이 존재하는 것은 아니다. 여기에 어설프게 ‘중도’라는 탈출구를 만들어 무관심도 전체 프레임에 포함한다. 주체적 삶이란 주관적인 내 생각대로만 판단하거나 살아가는 것이 아닌 타인의 합리성을 그대로 인정하고 받아들이는 것을 말한다. 내가 판단하여 인정하는 것이기 때문에 주체적이라 할 수 있다. 세상은 논리적이고...</div></summary> </entry> <entry><title>종교는 졸업하는 것이다</title><link href="https://debugjo.github.io/20181029-1/" rel="alternate" type="text/html" title="종교는 졸업하는 것이다" /><published>2018-10-29T00:00:00+09:00</published> <updated>2026-05-11T19:58:40+09:00</updated> <id>https://debugjo.github.io/20181029-1/</id> <content type="text/html" src="https://debugjo.github.io/20181029-1/" /> <author> <name>msj</name> </author> <category term="【 Liberal Artsㆍφιλοσοφία 】" /> <category term="Philo" /> <summary><div class="content">사람이 나이를 먹어가는 것은 그만큼 성숙해 가는 것이고 그 이전의 상태를 졸업하고 유아기 상태에서 어른이 된다는 것은 나 자신과 공동체에서의 책임과 책무가 따른 것을 말한다. 공자는 사람이 나이 먹음에 따라 지학 ∙ 이립 ∙ 불혹 ∙ 지천명 ∙ 이순 ∙ 종심으로 나누어 그 위치를 설명하였다. 종교적 인간이란 가장 원초적이면서 유아기 상태를 말함이다....</div></summary> </entry> <entry><title>SQL 튜닝 원리와 해법</title><link href="https://debugjo.github.io/20181021-1/" rel="alternate" type="text/html" title="SQL 튜닝 원리와 해법" /><published>2018-10-21T00:00:00+09:00</published> <updated>2026-05-11T17:03:44+09:00</updated> <id>https://debugjo.github.io/20181021-1/</id> <content type="text/html" src="https://debugjo.github.io/20181021-1/" /> <author> <name>msj</name> </author> <category term="【 DatabaseㆍModeling 】" /> <category term="SQL" /> <summary><div class="content">데이터베이스 쿼리의 결과는 ‘1분’과 ‘10분’의 차이는 있지만, 결과는 같다는 함정이 있다. 나의 기준이 ‘3초’ 안에서의 결과를 바란다면 ‘3초’ 이상은 에러라고 생각해야 한다. 1 2 3 4 5 6 7 8 9 10 11 12 13 개발자가 필수로 이해해야만 하는 Database 서적 # 기본 1. 조시형, 친절한 SQL 튜닝, DBian, 2...</div></summary> </entry> <entry><title>비트겐슈타인, 논리철학논고</title><link href="https://debugjo.github.io/20181013-1/" rel="alternate" type="text/html" title="비트겐슈타인, 논리철학논고" /><published>2018-10-13T00:00:00+09:00</published> <updated>2026-05-11T16:57:58+09:00</updated> <id>https://debugjo.github.io/20181013-1/</id> <content type="text/html" src="https://debugjo.github.io/20181013-1/" /> <author> <name>msj</name> </author> <category term="【 Liberal Artsㆍφιλοσοφία 】" /> <category term="Philo" /> <summary><div class="content">세계는 사례인 것 모두이다. 세계는 사실들의 총체이지, 사물들의 총체가 아니다. 세계는 사실들에 의해, 그리고 그것들이 모든 사실임에 의해 결정된다. 대상들은 이름 될 수 있을 뿐이다. 기호들이 그것들을 대표한다. 나는 대상들에 관하여 이야기할 수 있을 뿐, 대상들을 언표(言表)할 수는 없다. 명제는 사물이 어떠한가만을 말할 수 있을 뿐, 그것이 무...</div></summary> </entry> <entry><title>경제학의 정치적 논쟁, 누가 이득을 보는가?</title><link href="https://debugjo.github.io/20181010-1/" rel="alternate" type="text/html" title="경제학의 정치적 논쟁, 누가 이득을 보는가?" /><published>2018-10-10T00:00:00+09:00</published> <updated>2026-05-11T19:56:59+09:00</updated> <id>https://debugjo.github.io/20181010-1/</id> <content type="text/html" src="https://debugjo.github.io/20181010-1/" /> <author> <name>msj</name> </author> <category term="【 Liberal Artsㆍφιλοσοφία 】" /> <category term="Arts" /> <summary><div class="content">누가 이득을 보는가? : 경제학은 정치적 논쟁이다 경제학은 정치적 논쟁이다. 과학이 아니고, 앞으로도 과학이 될 수 없다. 경제학에는 정치적, 도덕적 판단으로부터 자유로는 상태에서 확립될 수 있는 객관적 진실이 존재하지 않는다. 따라서 경제학적 논쟁을 대할 때 우리는 다음과 같은 오래된 질문을 던져야 한다. “Cui bono(누가 이득을 보는가...</div></summary> </entry> <entry><title>공공(公共, Public)</title><link href="https://debugjo.github.io/20181007-1/" rel="alternate" type="text/html" title="공공(公共, Public)" /><published>2018-10-07T00:00:00+09:00</published> <updated>2026-05-11T19:55:38+09:00</updated> <id>https://debugjo.github.io/20181007-1/</id> <content type="text/html" src="https://debugjo.github.io/20181007-1/" /> <author> <name>msj</name> </author> <category term="【 Liberal Artsㆍφιλοσοφία 】" /> <category term="Insights" /> <summary><div class="content">행복은 개인의 몫이지만 불행은 공공이 해결해야 하는 몫이다.</div></summary> </entry> </feed>
