본문 바로가기
반응형

분류 전체보기193

AI와 함께하는 웹 개발의 미래가 왔다! Gemini CLI로 시작하는 혁신적인 개발 여정 개발자여, 이제 혼자 코딩하지 마라!개발 생태계는 급격한 변화를 맞이하고 있습니다.특히 Google의 Gemini CLI와 MCP(Model Context Protocol) 같은 혁신적인 AI 도구들이 등장하면서, 개발자들의 작업 방식이 완전히 바뀌고 있죠. 더 이상 혼자서 밤새워 코딩하며 버그와 씨름할 필요가 없습니다.AI가 여러분의 가장 똑똑한 개발 파트너가 되어, 기획부터 배포까지 전체 개발 과정을 함께 진행할 수 있는 시대가 도래했습니다.🎯 이 강의가 특별한 이유1. 실전 중심의 바이브 코딩 경험이론만 가득한 지루한 강의는 이제 그만! 실제로 손을 움직여 두 개의 완성된 웹사이트를 만들어보며, 살아있는 코딩 경험을 제공합니다. 공포탐욕 지수 웹사이트와 개인 포트폴리오 사이트를 통해 실시간 데이터.. 2025. 7. 7.
Support App - "Tarot Insight" Privacy PolicyThis privacy policy applies to the "Tarot Insight" app (hereby referred to as "Application") for mobile devices that was created by studio ODOC (hereby referred to as "Service Provider") as a Free service. This service is intended for use "AS IS".Information Collection and UseThe Application collects information when you download and use it. This information may include information.. 2025. 4. 20.
Support App - "Archiscale" Privacy PolicyThis privacy policy applies to the "Archiscale" app (hereby referred to as "Application") for mobile devices that was created by studio ODOC (hereby referred to as "Service Provider") as a Free service. This service is intended for use "AS IS".Information Collection and UseThe Application collects information when you download and use it. This information may include information su.. 2025. 4. 15.
Resolving the '._drawable' is not a directory Error in Android Studio on macOS macOS에서 Android Studio 빌드 시 '._drawable' is not a directory 오류 해결하기 안드로이드 스튜디오에서 MacOS를 사용하여 빌드할 때 '.drawable' is not a directory 오류가 발생하는 경우, 이는 MacOS가 생성하는 불필요한 '.'로 시작하는 파일로 인해 발생합니다. 이러한 파일은 리소스 디렉토리에 영향을 주어 빌드 오류를 유발할 수 있습니다. 이 문제를 해결하기 위해 다음과 같은 방법을 사용할 수 있습니다:터미널 명령어를 사용하여 '._' 파일 삭제하기: 프로젝트 디렉토리에서 터미널을 열고 다음 명령어를 실행하여 모든 '._'로 시작하는 파일을 삭제합니다:find . -name '._*' -exec rm -rf {} +또는, 'dot_c.. 2025. 4. 15.
반응형