블로그 전체 글목록 (42)
방문자수 0
에이전틱 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 [ASP.Net] Adding JWT Authentication to Swagger in .NET
Feb, 2025조회수 0단어수 34 Table of Contents Overview Implementation Overview To enable JWT authentication in Swagger for your .NET application, add the following code to your project. Implementation Add the following code to configure Swagger with JWT authentication:태그#Swagger#JWT Authentication#.NET#API Security#Bearer Token

