Dev Hyeri

전체 470

[영국영어] 가지고 있다 have got 와 have

https://developevolvify.tistory.com/151 have got = have 영국에서는 have got를 더 자주 쓴다 I've got a lunch date. 점심 데이트가 있어요. Have you got the latest version of the code from the repository? 저장소에서 최신 버전으로 끌어 왔어? I'm planning to pull it in the afternoon. 오후에 pull하려고. Have you got experience with cloud computing platforms like AWS or Azure? AWS 또는 Azure와 같은 클라우드 컴퓨팅 플랫폼 경험이 있니? Yes, I've got hands-on experi..

[영국영어] 서성거리다 mill around

mill around 서성거리다 Yesterday, end of term, parents milling around, chauffeurs, staff. 어제는 학기 마지막 날이라 부모와 기사 직원이 많았어. Did you attend the conference yesterday? 어제 콘퍼런스 참석했어? Yeah, it was quite interesting. After the session, people started to mill around and chat. 응, 꽤 흥미로웠어. 세션 끝나고 나서 사람들이 어슬렁어슬렁 돌아다니며 이야기하기 시작했어. That's a great opportunity for networking. 네트워킹에 좋은 기회야. Some kids are milling aroun..

[ 파이썬 ] *args 와 **kwargs

임시 파라미터 파라미터(인자)가 몇개인지 모를 때 사용한다 1. *args Arguments 특징 : a tuple of arguments를 함수가 받는다. 사용방법 : 임시로 정할 파라미터 이름 앞에 *를 붙인다 예. *name, *cars, *animal, *x 2. **kwargs Keyword Arguments 특징 : a dictionary of arguments 함수가 를 받는다 사용방법 : 임시로 정할 파라미터 이름 앞에 **를 붙인다 예. **name, **cars, **animal, **x 참고. * == 별표 == asterisk(에스터리스크)

기술스택/Python 2023.09.07

[영국영어] ~하다 do the ~ing (구어체)

do the ~ing ~하다 Maybe don't do the smiling. 안 웃는 게 좋을 거야. Let's do the testing to make sure everythig works smoothly. 모든 것이 원활하게 작동하는지 확인하기 위해 테스트를 하자. I need to do the debugging before we can release the new version. 새 버전을 출시하기 전에 디버깅을 해야 해. She's doing the coding, and he's handling the documentation. 그녀는 코딩을 하고, 그는 문서 작업을 맡고 있어요. Could you please do the testing for the new feature?. 새로운 기능에 대한..

[영국영어] 알려주다 시사하다 tell

tell 알려주다 시사하다 Let me take a look. The error message should tell us what went wrong. 내가 봐줄게. 오류 메시지가 뭐가 문젠지 알려줄거야. Tells us nothig after all. 건질 게 없다니까. Although the team feel that the app was not too bad, the figures tell a different story. 팀은 앱이 그렇게 나쁘지 않았다고 느꼈지만, 수치는 다른 이야기를 전합니다. Statistics about groups tell you nothing about individuals. 집단에 관한 통계자료에서 개인에 대한 인사이트는 얻지 못 해.

[영국영어] 이끌다 lead

lead 이끌다 She's the lead developer on the project, so she's in charge of the technical aspects. 그녀는 이 프로젝트의 주요 개발자이며, 기술적인 부분을 책임지고 있습니다. Who's going to lead the development of the new software feature? 새로운 소프트웨어 기능 개발을 주도할 사람 누구야? Hyeri will take the lead on this one. She has experience with similar projects. 혜리야. 비슷한 프로젝트 경험이 있어. Backend issues can often lead to unexpected errors in the user in..

[영국영어] 별로 쓸모 없는 not much use

notmuch use 별로 쓸모 없는 I tried to fix my old computer, but it's not much use anymore. 고물 컴퓨터를 고치려고 노력했지만, 이제는 그닥 도움이 되지 않아. I offered to help, but my skills in that area are not much use here. 도움을 제안했지만, 그 분야에서의 내 기술은 여기서는 그닥 도움이 되지 않아. I have this old phone, but it's not much use since it can't run modern apps. 구형 폰이 있는데, 요즘 앱을 실행할 수 없으니 별로 쓸모 없어.

[영국영어] 큰 돈이 든다 cost a grand

cost a grand 큰 돈이 든다 have you seen the prices of the latest graphics cards? 최신 그래픽 카드 가격 봤어? Yeah, they're insane. Some of those high-end models can cost a grand or more. 어. 미친것 같아. 몇몇 고급 모델은 천달러 이상 할 수 있어. Buying a new laptop these days can cost a grand or even more. 요금에 새 노트북을 사는 것은 천 달러 혹은 그 이상 들 수 있습니다.

[영국영어] 예상하기를 you'd expect

you'd expect 예상하기 Given his experience, you'd expect him to excel in this job. 그의 경험을 고려하면, 그가 이 직무에서 뛰어날 거로 예상됩니다. Hey, did you check out the latest code changes in the repository?. 안녕, 저장소의 최신 코드 변경 사항 확인했어? Yeah, I reviewed the pull request. There were some issues with the logic. 응, 풀 리퀘스트를 검토했어. 논리적 문제가 좀 있었어. That's surprising. With the thorough testing we did, you'd expect it to bug-free 놀..