묻고 답해요
158만명의 커뮤니티!! 함께 토론해봐요.
인프런 TOP Writers
-
미해결카프카 완벽 가이드 - 코어편
Cooperative Sticky Rebalancing 질문
안녕하세요.Cooperative Sticky Rebalancing할 때컨슈머 3만 reassign rebalance된다고 하셨습니다.궁금한건 컨슈머 1 2에서 topic A, B / Partion 1 2 각각 총 4개는 유지된다고 하셨는데이떄 poll은 계속 동작하고 있는건지 궁금합니다.즉, 3이 죽고 이걸 새로 붙이는 컨슈머 1 2에 있는 모든 토픽과 모든 파티션에 poll이 정지되나요?아니면 같은 토픽 컨슈머만 정지되나요?(여기선 A P1이 있어고 A에 P3가 붙으므로 P1이 P3를 위한 assign rebalance 때문에 컨슈머 1 A 토픽 poll 전체 정지) reassign rebalance: 부분 할당rebalance: 전체 할당으로 이해하면 되는지도 궁금합니다. 감사합니다.
-
미해결38군데 합격 비법, 2025 코딩테스트 필수 알고리즘
링크드리스트 중간에 삽입 삭제 연산
1. 현재 학습 진도몇 챕터/몇 강을 수강 중이신가요? 3주차어떤 알고리즘을 학습하고 계신가요? 링크드리스트여기까지 이해하신 내용은 무엇인가요? 2. 어려움을 겪는 부분어느 부분에서 막히셨나요?코드의 어떤 로직이 이해가 안 되시나요?어떤 개념이 헷갈리시나요? 노션에서 링크드 리스트 중간에 삽입 삭제가 O(1)이라고 되어있는데 삽입을 특정위치에 하기위해서 get_node()로 순회를 해야하기 때문에 O(N)이 아닌가 궁금합니다. 혹시 놓친 부분이 있는걸까요? 3. 시도해보신 내용문제 해결을 위해 어떤 시도를 해보셨나요?에러가 발생했다면 어떤 에러인가요?현재 작성하신 코드를 공유해주세요 이렇게 구체적으로 알려주시면, 더 정확하고 도움이 되는 답변을 드릴 수 있습니다! 😊
-
미해결초보자도 쉽게 따라하는 블록체인 프로그래밍(코인제작포함)
질문이 있습니다.
26강에서 constructor 과 receive에서 둘 다 msg.sender로 address를 가져오는데constructor 구문에서는 contract가 생성될 때 실행되는 부분이라서 owner의 address이고receive에서는 예약자가 contract에 요청을 보낸 시점이라서 예약자의 address라고 생각하는게 맞을까요?
-
미해결카프카 완벽 가이드 - 코어편
consumer 설정 질문
안녕하세요.Consumer Fetcher관련 주요 파라미터와 Fetcher 메커니즘의 이해 강의 5:03에서 망냑 파티셩니 10개 있으면 최대 10MB 가져올 수 있따이렇게 말씀하셨는데컨슈머를 띄울 때 파티션별로 각 서버마다 따로 뜨게 하시는지한 컨슈머 서버에 여러 파티션을 구독하게 띄우시는지 궁금합니다. 이를 설정하는 기준이 있으신지도 궁금합니다. 제가 카프카를 처음 공부하고 있어서 혹시 질문이 잘못되었다면 알려주시면 감사하겠습니다. 감사합니다.
-
미해결카프카 완벽 가이드 - 코어편
consumer.poll 질문입니다.
안녕하세요.consumer.poll 관련해서 궁금한 점이 생겨 질문드립니다. 일단 가정으로데이터 있으면 기다리지 않고 값을 반환한다고 하셨는데, 이 부분이 이해가 가지 않습니다. 처음에 직관적으로 poll이 데이터를 가져오는 주기라고 생각했습니다.하지만 설명을 듣고 시간을 지정하는게 의미가 있나? 하는 생각이 들었습니다. 그 후 존재 이유를 poll 시간 이유 -> heart beat를 위한 것인가?로 생각했지만heart beat 는 다른 스레드에서 동작하기 때문에 이도 아니라고 생각했습니다. 제 생각으로는 추론할 수 없어서 poll에 시간을 지정하는 이유가 무엇인지 설명해주시면 감사하겠습니다. 그리고, 추가 질문 2개가 더 있습니다.추가 질문 1.카프카는 왜 지연해서 poll하는 기능을 지원하지 않는지 궁금합니다.카프카 철학 때문인건지 아니면 기술적 제한떄문인건지 궁금합니다. 추가 질문 2.heart beat thread는 만약 여러 토픽과 토픽 내에서도 여러 그룹 아이디로 구독하고 있다 했을 때 어떻게 동작을 하는지 궁금합니다. A, B 토픽 존재하고A 토픽에 1 2 3 그룹 아이디 / B 토픽 ㄱ 그룹 아이디 존재한다 했을 때heart beat thread가 3 + 1인 4개 생성되는게 맞는지 궁금합니다. 항상 좋은 강의 감사합니다.
-
미해결비전공자도 이해할 수 있는 AWS 중급/실전 (보안, 가용성편)
bastion-server에서 private Ec2로 접근했을 때 git clone 오류
: Failed to connect to github.com port 443 after 136343 ms: Couldn't connect to servergit clone 받을 때 보안 그룹을 따로 설정해서 처리해야할까요 ???
-
미해결
The Importance of Guided Support in Nursing Assessments
As a result, students frequently turn to academic support systems to help them navigate the challenges of their coursework. Guidance in assessments such as Help with Flexpath Assessment nurs fpx 4055 assessment 4, nurs fpx 4065 assessment 1, and nurs fpx 4015 assessment 3 plays a vital role in ensuring that learners meet academic expectations while building the professional competencies they need for future nursing careers.This article explores why nursing students benefit from support in their assessments, breaks down the requirements of these key assignments, and demonstrates how academic guidance empowers learners to succeed both academically and professionally.The Challenges of Nursing EducationNursing is not a discipline where memorization is enough. Students are expected to:Apply evidence-based practices to patient care.Demonstrate leadership and organizational skills.Communicate effectively with patients, families, and colleagues.Uphold ethical and professional standards.Integrate theory into real-world clinical scenarios.Assessments in nursing programs are designed to test all of these competencies. They require students to analyze case studies, develop care plans, evaluate leadership strategies, and demonstrate reflective practice. For learners who are also managing jobs, families, and other responsibilities, these tasks can feel overwhelming.Why Students Seek SupportMany nursing students are adult learners who are returning to education after years in the workforce. Others are balancing full-time jobs or caregiving responsibilities while completing their studies. This creates several challenges:Time Management – Flexible programs allow students to set their own pace, but without strict deadlines, procrastination and stress are common.Understanding Rubrics – Each assessment comes with detailed requirements that can be difficult to interpret without guidance.Academic Writing Skills – Nursing students must not only master clinical concepts but also present them in clear, scholarly writing.Critical Thinking Expectations – Assessments require analysis and application, not just description.APA Formatting – Proper citation and formatting are required, which many students find challenging.Academic support addresses these issues by giving students clarity, structure, and feedback.Breaking Down Key Assessments1. nurs fpx 4055 assessment 4This assessment typically focuses on complex patient-care case studies. Students may be asked to evaluate a clinical scenario, identify patient needs, and design evidence-based interventions. Success requires:Integrating nursing theory with practical solutions.Demonstrating clinical reasoning.Applying scholarly research.Presenting a clear, structured care plan.Without guidance, students often struggle to balance the theoretical and practical aspects of the assignment. With support, they learn how to connect classroom knowledge with real-world patient care.2. nurs fpx 4065 assessment 1This assessment emphasizes leadership and organizational effectiveness. It challenges students to reflect on their ability to manage healthcare teams, allocate resources, and improve systems. Key elements include:Understanding leadership theories.Applying management strategies.Demonstrating problem-solving in organizational contexts.Writing reflectively yet academically.Support is essential here because many students are unfamiliar with translating leadership experiences into scholarly writing. Guidance helps bridge this gap by showing how to connect personal insights with academic frameworks.3. nurs fpx 4015 assessment 3This assessment deals with foundational nursing knowledge, patient-centered care, and communication skills. It requires students to:Demonstrate understanding of core nursing concepts.Apply theory to practice in clear, concrete ways.Communicate effectively in academic writing.Show cultural competence and ethical awareness.For students early in their nursing education, this assessment sets the tone for future work. Support ensures they begin with strong habits in research, writing, and application.How Support Improves Student SuccessGuided academic support provides several benefits that directly impact student performance:Improved Understanding – Tutors break down complex requirements into manageable steps.Stronger Research Skills – Students learn to identify credible, peer-reviewed sources.Better Organization – Guidance helps learners structure their writing clearly.Higher Confidence – With support, students feel capable of tackling difficult tasks.Long-Term Skill Development – Support builds lasting skills in writing, critical thinking, and professional communication.For example, a student preparing for nurs fpx 4055 assessment 4 might initially feel overwhelmed by the case study format. With guidance, they learn how to identify key patient needs, align interventions with evidence, and structure their paper effectively. The result is not only a stronger assessment but also improved clinical reasoning skills that carry into practice.Ethical Use of SupportSome students worry that seeking help is a form of academic dishonesty. However, ethical academic support is about mentorship, not substitution. Tutors provide feedback, explanations, and strategies—just like clinical mentors in healthcare settings. Students still complete their own work, but they do so with clearer direction and stronger skills.This model mirrors the way nursing works in practice: new nurses learn from experienced colleagues, and collaboration is central to success. In the same way, academic support helps learners build independence while receiving guidance.Real-World Impact of AssessmentsAssessments are not just academic exercises—they prepare students for professional practice.Completing nurs fpx 4055 assessment 4 builds clinical decision-making and care-planning skills.Success in nurs fpx 4065 assessment 1 strengthens leadership abilities and organizational insight.Guidance in nurs fpx 4015 assessment 3 ensures strong foundations in nursing knowledge and communication.These skills directly translate into better patient care, improved teamwork, and stronger healthcare leadership.Student Success StoriesConsider Maria, a full-time nurse and mother of two. She struggled with nurs fpx 4055 assessment 4 because of its detailed patient-care requirements. With guidance, she learned how to integrate research into her care plan. Not only did she pass the assessment, but she also began applying the strategies at work. The Future of Nursing EducationAs healthcare continues to evolve, the demand for competent nurses will only increase. Flexible programs and competency-based pathways will remain popular because they accommodate diverse learners. However, the complexity of assessments will continue to challenge students. Academic support will therefore remain a crucial tool in ensuring success.By embracing guidance, students do more than just pass courses—they build the professional skills and confidence they need to thrive in nursing careers.ConclusionNursing education is demanding, but it is also transformative. Assessments such as nurs fpx 4055 assessment 4, nurs fpx 4065 assessment 1, and nurs fpx 4015 assessment 3 are not obstacles but opportunities to demonstrate growth, apply knowledge, and prepare for real-world nursing challenges. With guided academic support, students gain clarity, confidence, and competence.
-
미해결[취업폭격기] 공공기관 전산직(IT) 취업 준비를 위한 정규과정 (기초~고급)
[문의] 스터디 모집 일정
안녕하세요, 제로미니님. 좋은 강의로 도움 많이 받고 있습니다. 다름이 아니라, 다음 스터디 모집(기초, 필기, 면접 등) 일정에 대해 문의 드립니다.제가 이번 스터디를 못듣게 되어서 아쉬운 마음에 문의 남깁니다.말씀 주시면 다음 기수에 꼭 참여하겠습니다. 감사합니다 :))
-
미해결실전! 스프링 부트와 JPA 활용1 - 웹 애플리케이션 개발
빌드 툴, Gradle
[질문 템플릿]1. 강의 내용과 관련된 질문인가요? 예2. 인프런의 질문 게시판과 자주 하는 질문에 없는 내용인가요? 예3. 질문 잘하기 메뉴얼을 읽어보셨나요? 예[질문 내용]강의 첫 영상에서 build 할 때 Build and run using : GradleRun tests using : Gradle 하셨는데주문서비스Test 돌릴 때 인텔리제이로 돌리면 위 사친 처럼 나오고gradle 로 해서 돌리면 위 사진 처럼 나오는데 강의 영상에선 인텥리제이로 해서 돌리신 것 같은데 인텥리제이로 해서 돌려도 괜찮은 것인가요? 문제 발생할 수 있다고 해서 궁금해서 여쭤봅니당..
-
미해결10주완성 C++ 코딩테스트 | 알고리즘 코딩테스트
삼성전자 코딩테스트 대비할 때
안녕하세요 선생님, 저는 제목과 같이 1순위 희망 기업은 삼성전자이고 이후에도 제조업 기반의 회사 코딩테스트를 보게 될 거 같은데, 현재 학습하고 있는 4주차 비트마스킹을 우선적으로 학습하는 게 좋을지 아니면 그 뒤에 이분탐색이나 DP같은 문제를 먼저 학습하는 게 좋을지 여쭤보고 싶습니다. 감사합니다.
-
미해결FlutterFlow 쉽게하는 노코드 앱개발
완강 이후, 추가적인 내용(API Key 보안)에 대한 질문입니다!
강의 내에서 궁금한 점들은 거의 대부분 해소를 하였으나, 검색을 통해 찾기 어려운 부분이 있어 질문드립니다! API Key값을 하드코딩하면 보안상에 문제가 있다는 점을 알게 되었고, 그 대안으로 파이어베이스 클라우드 펑션을 통해 서버와 연결하라는 답변을 받은 적이 있습니다! 저는 서버에는 감이 아예 없어서, 이 기능을 구현하는 과정을 조금 설명해주실 수 있으실지 여쭤봅니다!
-
미해결스프링부트로 직접 만들면서 배우는 대규모 시스템 설계 - 게시판
카운팅 조회 시 질문
안녕하세요 질문있습니다.만약 게시글 전체 조회할 때 게시글 마다 좋아요 수도 함께 기재하려고 하면 게시글 조회 할 때 마다 articleId에 맞는 좋아요 수 정보도 함께 필요하잖아요?현재 게시글 서버와 좋아요 서버가 다른 환경을 고려할 때 그러면 게시글 조회할 때 마다 좋아요 서버로의 api요청이 불가피할 거 같은데 이 경우 조회 성능이 당연히 안좋게 나올 수 밖에 없다고 생각합니다. 비정규화로 좋아요수를 게시글 테이블에 붙여서 단일 서버로의 요청을 만들어줄려고 해도 말씀하신 한계 때문에 안될 거 같구요.만약 게시글 전체 조회 시에 게시글과 게시글의 좋아요수가 반드시 제공되어야 한다면 제가 생각한 성능 저하 포인트가 타당한가요? 만약 타당하다면 어떻게 개선할 수 있을까요? 인기게시글만 따로 추려서 레디스로 메모리를 활용해야할까요?
-
미해결얄코의 떠먹여주는 객체지향 디자인 패턴
파사드 패턴과 템플릿 메서드 패턴의 차이
파사드 패턴은 다수의 서브시스템을 하나로 묶는 패턴으로 이해했습니다. 클라이언트의 클래스의 함수에서 서브시스템에 해당하는 개체들의 함수를 호출하여 구현하는 거 같은데요, 어떻게 보면 템플릿 메서드 패턴과 사실상 똑같은거 아닌가요? 두 패턴의 뚜렷한 차이가 있는데 제가 이해를 잘 못한건지 질문드립니다.
-
미해결2025년 CPPG 개인정보관리사 자격증 취득하기 (개정안 반영)
강의자료 출력이 가능한가요?
강의자료 출력이 가능한가요?
-
미해결직장인에게 꼭 필요한 파이썬-아래아한글 자동화 레시피
현재 커서 문단에 아무런 내용이 없는지 확인하기
질문 남겨주셔서 감사합니다.막히면 언제든 무엇이든 자주 질문 던져주세요.수학/과학이나 알고리즘과는 달리업무자동화 코딩은 고민해서 풀리는 경우가 정말 드뭅니다.다시 말씀드리지만, 질문을 자주자주 남겨주세요.저도 최대한 빠르게 회신 드리겠습니다.당부드릴 두 가지가 있습니다.① 가급적 구체적으로 설명해주세요.② 특정 챕터 관련 질문 남겨주실 때는, 어느 챕터인지 알려주세요ㅜ==================================== 안녕하세요 일코님 현재 스타일 4가 적용된 문단(초록색번호문단)을 찾아서 하나씩 ##index를 매기는 작업을 하고있는데요.파일의 원작자가, 아무것도 없는 빈 문단에도 스타일4를 적용해놓은 상황이라, 실제 문단번호가 있는 곳 이외에도 저렇게 ## 인덱스가 붙게되네요.. 그래서 생각한것이, 모든 문단을 순회하면서, 아무런 텍스트가 없다면 스타일1을 적용하도록 순회코드를 작성하면 어떨까? 생각을 했습니다. 혹시 어떻게하면 위에 언급드린 반복문 코드를 작성할수 있을까요? 늘 감사드립니다!
-
미해결옵시디언 마스터 클래스(생산성을 바꾸는 기록 습관)
질문 있습니다.
안녕하세요 좋은 강의 감사합니다.현재 Effort 에서 생성하는 노트들, on에 보면신규 셀러 마켓 운영 파트너십 관리 이렇게 제목과 파일만 있고, 내부에 어떤 내용을 작성해야할지에 대해서는 가이드가 잘 없는거같습니다.아래의 QnA에서 태그해주신 영상을 보았으나 페이지를 만들고 그냥 두기만 하는 것 같은데 그게 어떤 효용을 두고 생성해두신건지 의도를 파악하기 어렵게 느껴집니다. Effort에 생성하는 노트들에는 주로 어떤 내용이 기록되어지게 되는건지 궁금합니다. 그냥 모든 관련된 내용을 생성하고 속성으로 엮어두는건가요?
-
미해결직장인에게 꼭 필요한 파이썬-아래아한글 자동화 레시피
특정 스타일을 찾아 이동하는 방법
안녕하세요 일코님오랜만에 질문을 드립니다.건강하시지요? 늘 일코님 덕에 업무에 많은 도움을 받고 있습니다. 특정 텍스트를 검색하는 것은 할 줄 아는데,특정 스타일을 검색해서 이동하는 코드도 존재하는지 궁금합니다.질문게시판에서는 스타일 검색 관련한 질문은 없는것 같더라구요! 특정 스타일을 가진 문단들을 순회하면서 반복작업을 하고자합니다! 감사합니다!
-
미해결
특정 스타일 문단으로 이동하는 방법
안녕하세요 일코님 건강하시지요?오랜만에 질문을 드립니다.늘 일코님 강의로 많은 도움을 받고 있습니다. 다시한번 감사드립니다 ^^ 스타일을 적용하는 법은 알고있는데,특정 스타일로 이동하는 코드는 질문 게시판에 검색해도 질문하신분이 없는것 같더라구요! 작업하려는 파일에서 4번 스타일이 문제의 "발문"에 해당하는데,해당 발문 스타일을 순회하면서 특정 작업을 하려고 합니다. 혹시 이런 기능도 가능할지요!? 감사합니다!
-
미해결
😀온라인 취업 스터디, 하고재비에서 추가 인원을 모집합니다.😀
😀온라인 취업 스터디, 하고재비에서 추가 인원을 모집합니다.😀안녕하세요:) 이번에 개강, 취업 등의 이유로 결원이 생기면서 추가로 스터디원을 모집합니다!(예상 추가 인원: 4명) 스터디 내용자신의 컴퓨터 화면을 공유하고 열품타 타이머를 켠 상태로, 각자 취업 활동을 진행합니다:)공부 시간: 월~토 하루 6시간 필수 인정되는 활동: 취업 준비 관련 활동(프로젝트, 자기소개서 작성, 자격증 공부 등)공부 방법: 디스코드 화면공유(전체화면) + 열품타 타이머 +기상/출석/마감 인증기상 인증: 오전 5시 - 오전 9시출석 인증: 오후 12시(3시간 이상 공부한 열품타 인증)마감 인증: 오후 10시(6시간 이상 공부한 열품타 인증)인원: 6명 ~ 12명 벌금 및 보증금 제도현재 벌금과 보증금 제도를 진행하고 있습니다.보증금: 10,000원반환 불가: 강퇴 or 참여 후 1주일 이내 자진 탈퇴반환 가능: 일주일 전 통보 후 하차벌금출석 or 마감 지각 → 1,000원출석/마감 둘다 지각일 경우 → 2,000원미달 → 3,000원 휴무 제도주 6회라 부담스러워 보이지만 휴무 제도가 있기 때문에 실제로 부담 크게 부담스럽진 않습니다.월차: 월 3회특차: 제한 없음(매니저 활동 또는 주 27시간 이상 학습 시 특차 지급)취반: 월 6회(면접, 코테 등 취업과 직접적인 연관이 있는 활동만 인정)휴무: 주 1회반차: 주 2회 가입 문의질문 사항, 가입 신청 등은 아래 오픈채팅방으로 부탁드립니다!https://open.kakao.com/o/slWWQZMh 저는 스터디 하고나서 기상 습관도 생기고 매일 미루던 일도 꾸준히 할 수 있어서 많은 도움이 됐습니다:)꾸준히 취준 해보고 싶은데 약간의 강제성을 더하고 싶으신 분들께 추천드립니다!
-
미해결[Unity6] 나만의 서바이벌 게임 만들기
Text Object 애니메이션 이슈
Text Object 를 만들고 애니메이션으로 좌표 를 정하고 prefab에 등록해서 사용하려는데 자꾸 첫 위치에만 TextObject들이 생성 됩니다 애니메이션에 Destory만 넣으면 정상적으로 캐릭터 주변에 TextObject가 생성되는데 어느 곳을 봐야 할까요?