<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>언어 on wid's blog</title><link>https://wid-blog.github.io/posts/tech/language/</link><description>Recent content in 언어 on wid's blog</description><generator>Hugo</generator><language>ko</language><lastBuildDate>Fri, 05 Apr 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://wid-blog.github.io/posts/tech/language/index.xml" rel="self" type="application/rss+xml"/><item><title>Go Concurrency 모델</title><link>https://wid-blog.github.io/posts/tech/language/go-concurrency-model/</link><pubDate>Fri, 05 Apr 2024 00:00:00 +0000</pubDate><guid>https://wid-blog.github.io/posts/tech/language/go-concurrency-model/</guid><description>Go의 동시성 모델은 CSP를 기반으로 Goroutine과 Channel을 핵심 도구로 제공한다. 각 도구의 동작 원리와 선택 기준을 정리한다.</description></item><item><title>Spring WebFlux 기본 — 논블로킹 I/O와 리액티브 스택</title><link>https://wid-blog.github.io/posts/tech/language/spring-webflux-reactive-stack/</link><pubDate>Mon, 25 Mar 2024 00:00:00 +0000</pubDate><guid>https://wid-blog.github.io/posts/tech/language/spring-webflux-reactive-stack/</guid><description>Spring MVC는 요청당 스레드를 할당한다. I/O 대기가 길어지면 스레드가 묶인다. WebFlux는 이벤트 루프 기반 논블로킹 모델로 이 문제를 해결한다. MVC와의 구조적 차이, Reactor 패턴, 선택 기준을 정리한다.</description></item><item><title>Nest.js 기본 — DI와 Module 시스템</title><link>https://wid-blog.github.io/posts/tech/language/nestjs-di-module-system/</link><pubDate>Mon, 26 Feb 2024 00:00:00 +0000</pubDate><guid>https://wid-blog.github.io/posts/tech/language/nestjs-di-module-system/</guid><description>Nest.js는 Node.js 생태계에서 DI 컨테이너와 Module 시스템을 프레임워크 수준에서 제공한다. IoC, DI, Module, Provider 등 핵심 설계 원칙을 정리한다.</description></item></channel></rss>