분류 전체보기
-
[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..
-
[75 LeetCode] 31 - Non-overlapping IntervalsStudy/Leetcode 2023. 5. 13. 16:53
[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/non-overlapping-intervals/description/ Non-overlapping Intervals - LeetCode Can you solve this real interview question? Non-overlapping Intervals - Given an array of..
-
[75 LeetCode] 30 - Number of IslandsStudy/Leetcode 2023. 5. 12. 00:38
[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/number-of-islands/description/ Number of Islands - LeetCode Can you solve this real interview question? Number of Islands - Given an m x n 2D binary grid grid which ..
-
[75 LeetCode] 29 - Pacific Atlantic Water FlowStudy/Leetcode 2023. 5. 11. 23:48
[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/pacific-atlantic-water-flow/description/ Pacific Atlantic Water Flow - LeetCode Can you solve this real interview question? Pacific Atlantic Water Flow - There is an..