목록기타 (7)
프론트엔드 정복하기
https://velog.io/@taelee/%ED%99%98%EA%B2%BD-%EB%B3%80%EC%88%98-%EC%84%A4%EC%A0%95-Mac 환경 변수 설정 Mac 위와 같이 치면 환경변수에 PATH변수가 등록되지만 이는 일시적으로만 바뀌어서 터미널이 재부팅되면 사라짐먼저 현재 사용중인 쉘을 알아보자결과 Bash이면 ~/.bash_profile 이나 ~/.bashrc를 수정하면 velog.io 새로알게된 사실 source ~/.zshrc --> 새로고침됨!
https://github.com/trekhleb/javascript-algorithms/blob/master/README.ko-KR.md
드래그하여 '셀렉트' 하는 라이브러리 https://github.com/Simonwep/selection GitHub - Simonwep/selection: ✨ Viselect - A simple and lightweight library to add a visual way of selecting elements, just lik ✨ Viselect - A simple and lightweight library to add a visual way of selecting elements, just like on your Desktop. Zero dependencies, super small. Support for major frameworks. - GitHub - Simonwep... github.com ..
CLI(Command Line Interface)란?) : 명령줄 인터페이스 또는 명령어 인터페이스라고 하는데, 텍스트 터미널을 통해서 사용자컴퓨터가 상호작용하는 것을 뜻한다. 윈도우는 cmd창, Mac OS유저는 Terminal 창을 이용해서 명령어를 입력 및 출력받는 행위라고 보면 된다. 여기서 입출력을 가능하게 해주는 소프트웨어(cmd, Terminal)을 터미널(terminal)이라고 하고, 사용자가 입력한 명령어를 해석해주는 소프트웨어를 셸(shell)이라고 한다.