Dev Hyeri

전체 글 481

[영국영어] 알기나 해? Do you have any idea? (+ 예문)

Do you have any idea? 알기나 해? 아세요? Listen, do you have any idea what it was like, Sherlock, going undercover. 잘들어, 어땠는지 알기나해, 셜록, 잠복하는 거. Hey, do you have any idea what time the meeting is tomorrow? 내일 회의 시간 알아? No, I'm not sure. I'll check and let you know. 음, 잘 몰라. 확인하고 알려줄. Why do they keep changing the game rules without telling us? Do they have any idea how confusing that is for players? 왜 그..

[영국영어] 조지다 beat to a pulp (+ 예문)

beat to a pulp /pʌlp/ 조지다 표준어. 호되게 때리다 You sat there and watched me being beaten to a pulp. 내가 먼지나게 맞는 걸 앉아서 지켜보고 있었잖아. I heard there was a bar fight last night. 어젯밤 바에서 싸움이 있었다던데. Yeah, some guy ended up getting beaten to a pulp. It's crazy out there. 응, 어떤 남자가 정말 심하게 폭행당했어. 밖에서 정말 미친 짓을 하더라. In 'The Fighting', the protagonist was beaten to a pulp by the school bully, but then he made an epic c..

[영국영어] 그럴지도 모르니, 경우에 대비해서 in case (+ 예문)

in case 그럴지도 모르니, 경우에 대비해서 In case you've forgotten, fieldwork is not my natural milieu. 까먹었을지도 모르니, 원래 현장 업무는 내 전문이 아니야. I always carry a power bank with me in case my phone's battery dies. 내 핸드폰 배터리가 다 떨어질까봐 항상 보조터리를 가지고 다니죠. I'm bringing my laptop in case I have some downtime at the conference. 컨퍼런스에서 시간이 남으면 일을 더할 수 있도록 노트북을 가져가고 있어. Smart move, you can catch up on work if there's a break. 현..

[영국영어] 겁없이 뛰어들다 wade in (+ 예문)

wade in 겁없이 뛰어들다 For wading in. 용감하게 뛰어들었잖아. I see some confusion in the team about the project timeline. Maybe we should wade in and clarify the schedule. 프로젝트 일정에 대한 팀 내 혼란이 보여. 일정을 명확히 하기 위해 우리가 개입해봐도 좋을 것 같아. I agree, let's ensure everyone is on the same page. 동의해, 모두가 이해하는 대로 일정을 확실하게 하자. We've received a partnership proposal from another startup. Should we wade in and evaluate the potentia..

[영국영어] 그랬으면 좋겠네 wouldn't go amiss (+ 예문)

wouldn't go amiss 그랬으면 좋겠다, 나쁘지 않다 A small "thank you" would't go amiss. 고맙다는 정도면 좋겠는. I think a bit of documentation for this codebase wouldn't go amiss. 이 코드베이스에 대한 약간의 문서 작업이 좋지 않을까 생각해. Absolutely, it would help new team members get up to speed quickly. 정말 그렇게 해야 새로 합류한 팀원들이 빨리 적응할 수 있을 거야. Maybe some user feedback wouldn't go amiss for improving the user interface. 사용자 의견을 통해 사용자 인터페이스를 개선하..

[영국영어] 부지런한, 바쁜 busy bee (+ 예문)

busy bee 부지런한, 바쁜 Quite the busy little bee. 부지런히 돌아다녔네. Being a busy bee is a part of our job as programmers. We're always on the go, solving problems and writing code 프로그래머로서 바쁜 일꾼이 되는 건 우리 직업의 일부야. 항상 문제를 해결하고 코드를 작성하며 부지런 떨고 있어. I wish I had half the energy of Hyeri. She's like a busy bee, working on multiple projects simultaneously. 혜리의 에너지 절반만이라도 있었으면 좋겟어. 걔는 여러 프로젝트를 동시에 처리하는 것 같아. Tell m..

[영국영어] 휴가 holiday (+ 예문)

holiday 미국. vacation 휴가 sorry, but the holiday is over. 미안, 네 휴가는 끝이야. Dude, I need a holiday so bad, I'm starting to believe my keyboard is plotting against me. 야, 나 진짜 휴가가 절실해, 키보드가 나를 억까 중인 것 같다는 생각이 들기 시작했어. Why take a regular holiday when we can have a 'Bug Bounty' holiday? 평범한 휴가를 가는 대신 버그 현상금 사냥 휴가를 가는게 어때? Why go to a tropical island when we can have a 'Code Retreat' holiday in the mount..

[영국영어] 나를 억까하다 plotting against me (+ 예문)

plot against 반대하여 음모를 꾀하다 I can't believe our own code is plotting against us. These unexpected errors are really causing a headache! 우리가 쓴 코드가 우리를 억까하다니. 이 예상치 못한 오류들은 정말 머리가 지끈거려. Have you heard about the new project proposal? I heard some team members are plotting against it. 새 프로젝트 제안에 대해 들어봤어? 어떤 팀 멤버들이 흙탕물 튀기려고 정치질 하고 있다는 소문이야. Really? Why would they plot against a promising project like t..

MySQL VIEW / CTE WITH / CASE WHEN THEN

VIEW뷰생성CREATE  VIEW  뷰이름  AS     SELECT      FROM     WHERE 수정                    ⌈‾‾ OR REPLACE 뜻 : VIEW가 없으면 만들고 있으면 갱신CREATE  OR  REPLACE  VIEW  뷰이름  AS       SELECT     FROM     WHERE         삭제DROP VIEW 뷰이름    WITHCTEA Common Table Expressions  단일(하나의 ;세미콜론) 스코프 안에서 일시적으로 존재하는 결과셋 함수를 커스텀으로 정의해서 사용하는 것과 비슷 장점 : 복잡한 쿼리를 분해, 쿼리의 목적과 의도를 더 명확하게 나타낼 수 있어 가독성과 유지 보수성을 향상, 재귀 쿼리를 작성하는 데 유용 생성 WIT..

기술스택/SQL 2023.10.11

MySQL 연산자 우선순위, IN vs EXISTS

1산술2연결3=  >  =  4IS NULL,  IS NOT NULL    /    LIKE,  NOT LIKE    /    IN,  NOT IN5BETWEEN AND,  NOT BETWEEN AND6NOT (논리)7AND (논리) 8OR (논리)   연결  concat  오라클  '||'SELECT절에서 컬럼끼리 이어 붙여 하나의 값으로 나오게 한다.    비교  IS NULL,  IS NOT NULL    /    LIKE,  NOT LIKE    /    IN,  NOT IN  LIKE : 와일드 카드 '%', '_' 사용하여 문자 패턴 찾음   (WHERE 컬럼 LIKE '%a%') a를 포함하고 있는 문자열 검색  IN : 값이 목록에 있으면 TRUE   비교   BETWEEN AND    /..

기술스택/SQL 2023.10.11