일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 서브셋폰트
- MariaDB
- bfs
- 클라우드
- package
- Solid
- DP
- 디자인 패턴
- 객체지향
- github
- azure
- 캡슐화
- 동적계획법
- netlify
- git
- dfs
- 상속
- mock
- AOP
- GOF
- 다형성
- dotenv
- 메모이제이션
- 추상화
- CSS
- Secret
- process.env
- npm
- PostgreSQL
- Java
- Today
- Total
목록github (2)
이것저것 해보기🌼
process.env란?Node.js에서 환경변수 접근 방법별도로 무언가를 설치하지 않아도 이용할 수 있다.https://www.daleseo.com/js-node-process-env/ Node.js에서 환경 변수 다루기 (process.env)Engineering Blog by Dale Seowww.daleseo.com dotenvdotenv는 process.env를 쉽게 관리하기 위한 모듈이다. (매번 node 실행시마다 변수를 일일히 치기 귀찮)https://www.npmjs.com/package/dotenv#%EF%B8%8F-usage dotenvLoads environment variables from .env file. Latest version: 16.4.5, last published:..
Git 컴퓨터 파일의 변경사항을 추적하고 여러 사용자들 간에 해당 파일 작업을 조율하기 위한 대표적인 버전관리 시스템(VCS) git 설치 https://git-scm.com/ Git git-scm.com >git --version 으로 버전 확인 github 가입 https://github.com/ GitHub: Where the world builds software GitHub is where over 65 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs ..