https://blog.naver.com/ju_ble/223531650513 [깃허브] 깃허브(Github) 리드미 3D 잔디 꾸미기국비 과정이 벌써 이번주면 끝나게 되면서 포트폴리오 작성 전에 깃허브 리드미를 갑자게 꾸미게 되는데,,,...blog.naver.com
nvm ls 버전 확인 nvm install 12.14.1 (버전 입력) 업데이트 할 버전 입력하기 nvm use 12.14.1 사용할 버전 입력하기
https://blog.naver.com/bonamy/223038338903 AI 그림 도전 : 달리(Dall-E 2) 사용방법! 챗GPT가 알려준 꿀팁이면 단번에 중급까지 점프 업~ 그림을 그려주는 이미지 생성 AI로 가장 유명한 것은 오픈AI의 ‘달리(Dall-E) 2’와 미드저니(Midj... blog.naver.com
https://studiomeal.com/archives/197 이번에야말로 CSS Flex를 익혀보자 이 튜토리얼은 “차세대 CSS 레이아웃” 시리즈의 첫번째 포스트입니다. 이번에야말로 CSS Flex를 익혀보자 이번에야말로 CSS Grid를 익혀보자 벌써부터 스크롤의 압박이 느껴지고,‘좀 편안하게 누 studiomeal.com
1. 초기화 git init 2. 추가할 파일 더하기 git add . 3. 상태 확인 (선택사항) git status 4. 히스토리 만들기 git commit -m "first commit" -m 은 메세지의 준말로 뒤에 “” 안에 주고싶은 히스토리 이름을 주면 됨 5. Github repository랑 내 로컬 프로젝트랑 연결 git remote add origin https://github.com/bitnaGithub/firstproject.git https://부터는 github에서 복사해서 붙여와야함 6. 잘 연결됬는지 확인 (선택사항) git remote -v 내가 연결한 주소값이 잘 뜨면 성공! 7. Github로 올리기 git push origin master master 자리에는 bran..
https://startbootstrap.com/ Free Bootstrap Themes, Templates, Snippets, and Guides - Start Bootstrap Landing Page A clean, functional landing page theme startbootstrap.com https://dummyimage.com/ Dynamic Dummy Image Generator - DummyImage.com Dynamic Dummy Image Generator by Russell Heimlich (@kingkool68) Documentation Size width x height Colors background color / text color Image Formats .gif, ..
https://jsbin.com/?html,output JS Bin Sample of the bin: jsbin.com https://replit.com/~ Log In Run code live in your browser. Write and run code in 50+ languages online with Replit, a powerful IDE, compiler, & interpreter. replit.com https://codepen.io/ CodePen An online code editor, learning environment, and community for front-end web development using HTML, CSS and JavaScript code snippets, p..
백준 단계별 문제 6단계정도 > 알고리즘 공부 > 실전대비 (백준, 프로그래머스) : 난이도 선택 레벨1부터 추천 > 프로그래머스 레벨 3까지 풀 수 있다면 기업 코딩테스트는 무난하게 통과가능하다고 함. https://haesoo9410.tistory.com/351 코딩테스트 준비하기 (with. 백준 & 프로그래머스) 1. 소개 최근 코딩 테스트 준비 어떻게 했냐, 알고리즘 어떻게 공부하냐, 코테 대비 어떻게 했냐 등의 질문을 자주 받고 있다. 그래서 필자가 취업 준비를 하던 당시에 했던 방식을 바탕으로 공부 haesoo9410.tistory.com js로 문제를 푸는 방법 https://github.com/haesoo-y/baekjoon-for-js GitHub - haesoo-y/baekjoon-f..