Git Basics
There are several basic git commands we should know. git status : Shows current status of files in a git-registered directory. git add [file / file directory] : Stages files or files under the direct
There are several basic git commands we should know. git status : Shows current status of files in a git-registered directory. git add [file / file directory] : Stages files or files under the direct
Predefined Variables Superglobals : Superglobals - built-in variables that are always available in all scopes. Starts with $_ + $GLOBALS $GLOBALS : al
My personal attempt to learn unit test in PHP, using PHPUnit. I used two following examples to learn. reference1: https://www.youtube.com/watch?v=-9YV
브라우저용 / node.js 용으로 구분하여 사용할 수 있는데, 여기서는 브라우저용을 사용한다.주의: 현재 IE 10+ 이상을 지원하므로, 테스트 용도로는 브라우저 세팅을 사용했으나 추후 node.js로 바꿔서 node.js API를 호출해서 사용해야 할 것으로 예상
References : Learning Python Why use Python? Software quality: Readability, coherence, software quality. Developer productivity: Less code, fast run P
The instance performs a normal shutdown and stops running; its status changes to stopping and then stopped. Any Amazon EBS volumes remain attached to