분류 전체보기
-
[75 LeetCode] 35 - Container With Most WaterStudy/Leetcode 2023. 5. 25. 01:05
[75 LeetCode]는 코딩테스트 연습을 위해 한 페이스북 개발자가 추천하는 75가지 알고리즘 문제를 풀어보는 시리즈이다. 블라인드 원문: https://www.teamblind.com/post/New-Year-Gift---Curated-List-of-Top-75-LeetCode-Questions-to-Save-Your-Time-OaM1orEU 문제 링크: https://leetcode.com/problems/container-with-most-water/description/ Container With Most Water - LeetCode Can you solve this real interview question? Container With Most Water - You are given an ..
-
[75 LeetCode] 34 - 3 SumStudy/Leetcode 2023. 5. 22. 03:11
[75 LeetCode]는 코딩테스트 연습을 위해 한 페이스북 개발자가 추천하는 75가지 알고리즘 문제를 풀어보는 시리즈이다. 블라인드 원문: https://www.teamblind.com/post/New-Year-Gift---Curated-List-of-Top-75-LeetCode-Questions-to-Save-Your-Time-OaM1orEU 문제 링크: https://leetcode.com/problems/3sum/description/ 3Sum - LeetCode Can you solve this real interview question? 3Sum - Given an integer array nums, return all the triplets [nums[i], nums[j], nums[k]]..
-
Chat GPT를 활용하여 유튜브 공부하기Study/개발 2023. 5. 22. 01:29
요즘에는 공부하다보면 유튜브의 자료를 참고하게 되는 경우가 많다. 특히, 다양한 세션들이 유튜브에 올라오는데 관심 세션만 해도 한 번에 수십개의 영상이 올라오기 때문에 다 보기에는 힘든 경우가 종종 있다. 특히 원어 영상인 경우 더 시간이 오래걸리기도 한다. 이 때 Chat GPT를 활용해보니 쉽게쉽게 요약된 정보를 얻을 수 있어서 팁을 공유한다. 꼭 개발 세션같은 영상일 필요는 없고 다양한 공부에 활용할 수 있다. 주의) - 모든 영상에 사용할 수는 없다. 스크립트가 없는 경우에는 할 수 없기 때문에. - 긴 영상인 경우 input limit 때문에 적당한 지점을 잡아 분할을 해야한다. 1. 영상 우측 하단의 점 세개버튼을 누른다. 2. 스크립트를 표시 버튼을 누른다. 3. 타임스태프를 제거한다. 4...
-
[2023 Google I/O] Advanced web APIs in real world appsStudy/개발 2023. 5. 22. 01:27
원본 링크: https://io.google/2023/program/e282fcf3-5eaf-44ae-99d0-11175ec2ccfc/ Google I/O 2023 Tune in to watch the latest news and innovations from Google. Join I/O for livestreamed keynotes and helpful product updates on demand. io.google 위 세션은 Advanced web API들을 실제로 사용한 어플리케이션들과 사용된 API를 소개하고 있다. 구글의 Project Fugu에서는 Native App과 Web의 간극을 줄이기 위해 2018년도 부터 노력하고 있다고 한다. 이로 인해 Chromium 기반 브라우저에서 사용할 ..
-
[2023 Google I/O] What's new in webStudy/개발 2023. 5. 21. 23:02
원본 링크: https://io.google/2023/program/cafbe05a-c19e-4fe5-9e25-61c5c0c2f6cf/ Google I/O 2023 Tune in to watch the latest news and innovations from Google. Join I/O for livestreamed keynotes and helpful product updates on demand. io.google 구글 I/O 두번째로 본 세션. 웹 개발에 새로 추가된 기능들, 특히 메이저 브라우저들에서 최신 2버전 지원을 하는 기능들에 대해 소개하고 있다. (최신 2버전 정도는 돼야 프로덕션에서 사용을 고려할 수 있는 수준이라고 생각해서 그렇게 선정했다고 한다.) 발표자분도 영상 초반에 언급하셨..
-
[2023 Google I/O] Supercharge your web app with machine learning and MediaPipeStudy/개발 2023. 5. 14. 21:25
원본 링크: https://io.google/2023/program/dcece33d-7fc9-490c-8a6d-cc7f83fc0d1f/ Google I/O 2023 Tune in to watch the latest news and innovations from Google. Join I/O for livestreamed keynotes and helpful product updates on demand. io.google 2023 Google I/O가 진행되었고, Web 관련된 세션들도 정말 많이 발표되었다. 그 중 재미있는 몇 가지를 간단히 요약해보려한다. 첫 번째로 정리해볼 세션은 위 링크에 있다. 제목에 ML로 앱을 향상시킨다는 내용이 있어 궁금해서 바로 봤다. 내용 정리는 ChatGPT에게 시켰다..
-
[75 LeetCode] 33 - Missing NumberStudy/Leetcode 2023. 5. 13. 19:23
[75 LeetCode]는 코딩테스트 연습을 위해 한 페이스북 개발자가 추천하는 75가지 알고리즘 문제를 풀어보는 시리즈이다. 블라인드 원문: https://www.teamblind.com/post/New-Year-Gift---Curated-List-of-Top-75-LeetCode-Questions-to-Save-Your-Time-OaM1orEU 문제 링크: https://leetcode.com/problems/missing-number/description/ Missing Number - LeetCode Can you solve this real interview question? Missing Number - Given an array nums containing n distinct numbers ..
-
[75 LeetCode] 32 - Find Minimum in Rotated Sorted ArrayStudy/Leetcode 2023. 5. 13. 18:45
[75 LeetCode]는 코딩테스트 연습을 위해 한 페이스북 개발자가 추천하는 75가지 알고리즘 문제를 풀어보는 시리즈이다. 블라인드 원문: https://www.teamblind.com/post/New-Year-Gift---Curated-List-of-Top-75-LeetCode-Questions-to-Save-Your-Time-OaM1orEU 문제 링크: https://leetcode.com/problems/find-minimum-in-rotated-sorted-array/description/ Find Minimum in Rotated Sorted Array - LeetCode Can you solve this real interview question? Find Minimum in Rotated..