블로그 전체 글목록 (43)
방문자수 0
Clean Architecture의 Vertical Slice와 Horizontal Slice
Jul, 2026조회수 0단어수 792 목차 Horizontal Slice란 프로젝트가 커지면 생기는 일 Vertical Slice란 둘의 차이 Clean Architecture와 반대일까 Vertical Slice의 진짜 장점 모든 것을 Slice 안에 넣어야 할까 결국은 Layer냐 Feature냐 마무리 Clean Architecture를 처음 접하면 대부분 계층별 폴더부터 만들게 됩니다. 처음에는 꽤 합리적으로 보이지만, 프로젝트가 커지면 이상한 일이 생깁니다. 기능 하나를 고치기 위해 ...태그#Clean Architecture#Vertical Slice#Horizontal Slice#아키텍처#계층형 아키텍처#Feature Folder#CQRS#의존성 방향#C##.NET 에이전틱 AI 시대에 개발자로 살아가기
Jul, 2026조회수 0단어수 669 목차 아직 멀었다고 생각했습니다 뒤집히는 데는 한 주면 충분했습니다 지금의 하루 값이 오른 능력, 값이 내린 능력 그래도 놓으면 안 되는 것 남는 생각 작년 이맘때까지만 해도 저는 AI가 코딩을 대신하는 일은 한참 멀었다고 생각했습니다. 지금은 하루의 대부분을 에이전트와 함께 일합니다. 무엇이 바뀌었는지, 그래서 개발자로서 지금 무슨 일을 하고 있는지 정리해 둡니다. ...태그#AI 에이전트#에이전틱 AI#개발자#Opus 4.5#코딩 에이전트#프롬프팅#설계 결정#일상 [ASP.Net 6] Solving DllNotFoundException Error When Using OpenCVSharp in Docker for Image Processing WebAPI
Feb, 2025조회수 0단어수 181 When using OpenCVSharp to perform image processing in a WebAPI application and building a Docker container, calling the API results in a DllNotFoundException error during the OpenCVSharp function calls. This issue occurs because the container does not have the appropriate OpenCVSharp library binari...태그#OpenCVSharp#Docker#Image Processing#DllNotFoundException#Linux#OpenCV#WebAPI#C##.NET#Dockerfile [ASP.Net] Handling 404 Errors in Angular Web Apps with ASP.NET Core
Feb, 2025조회수 0단어수 104 Table of Contents Introduction The Problem The Solution Code Example Introduction When developing WebAPI servers using ASP.NET Core, it's common to deploy an Angular front-end within the folder. Often, the Angular app handles routing separately, leading to issues when users refre...태그#ASP.NET Core#WebAPI#Angular#Routing#404 Not Found#Redirect [ASP.Net] Fixing ASP.NET Core Windows Service Startup Error in .NET 6
Feb, 2025조회수 0단어수 144 Table of Contents Error Occurrence Checking the Event Log Fixing the Issue Error Occurrence If you encounter an error after building an ASP.NET Core project in .NET 6, registering it as a Windows Service, and starting the service, follow these steps to diagnose and fix the issue. Che...태그#.NET 6#ASP.NET Core#Windows Service#Event Log Viewer#Configuration#ContentRootPath


