일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
- TS
- 항해99
- rn
- Expo
- D반8조
- 웹개발종합반
- 실전프로젝트
- 알pdf #파일탐색기미리보기안될때
- typeScript
- 리액트
- 프론트엔드
- 알고리즘기초주차
- 프로그래머스
- REACT
- 챗GPT
- 7기
- 사전준비
- 코린이
- Ai
- TDD
- ChatGPT
- NotionAI
- Programmers
- 달리기반
- 멍친구
- 맥린이
- ReactNative
- 스파르타코딩클럽
- 팀워크최고
- 필수강의
- Today
- Total
목록분류 전체보기 (128)
FrontEnd :-)

1. https://junghan92.medium.com/%EB%B2%88%EC%97%AD-%EC%96%B4%EC%A8%8C%EB%93%A0-%ED%95%A8%EC%88%98%ED%98%95-%ED%94%84%EB%A1%9C%EA%B7%B8%EB%9E%98%EB%B0%8D%EC%9D%98-%EC%9E%A5%EC%A0%90%EC%9D%80-%EB%AD%94%EA%B0%80%EC%9A%94-a57f37872e4 (번역) 어쨌든 함수형 프로그래밍의 장점은 뭔가요? 원문: https://jrsinclair.com/articles/2022/whats-so-great-about-functional-programming-anyway/ junghan92.medium.com 🤢 어렵다 2. https://ykss.net..

🙋 문제: Palindrome Number (대칭수) Given an integer x, return true if x is a palindrome*, and false otherwise. *palindrome: An integer is a palindrome when it reads the same forward and backward. For example, 121 is a palindrome while 123 is not. Example 1: Input: x = 121 Output: true Explanation: 121 reads as 121 from left to right and from right to left. Example 2: Input: x = -121 Output: false Exp..

🙋 문제: Two Sum / Easy Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target. You may assume that each input would have exactly one solution, and you may not use the same element twice. You can return the answer in any order. Example 1: Input: nums = [2,7,11,15], target = 9 Output: [0,1] Explanation: Because nums[0] + nums[1] == 9,..

1. https://yozm.wishket.com/magazine/detail/1803/?utm_source=stibee&utm_medium=email&utm_campaign=newsletter_yozm&utm_content=contents DOM 트리를 트리 자료구조로 바라보기 | 요즘IT HTML은 인터넷 브라우저를 위해 만들어진 파일 포맷이며, 브라우저는 HTML 문서의 태그를 인식해 사용자가 볼 수 있도록 적절하게 그려내는 기능을 가지고 있다. 브라우저는 HTML 문서를 읽을 때 yozm.wishket.com " - getElementById의 경우, 고유한 id를 가지고 탐색하는 것이므로 트리를 탐색하기 전에 미리 만들어져 있는 해시테이블을 우선적으로 탐색한다. - 시간만 고려한다면 getEle..

1. https://velog.io/@sehyunny/what-is-realm-in-js (번역) 자바스크립트에서 영역(realm)이란 무엇인가요? 영역은 기본적으로 자바스크립트 프로그램이 사는 생태계라고 할 수 있습니다. 그리고 여느 생태계처럼 자바스크립트 프로그램이 존재하기 위해 반드시 갖추어야 할 다른 요소도 함께 포함합 velog.io 2. https://pitzcarraldo.medium.com/%EB%B2%88%EC%97%AD-%EC%9E%98-%EA%B0%80%EC%9A%94-%EC%8A%A4%ED%81%AC%EB%9F%BC-%EB%B0%98%EA%B0%80%EC%9B%8C%EC%9A%94-%EC%B9%B8%EB%B0%98-e27d1db15699 [번역] 잘 가요 스크럼, 반가워요 칸반 by..

1. https://junghan92.medium.com/%EB%B2%88%EC%97%AD-%EC%9A%B0%EB%A6%AC%EA%B0%80-css-in-js%EC%99%80-%ED%97%A4%EC%96%B4%EC%A7%80%EB%8A%94-%EC%9D%B4%EC%9C%A0-a2e726d6ace6 (번역) 우리가 CSS-in-JS와 헤어지는 이유 원문: https://dev.to/srmagura/why-were-breaking-up-wiht-css-in-js-4g9b junghan92.medium.com CSS-in-JS? - "CSS-in-JS를 사용하면 자바스크립트 또는 타입스크립트 코드에서 직접 CSS를 작성하여 리액트 컴포넌트 스타일을 지정할 수 있습니다. styled-components와 Emo..

1. https://www.inflearn.com/pages/infmation-56-20221115?utm_source=mailchimp&utm_medium=email&utm_campaign=traffic_helloinf_vanillajs&utm_content=20221115_v13 Vanilla JS, 선택일까 필수일까 - 인프런 | 스토리 Vanilla JS,꼭 공부해야 할까요?#바닐라JS #VanillaJS #프런트엔드 #JQuery [사진] 여러분은 프레임워크나 라이브러리 없이개발을 해본 적 있나요?상상만으로도 많은 어려움이 예상되지 않나요? 최근 www.inflearn.com "바닐라 자바스크립트(Vanilla JS)는 외부의 라이브러리나 프레임워크를 이용하지 않는 순수 자바스크립트를 말해요. ..

1. https://yozm.wishket.com/magazine/detail/1775/?utm_source=stibee&utm_medium=email&utm_campaign=newsletter_yozm&utm_content=contents 은행 앱에서 배달 음식을 시키는 게 과연 맞는 걸까? | 요즘IT 2020년 12월, 금융위원회는 신한은행의 ‘음식 주문 중개를 통한 소상공인 상생 플랫폼’을 핵심 금융서비스로 지정합니다. 2021년 12월 22일, 1년간의 준비기간과 137억 원을 투입한 신한은행의 야 yozm.wishket.com "오픈뱅킹 도입이 앱의 사용성을 환기하는 역할을 했다면, 금융 앱의 플랫폼화라는 새로운 과제에 불을 지핀 건 '마이데이터'였습니다." "마이데이터가 도입되며 생긴 가장 ..