profile
step by step
post-thumbnail

perform operation to make empty

timed out 해결x 고민해보기

2024년 7월 28일
·
0개의 댓글
·

Counting Duplicates

DESCRIPTION:Count the number of DuplicatesWrite a function that will return the count of distinct case-insensitive alphabetic characters and numeric d

2024년 7월 17일
·
0개의 댓글
·

yarn run build 오류

vecel 에 배포(github repository deploy )를 했는데 에러가 자꾸 떴다. vercel error:Command "yarn run build" exited with 1이런 에러가 떴는데 검색을 해보니 많은 이유가 있다고 했다.종속성문제패키지설치종속

2024년 6월 29일
·
0개의 댓글
·

group folder

폴더를 정리할때 (site)이런식으로 폴더를 만든 후 컴포넌트를 만들면 경로에 영향을 받지않도록 할 수 있음.

2024년 6월 27일
·
0개의 댓글
·

컴포넌트 종류

https://nextjs.org/docs/app/building-your-application/rendering/composition-patterns#when-to-use-server-and-client-components

2024년 6월 26일
·
0개의 댓글
·

렌더링종류

https://chatgpt.com/share/94cc5282-660c-484f-91c6-43e3e7ea4fe1

2024년 6월 26일
·
0개의 댓글
·

Html +css +vanilla JS vs React vs NextJS차이점

html css js :spa 구축 어렵. (다양한 기능들이 들어가기엔 번거롭다.)장점: 렌더링이 가장빠름.단점 : 큰프로젝트는 개발이 어렵다.React:SPASEO상관없는 인터렉션이 많은 모든웹(어드민 페이지, B2B페이지,지도앱)결과물 : JS정적 파일장점 : 웹에

2024년 6월 26일
·
0개의 댓글
·

vecel배포

ci/cdci : Continuous Integration, 지속적 통합 -github,test codecd : Continuous Deployment, 지속적 배포 next.js 최신버전으로 업데이트 되는 것.추가설명.https://chatgpt.com/sh

2024년 6월 26일
·
0개의 댓글
·

github ssh키

프로젝트에 들어가기앞서 ssh키가 없어서 생기는 이슈에 대한 해결링크.https://velog.io/@snghyun331/Git-Git-%EC%B4%88%EA%B8%B0%EC%84%A4%EC%A0%95-%EB%B0%8F-Github-SSH-Key-%EB%93%

2024년 6월 26일
·
0개의 댓글
·

프로그래머스 2의 영역

문제 설명정수 배열 arr가 주어집니다. 배열 안의 2가 모두 포함된 가장 작은 연속된 부분 배열을 return 하는 solution 함수를 완성해 주세요.단, arr에 2가 없는 경우 -1을 return 합니다.제한사항1 ≤ arr의 길이 ≤ 100,0001 ≤ ar

2024년 4월 13일
·
0개의 댓글
·

Chatper 40. 이벤트

이벤트

2023년 9월 5일
·
0개의 댓글
·
post-thumbnail

codewars 8/22

%2 !==0/ %2 ===1 이거로 테스트케이스를 못넘겼었다. 음수를 생각하지 않았기 때문...

2023년 8월 22일
·
0개의 댓글
·

codewars 8/20

DESCRIPTION:Once upon a time, on a way through the old wild mountainous west,…… a man was given directions to go from one point to another. The direct

2023년 8월 20일
·
0개의 댓글
·

waveStr // codewars

DESCRIPTION:IntroductionThe wave (known as the Mexican wave in the English-speaking world outside North America) is an example of metachronal rhythm a

2023년 8월 6일
·
0개의 댓글
·

getDivisorCnt // codewars

DESCRIPTION:Count the number of divisors of a positive integer n.Random tests go up to n = 500000.Examples (input --> output)4 --> 3 // we have 3 divi

2023년 8월 6일
·
1개의 댓글
·

BFS

BFS란 ?

2023년 8월 1일
·
0개의 댓글
·
post-thumbnail

DFS

탐색이란 많은 양의 데이터중에서 원하는 데이터를 찾는 과정.대표적인 그래프 탐색 알고리즘으론 DFS / BFS가 있음.FILO 형식(선입 후출)의 자료구조.재귀적인 방법으로 구현

2023년 7월 31일
·
0개의 댓글
·
post-thumbnail

codewars

1. 2.

2023년 7월 28일
·
1개의 댓글
·
post-thumbnail

7.24일 codewars

문제를 풀고나서 보니까 카데인 알고리즘과 연관 되어있는걸 알았다.카데인알고리즘을 꽤나 잘 설명한 영상같아 첨부함나에겐 좀 어려웠던 문제

2023년 7월 24일
·
0개의 댓글
·

7.20 codewars문제

피보나치 수열을 이용한 문제

2023년 7월 20일
·
0개의 댓글
·