본문 바로가기

인턴/준비10

Git #2 Basics Git Theory - 2 - Basics This part of Git series covers the basics like config, init, add, rm, .gitignore, commit, log, blame, diff, tag, describe, show and stash bobbydreamer.com 이번에는 local repository 안에서의 operation에 대해 다룬다. (basic이라기에는 너무 방대한 것 같은데;;) git help [-a | command (e.g. add, commit) | everyday] Command를 설명해주는 command 이다. 특히 'git help everyday'는 일반적으로 자주 쓰이는 command에 대한 manual을 web에 띄워.. 2022. 12. 29.
Git #1 Origins story and terms Git 공부를 위해 자료를 찾던 중 좋은 article이 있어서 올려본다. Git Theory - 1 - Origins story and terms This part of Git series covers origins - How it all started bobbydreamer.com 2005년에 갓갓 Linus Torvalds가 Linux Kernel 개발을 위해서 새로운 version control system을 고안하게 되었고 Git을 만들게 된다. 소프트웨어의 변화를 추적하여 수정을 되돌리거나 개발자들간의 협업을 용이하도록 만드는 tool이다. (변화를) 추적하는 모든 파일들을 한데 묶어 object라 하며 각 object는 유일한 hasn id를 가진다. 그리고 그 object들은 Directe.. 2022. 12. 27.
Go Language #1 Write in GO~ / 진한 너디 감성 다운로드는 여기서 The Go Programming Language DevOps & Site Reliability With fast build times, lean syntax, an automatic formatter and doc generator, Go is built to support both DevOps and SRE. go.dev editor로 vs code를 사용하는데 환경변수 등을 따로 설정해줄 필요 없이 vs code에 go 파일을 생성해서 시키는대로 설치 및 설정해주면 된다. (갓갓 vs code) Go with Visual Studio Code Learn about Visual Studio Code editor features (code c.. 2022. 12. 16.
속성 SQL Database는 몇 년 전 수업을 듣고는 손도 대지 않았다. 속성으로 SQL 쿼리문을 어떻게 쓰는지 빨리 공부할 생각이다. 일단 PostgreSQL을 깔았는데 실제로 쓸지는 모르겠다. 문법은 대충 tutorial을 참고할 생각. PostgreSQL Tutorial - Learn PostgreSQL from Scratch Welcome to the PostgreSQLTutorial.com website! This PostgreSQL tutorial helps you understand PostgreSQL quickly. You’ll master PostgreSQL very fast through many practical examples and apply the knowledge in developing.. 2022. 2. 28.