묻고 답해요
167만명의 커뮤니티!! 함께 토론해봐요.
인프런 TOP Writers
-
미해결클로드 코드 완벽 마스터: AI 개발 워크플로우 기초부터 실전까지
git 첫번째 강의 궁금한점이 있습니다.
git 첫번째 강의 궁금한게 있습니다. 프로젝트 초기화 main 이라는 글씨가 안뜨고오른쪽 마우스를 클릭하면 저는 왜 체크아웃이 안뜨고 체크아웃(분리됨)만 뜰가요..
-
해결됨[Rookiss R&D Lab] UE5 Framework Insight (Liu)
Pawn이 소유하고 있는 이라는 말씀이 잘 이해가 되지 않습니다.
안녕하세요.카메라 타겟 설정과 폰의 입력 과정을 보면서말씀하시는 Pawn이 소유하고 있는 Camera가 잘 이해가 되지 않습니다. 코드를 봤을 때 이해가 되는 방향은 PlayerController가 가지고 있는 PlayerCameraManager에게 Target으로 세팅할 Actor(Possess되는 Pawn)을 넘겨주어 해당 촬영할 Target으로 지정하는 것 같습니다. 어느 부분에서 제가 놓친지 알려주시면 감사하겠습니다.
-
미해결김영한의 실전 데이터베이스 - 설계 2편, 실무에서 반드시 마주치는 9가지 설계 패턴
DELETE -> SELECT 질문 드립니다.
안녕하세요 단건데이터(ex: 로그) 처리의 경우에는 크게 고민하지 않고 MERGE를 사용하여 처리하고 있습니다. 하지만 10~20건 이상의 데이터셋이 들어오는 경우에는 어떤 방식으로 처리하는 것이 더 적절한지 고민이 되어 질문드립니다. 데이터 DELETE -> INSERT 2번의 쿼리 수행(또는 BEGIN으로 1번에 수행) 데이터 STATE (I, U, D 등)를 활용하는 방식 화면에서 데이터에 INSERT / UPDATE / DELETE 상태값을 기반으로 서버에서 DELETE 1회, INSERT 1회, UPDATE N회를 수행실무에서는 작업 공수 문제로 1번 방식(DELETE -> INSERT)을 선택하는 경우가 많았습니다. 다만 이 방법을 사용하면서 DELETE로 인해 발생하는 DB 블록 낭비기존 데이터의 CREATE_DATE가 유지되지 않아 UPDATE_DATE와 의미 차이가 사라지는 문제데이터 관리, 유지보수, 성능 측면에서 어떤 방식이 더 바람직한 선택인지 궁금합니다.
-
미해결코드 5줄의 마법, 5줄 머신러닝 PyCaret: 데이터 분석 프로젝트에 AutoML 날개 달기
pycaret 인코딩 버그 있는 것 같네요
pycaret 인코딩 버그가 있는 건지 강사님과 전혀 다른 결론이 나오길래 확인하니 get_config('X_train') 로 확인하여도 데이터가 변환되지 않는 이슈가 있는 것 같습니다. 혹시 pycaret project 하시는 분들도 프로젝트를 버렸다는 말이 나오는데,, 사실이라면 빨리 말씀주시면 다른 공부를 시작할 수 있을 것 같습니다..
-
미해결코드 5줄의 마법, 5줄 머신러닝 PyCaret: 데이터 분석 프로젝트에 AutoML 날개 달기
pycaret 인코딩 버그 있는 것 같네요
pycaret 인코딩 버그가 있는 건지 강사님과 전혀 다른 결론이 나오길래 확인하니 get_config('X_train') 로 확인하여도 데이터가 변환되지 않는 이슈가 있는 것 같습니다. 혹시 pycaret project 하시는 분들도 프로젝트를 버렸다는 말이 나오는데,, 사실이라면 빨리 말씀주시면 다른 공부를 시작할 수 있을 것 같습니다..
-
미해결코드를 치지 마라 - 설계하고, 시키고, 검증하라 (Claude Code 워크플로우)
인터뷰 패턴으로 질문을 유도할때 궁금한게 있어요
인터뷰 패턴으로 클로드와 대화를 할때, 클로드가 선택지를 주잖아요. 근데 원하는 선택지가 없을 경우엔 어떻게 해야하나요? type something 누르고 원하는 걸 말하면 되는 걸까요??
-
해결됨즐거운 블렌더 - 아이소메트릭 하우스
symmetry 기능 오류?
19:20 선생님,symmetry x를 켜고 진행했을 때 왼쪽 면이 움직이지 않습니다 ㅠㅠ. 오리진을 옮기고 해봐도 안되고, 오브젝트 위치값도 로케이션 뺴고는 어플라이되어있어서 기본값인데 프로그램을 껐다켜도 안되어 질문드립니다 무엇을 잘못했을까요?
-
해결됨한 입 크기로 잘라먹는 React.js 실전 프로젝트 - SNS 편
[(2.4) Shadcn/ui를 소개합니다] 강의 Shadcn 세팅 관련 질문 있습니다.
안녕하세요 강의 잘 듣고 있습니다정환님 강의 하셨을 때랑 지금 공식 문서 설치 방법이 달라진 것 같은데 지금 공식문서대로 진행해도 tsconfig.app.json파일과 tsconfig.json파일에 경로 별칭 옵션이 적용이 되는건가요?아니면 강의 보고 그대로 세팅하면 될까요https://ui.shadcn.com/docs/installation/vite
-
해결됨빠르게 배우는 Spring Cloud 기초(MSA)
프로젝트 환경세팅 파일 왜 안보일까요...
강의 관리가 안된느 것 같아 아쉽습니다.신속하게 답변 부탁드립니다..
-
미해결얄코의 떠먹여주는 객체지향 디자인 패턴
강의 순서에 대한 궁금증
안녕하세요 얄코님객체지향 프로그래밍 섹션 수강 후 디자인 패턴 섹션을 수강하려 하는데 notion의 샘플 코드를 보면Creational PatternsStructural PatternsBehavioral Patterns으로 분류하여 나열해놓으셨는데, 강의 순서는 위의 분류와 상관없이 나열되어 있더라구요.강의 순서에 의도가 있을까요?별다른 의도가 없는 경우 위에서 분류된 패턴별로 강의를 들어볼까 하여 질문드립니다.
-
미해결데이터 드리븐 그로스 마케팅 - 고객 중심의 문제 해결력 업그레이드
강의 자료 부탁드립니다!
안녕하세요!링크드인에서 글로만 접했던 내용을 강의를 통해 더 깊이 이해할 수 있었던 것 같습니다. 강의를 들으면서 그로스에 대한 관점과 인사이트를 많이 얻어갈 수 있었습니다. 좋은 강의 감사합니다!추가로 더 깊이 있게 공부해보고 싶어 강의 교안과 함께 2025년에 진행하신 하이파이브 컨퍼런스 관련 자료도 받아볼 수 있을까요?가능하시다면 아래 메일로 전달해주시면 감사하겠습니다.pyhonic@gmail.com
-
미해결클로드 코드 완벽 마스터: AI 개발 워크플로우 기초부터 실전까지
미션7에 이전 섹션에서 만든 나만의 프로필 웹사이트를 Git으로 관리하고 GitHub에 업로드하여 공유 가능한 포트폴리오로 만듭니다. < -- 어디에 있나요?
미션7에 이전 섹션에서 만든 나만의 프로필 웹사이트를 Git으로 관리하고 GitHub에 업로드하여 공유 가능한 포트폴리오로 만듭니다. < -- 어디에 있나요?
-
해결됨누구보다 빠르게 배우는 Nginx + Docker + Springboot 서버 무중단 배포
무중단 배포 / 컨테이너 이미지 관리에 주로 어떤 인프라를 활용하시나요?
강의에선 컨테이너 이미지를 DockerHub에 등록해서 사용하셨고,리버스 프록시를 위해 EC2에 Nginx를 띄워서 사용하셨는데요! AWS 인프라를 활용하는 환경이라면 AWS ALB나 AWS ECR을 쓰고, Terraform 같은 IaC 기술을 활용하면 인프라 구축에 필요한 비용을 많이 줄일 수 있을 것 같다는 생각이 들었습니다. 그럼에도 Docker Hub나 Nginx 인프라를 추가하여 사용한다면 어떤 장점이 있는지 궁금합니다.실무에선 주로 인프라 구성을 어떻게 하는지도 궁금합니다!
-
미해결Airflow 완벽 가이드 - Part 1
강사님의 로그포맷과 저의 로그포맷이 차이가 있는것 같습니다.
강사님 로그 포맷저의 로그포맷어떤 부분을 수정해야 할까요?
-
미해결해킹 입문부터 중급까지, 한 번에 배우는 시스템 해킹 & 리버싱
cdecl 에서 내부가 아닌 외부 정리
add esp,0x8을 보고 어떻게 내부가 아닌 함수 외부에서 에필로그가 적히는 건지 이해가 가지 않습니다.
-
미해결Figma MCP × AI로 4시간만에 완성하는 반응형 웹포트폴리오
로고이미지가없는데요..
로고이미지 업로드해주세요
-
미해결바이브코딩과 오픈클로를 통해 월급의 10배 번 기술
네트위파이? 노트에 학습자료 하나도 없네요,,
네트위파이? 노트에 학습자료 하나도 없네요,,
-
해결됨Flutter 앱 개발 실전
수강 기한 연장 요청드려도될까요..
프로젝트 막 끝나서 다 못들었네요... 수강 기한 연장을 요청드려도될까요 ㅠ
-
미해결
Preparing Workflow Automation and Integration for Your DEX-450 Exam
Preparing for the DEX-450 Exam requires a deep understanding of workflow automation and system integration. This certification validates your ability to design, implement, and optimize automated workflows across complex enterprise environments. Professionals aiming for this exam must start with foundational knowledge and gradually progress to advanced integration strategies. Many candidates rely on structured study resources such as Pass4future, which offers practical materials and hands-on labs. Accessing reliable DEX-450 Exam Dumps can also help candidates identify high-yield exam topics and simulate real-world scenarios for better preparation.1. DEX-450 Exam ObjectivesThe DEX-450 exam focuses on testing a professional’s ability to automate business processes and integrate diverse systems efficiently. Key objectives include:Designing and developing workflow automation solutions.Integrating cloud services, on-premises systems, and enterprise applications.Implementing monitoring, error handling, and performance optimization for workflows.Ensuring security and compliance in automated processes.Understanding these objectives is critical because each topic builds upon core automation and integration principles.2. Importance of Workflow Automation FundamentalsBefore tackling advanced integration scenarios, candidates must master the basics of workflow automation. This includes:Understanding triggers and actions that initiate and execute workflows.Learning how to design flows with conditional logic, loops, and parallel tasks.Managing variables and data transformation across systems.A strong foundation ensures that professionals can design reliable workflows that meet enterprise requirements and simplifies learning advanced integration techniques.3. Core Components of Workflow AutomationWorkflow automation relies on several key components:a. Triggers and EventsTriggers detect specific events in systems, such as data updates or service requests, and initiate automated workflows. Understanding the right triggers for each scenario is essential.b. Actions and Task SequencesActions define the operations performed once a workflow is triggered. These can include notifications, data processing, or calling external services.c. Integration ConnectorsIntegration connectors enable workflows to interact with multiple systems, including cloud platforms, on-premises applications, databases, and APIs. Learning connector capabilities is crucial for complex integrations.d. Error Handling and Retry MechanismsEffective workflows must account for failures. Techniques like exception handling, retries, and fallback actions ensure stability in real-world operations.4. Advanced Integration TechniquesDEX-450 candidates must understand how to connect multiple systems and automate cross-platform processes. Key topics include:API-based integrations for enterprise services.Data transformation and mapping between heterogeneous systems.Scheduling and orchestration of complex workflows.Security, authentication, and compliance in integrated workflows.5. Monitoring and OptimizationOnce workflows are deployed, ongoing monitoring is critical. Candidates should focus on:Tracking workflow execution and performance metrics.Identifying and resolving failed workflow tasks.Optimizing workflow design for efficiency and scalability.6. Structured DEX-450 Study StrategyA disciplined study approach improves exam readiness:Start with workflow automation fundamentals.Practice building workflows with different triggers, actions, and connectors.Explore system integration scenarios with real-world examples.Use DEX-450 Exam Dumps to test knowledge and identify weak areas.Review monitoring, error handling, and optimization techniques.Hands-on practice combined with study materials ensures a comprehensive understanding of DEX-450 topics.ConclusionPreparing for the DEX-450 Exam requires mastering both workflow automation and integration principles. Starting with foundational concepts, progressing to advanced integration techniques, and practicing with tools and exam dumps like DEX-450 Exam Dumps equips candidates with the skills needed to succeed. By following a structured study plan, professionals can confidently design, implement, and optimize workflows in modern enterprise environments.
-
해결됨비개발자 4주만에 수익화 서비스 만들기: AI 바이브코딩 웹 + 앱 ALL IN ONE
화면이 안 나옵니다. 소리만 나와요
화면이 안 나옵니다. 소리만 나와요