Skip to content
/ Study Public template
forked from SSAFY-CS/Study

This repository is made by the members from the SSAFY 8th embedded class ๐Ÿ“š

Notifications You must be signed in to change notification settings

nedleeds/Study

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

96 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป CS ์Šคํ„ฐ๋””

๐Ÿ‘ค ย ย Contributors


๐Ÿ“Œ ย ย Rule

1. ๋ฐœํ‘œ ์ค€๋น„

1) ์ฃผ์ œ๋ณ„ ๊ด€์‹ฌ ํ‚ค์›Œ๋“œ ๋‚ด์šฉ ์ •๋ฆฌ
2) ๋งค์ฃผ ์ฃผ์ œ๋ณ„ ์†Œ๋‹จ์› 2๊ฐœ ๋ถ„๋Ÿ‰ ์ค€๋น„ 
3) ๊ฐ ์ฃผ์ฐจ๋ณ„ ๋‹ค๋ฅธ ์ฃผ์ œ ์„ ํƒ
   ex) 1์ฃผ์ฐจ(OS), 2์ฃผ์ฐจ(DB), 3์ฃผ์ฐจ(๋„คํŠธ์›Œํฌ), 4์ฃผ์ฐจ(๋””์ž์ธํŒจํ„ด) 
4) ์›”์š”์ผ ์Šคํ„ฐ๋”” ์‹œ๊ฐ„ ์ „๊นŒ์ง€

2. ๋ฐœํ‘œ ์ง„ํ–‰

1) ๋ฐœํ‘œ ์ธ์›
   - ์ „์›

2) ๋ฐœํ‘œ ์‹œ๊ฐ„ ( 5 ~ 10 ๋ถ„ )
   - ๋นˆ ์ข…์ด์— ์ ์œผ๋ฉด์„œ ์„ค๋ช…
   - ๋นˆ ์นธ ์ฑ„์šฐ๋ฉด์„œ ์„ค๋ช…

3) ์‹ค์‹œ๊ฐ„ Q&A  ( ~ 10๋ถ„ )
   - ๋ฐœํ‘œ๋ฅผ ๋“ค์œผ๋ฉด์„œ ์‹ค์‹œ๊ฐ„์œผ๋กœ ์งˆ๋ฌธ
   - ๋ฐœํ‘œ์ž ๋‹ต๋ณ€ ๋ชปํ•  ์‹œ โ†’ ์ฐจ์ฃผ โ€˜์ง€๋‚œ Q&Aโ€™ ์‹œ๊ฐ„์—์„œ ์„ค๋ช…

4) ์ง€๋‚œ Q&A
   - 4๋ช… ๋ฐœํ‘œ ์ข…๋ฃŒ ํ›„ 20๋ถ„ ๊ฐ„ ์ง€๋‚œ ์ฃผ ์„ค๋ช… ๋ชปํ•œ ๋ถ€๋ถ„ ์„ค๋ช…ํ•˜๋Š” ์‹œ๊ฐ„

๐Ÿ“Œ ย ย Context


๐Ÿ“Œ ย ย Commit Convention

  • ์ฃผ์ œ ๋ณ„ commit์„ ์ง„ํ–‰ํ•ฉ๋‹ˆ๋‹ค
Docs : README.md - ์ฃผ์ œ ์„ ํƒ
Fix : ํŒŒ์ผ ์ˆ˜์ •
Add : ํŒŒ์ผ ์ถ”๊ฐ€
Remove : ํŒŒ์ผ ์‚ญ์ œ
  • ์ฃผ์ œ ์ •ํ•˜๊ณ  ๋‚œ ๋’ค README Context ์— ๊ธฐ์ž…
git commit -m "Docs : week2 DB Key"
  • ๋ฐœํ‘œ ํŒŒ์ผ ์ถ”๊ฐ€ ์‹œ
git commit -m "Add : week2 DB key"
  • ์ด๋ฏธ ์ปค๋ฐ‹ํ•œ ๋‚ด์šฉ ์ˆ˜์ • ์‹œ
git commit -m "Fix : week2 DB key ์ˆ˜์ •ํ•œ ๋‚ด์šฉ"
  • ํŒŒ์ผ ์‚ญ์ œ ์‹œ
git commit -m "Remove : week2 DB key"

๐Ÿ“Œ ย ย Filename Convention

  • ๊ทœ์น™: ๋ชฉ์ฐจ์ˆœ์„œ_์ฃผ์ œ.md
  • ์ฃผ์ œ๋Š” ์†Œ๋ฌธ์ž์ž…๋‹ˆ๋‹ค
ComputerScienceStudy / Database / 01_key.md

๐Ÿ“Œ ย ย Reference

๐Ÿ”Žย ย CS ์Šคํ„ฐ๋”” ์ฐธ๊ณ  ย ๐Ÿ‘‰๐Ÿฝ click
๐Ÿ”Žย ย CS ๋ฉด์ ‘ ๋ฆฌ์ŠคํŠธ ย ๐Ÿ‘‰๐Ÿฝ click
๐Ÿ”Žย ย CS ์ง€์‹(๋ฉ˜ํ†  ๊ฒŒ์‹œํŒ ์ถ”์ฒœ) ย ๐Ÿ‘‰๐Ÿฝ click
๐Ÿ”Žย ย ๋ฉด์ ‘ ๋Œ€๋น„ ๋ฐ ์‹ ์ž… ๊ฐœ๋ฐœ์ž ์ „๊ณต์ง€์‹ ย ๐Ÿ‘‰๐Ÿฝ click

About

This repository is made by the members from the SSAFY 8th embedded class ๐Ÿ“š

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published