Tailscale 설치 스크립트
Windows 설치 스크립트 # tailscale-install-windows.ps1 Write-Host "=== Tailscale 설치 시작 ===" -ForegroundColor Green # 관리자 권한 확인 $isAdmin = ...
Windows 설치 스크립트 # tailscale-install-windows.ps1 Write-Host "=== Tailscale 설치 시작 ===" -ForegroundColor Green # 관리자 권한 확인 $isAdmin = ...

지금 제가 프론트엔드를 맡고 있는 건 아니지만, 한 때 프론트엔드를 같이 했었던 만큼 오랜만에 프론트엔드 코드를 보고 싶어졌습니다. claude code가 한 파일에서 읽는 코드 줄 수에 한계가 있어서 2000줄 정도 되면 잘 읽지 못합니다. 이런 경우 ai가 못해준다라고 포기하지 말고 코드를 쪼개서 읽게 하면 됩니다. 저는 part 와 exte...
이전 포스팅에서 이어집니다. https://blog.naver.com/devramyun/224076564029 [20251115][util]Flutter의 클래스에서 variables, constructor, method 개수 세는 Python 스크립트 + 클래스 part로 쪼개기 ...
Q4. User Activity for the Past 30 Days I Easy Topics premium lock icon Companies SQL Schema Pandas Schema Table: Activity +---------------+---------+ | Column Name | Type | +---------------+-...
Q3. Monthly Transactions I Medium Topics premium lock icon Companies SQL Schema Pandas Schema Table: Transactions +---------------+---------+ | Column Name | Type | +---------------+---------...

Employees Whose Manager Left the Company # Write your MySQL query statement below # 조건: # 급여가 30000미만 # 매니저가 회사를 떠남(manager_id는 있지만 해당 employee_id가 테이블에 없음) SELECT e1.employee_id FROM Employee...

# Write your MySQL query statement below # 조건 # ORDER BY COUNT(customer_number) DESC LIMIT 1 SELECT customer_number FROM Orders GROUP BY customer_number ORDER BY COUNT(*) DESC LIMIT 1; SELECT ...
Q2. Classes With at Least 5 Students Easy Topics premium lock icon Companies SQL Schema Pandas Schema Table: Courses +-------------+---------+ | Column Name | Type | +-------------+---------+ |...
Q3. Not Boring Movies Easy Topics premium lock icon Companies SQL Schema Pandas Schema Table: Cinema +----------------+----------+ | Column Name | Type | +----------------+----------+ | id ...
Q2. Employees Earning More Than Their Managers Easy Topics premium lock icon Companies SQL Schema Pandas Schema Table: Employee +-------------+---------+ | Column Name | Type | +-------------+-...