├── README.md
└── db.json
/README.md:
--------------------------------------------------------------------------------
1 | # devstu-knowledge
2 |
3 | ## 소개
4 |
5 | 좋은 정보를 공유하는 저장소입니다.
6 | 1번 이상의 PR을 하신분들께는 조직초대를 드리고있습니다.
7 | 정보의 형태는 모두가 알아보기 쉽게 작성해주시면 됩니다.
8 | 링크를 남겨주셔도 되고, 마크다운으로 작성하셔도 좋습니다.
9 |
10 | > 마크다운으로 작성하신 파일은 PR에 같이 날려주세요.
11 |
12 | ## PR 규칙
13 |
14 | - db.json도 규칙에 맞게 수정해주세요
15 | - 다른 사람의 정보를 삭제하는 것은 허용하지 않습니다.
16 | - 이동할 수 없는 링크는 허용하지 않습니다.
17 | - 심한 욕설 및 비방글에 대한 링크는 허용하지 않습니다.
18 | > db.json은 빠른시일내에 https://devstu.co.kr 에서 자동화 하기 위함입니다.
19 |
20 | ## 정보공유 링크
21 |
22 | 각종 IT 기업 면접 질문 답변 정리: https://github.com/Rebwon/TIL/blob/master/interview.md
23 |
24 | JVM과 Rechability: https://github.com/Rebwon/TIL/blob/master/java/reference.md
25 |
26 | 클라우드,인프라 공부: https://www.44bits.io/ko
27 |
28 | 자바, TDD, Testing : https://github.com/Rebwon/TIL/blob/master/testing/testing.md
29 |
30 | 개발 공부 선택과 집중: https://subinium.github.io/what-is-study-for-me/
31 |
32 | 개발자 이력서 어떻게 작성할까: https://brunch.co.kr/@hee072794/132
33 |
34 | Node.js Hellowold : http://www.nextree.co.kr/p8574/
35 |
36 | 프로젝트로 알아보는 더 나은 시스템 만들기(개요) : https://multicore-it.com/84?category=686770
37 |
38 | 효과적인 깃 연습 사이트: https://learngitbranching.js.org/?locale=ko
39 |
40 | 자바지기님의 스프링 부트 애플리케이션 과정: https://www.youtube.com/watch?v=JUKehW-c484&list=PLqaSEyuwXkSppQAjwjXZgKkjWbFoUdNXC
41 |
42 | 조금 더 괜찮은 RestTemplate 1부: https://taetaetae.github.io/2020/03/22/better-rest-template-1-retryable/
43 |
44 | 조금 더 괜찮은 RestTemplate 2부: https://taetaetae.github.io/2020/03/29/better-rest-template-2-netflix-hystrix/
45 |
46 | 스프링 부트에 필터를 조심해서 사용하는 방법: https://taetaetae.github.io/2020/04/06/spring-boot-filter/
47 |
48 | 모던 자바스크립트 튜토리얼: https://ko.javascript.info/
49 |
50 | 라온 피플 머신러닝 강의 : http://blog.naver.com/PostList.nhn?blogId=laonple&from=postList&categoryNo=22
51 |
52 | ratsgo's Blog(NLP, DL, CV, GAN) : https://ratsgo.github.io/blog/categories/
53 |
54 | Modern Javascript Tutorial : https://ko.javascript.info/
55 |
56 | WebSocket을 이용하여 클라이언트 애플리케이션 작성하기 : https://developer.mozilla.org/ko/docs/WebSockets/Writing_WebSocket_client_applications
57 |
58 | 아토믹 디자인에 대한 글 : https://bradfrost.com/blog/post/atomic-web-design/
59 |
60 | typescript4.0 beta : https://devblogs.microsoft.com/typescript/announcing-typescript-4-0-beta/
61 |
62 | Medium RAPIDS AI(Open source for GPU Data Science) : https://medium.com/rapids-ai
63 |
64 | Warp를 사용하여 Rust에서 REST API 만들기 : https://blog.logrocket.com/creating-a-rest-api-in-rust-with-warp/
65 |
66 | 러스트 프로그래밍 언어 2판 번역판 : https://rinthel.github.io/rust-lang-book-ko/
67 |
68 | Recent news(technology trends) about A.I.
69 |
70 | 1. Facebook community
71 | -Tensorflow KR : https://www.facebook.com/groups/TensorFlowKR
72 | -Pytorch KR : https://www.facebook.com/groups/PyTorchKR/
73 | 2. Medium Channel and Writers
74 | -Toward Data Science : https://towardsdatascience.com
75 |
76 | ## 멤버 블로그
77 |
78 | 이제영 블로그 : https://ign0relee.github.io/
79 |
80 | 조찬영 블로그 : http://chanyeong.com/blog
81 |
82 | 이카루스 블로그 : https://icarus8050.tistory.com/
83 |
84 | vividswan 블로그 : https://vividswan.github.io/
85 |
--------------------------------------------------------------------------------
/db.json:
--------------------------------------------------------------------------------
1 | {
2 | "knowledge": [
3 | {
4 | "link": "https://github.com/Rebwon/TIL/blob/master/interview.md",
5 | "description": "각종 IT 기업 면접 질문 답변 정리"
6 | },
7 | {
8 | "link": "https://github.com/Rebwon/TIL/blob/master/java/reference.md",
9 | "description": "JVM과 Rechability"
10 | },
11 | {
12 | "link": "https://spellofstar.github.io/post/how_to_study_algorithms",
13 | "description": "알고리즘 공부"
14 | },
15 | {
16 | "link": "https://www.44bits.io/ko",
17 | "description": "클라우드,인프라 공부"
18 | },
19 | {
20 | "link": "https://github.com/Rebwon/TIL/blob/master/testing/testing.md",
21 | "description": "자바, TDD, Testing"
22 | },
23 | {
24 | "link": "https://subinium.github.io/what-is-study-for-me/",
25 | "description": "개발 공부 선택과 집중"
26 | },
27 | {
28 | "link": "https://brunch.co.kr/@hee072794/132",
29 | "description": "개발자 이력서 어떻게 작성할까"
30 | },
31 | {
32 | "link": "http://www.nextree.co.kr/p8574",
33 | "description": "Node.js Helloworld"
34 | },
35 | {
36 | "link": "https://multicore-it.com/84?category=686770",
37 | "description": "프로젝트로 알아보는 더 나은 시스템 만들기(개요)"
38 | },
39 | {
40 | "link": "https://learngitbranching.js.org/?locale=ko",
41 | "description": "효과적인 깃 연습 사이트"
42 | },
43 | {
44 | "link": "https://www.youtube.com/watch?v=JUKehW-c484&list=PLqaSEyuwXkSppQAjwjXZgKkjWbFoUdNXC",
45 | "description": "자바지기님의 스프링 부트 애플리케이션 과정"
46 | },
47 | {
48 | "link": "https://taetaetae.github.io/2020/03/22/better-rest-template-1-retryable/",
49 | "description": "조금 더 괜찮은 RestTemplate 1부"
50 | },
51 | {
52 | "link": "https://taetaetae.github.io/2020/03/29/better-rest-template-2-netflix-hystrix/",
53 | "description": "조금 더 괜찮은 RestTemplate 2부"
54 | },
55 | {
56 | "link": "https://taetaetae.github.io/2020/04/06/spring-boot-filter/",
57 | "description": "스프링 부트에 필터를 조심해서 사용하는 방법"
58 | },
59 | {
60 | "link": "https://ko.javascript.info/",
61 | "description": "모던 자바스크립트 튜토리얼"
62 | },
63 | {
64 | "link": "http://blog.naver.com/PostList.nhn?blogId=laonple&from=postList&categoryNo=22",
65 | "description": "라온 피플 머신러닝 강의"
66 | },
67 | {
68 | "link": "https://ratsgo.github.io/blog/categories/",
69 | "description": "ratsgo's blog(NLP, CV, DL etc..)"
70 | },
71 | {
72 | "link": "https://ko.javascript.info/",
73 | "description": "Modern Javascript Tutorial"
74 | },
75 | {
76 | "link": "https://developer.mozilla.org/ko/docs/WebSockets/Writing_WebSocket_client_applications",
77 | "description": "WebSocket을 이용한 클라이언트 애플리케이션 작성하기"
78 | },
79 | {
80 | "link": "https://bradfrost.com/blog/post/atomic-web-design/",
81 | "description": "아토믹 디자인"
82 | },
83 | {
84 | "link": "https://blog.logrocket.com/creating-a-rest-api-in-rust-with-warp/",
85 | "description": "Warp를 사용하여 Rust에서 REST API 만들기"
86 | },
87 | {
88 | "link": "https://rinthel.github.io/rust-lang-book-ko",
89 | "description": "러스트 프로그래밍 언어 2판 번역판"
90 | },
91 | {
92 | "link": "https://www.facebook.com/groups/TensorFlowKR",
93 | "description": "tensorflow technology trend"
94 | },
95 | {
96 | "link": "https://www.facebook.com/groups/PyTorchKR/",
97 | "description": "pytorch technology trend"
98 | },
99 | {
100 | "link": "https://towardsdatascience.com",
101 | "description": "Medium Channel and Writers torward data science"
102 | }
103 | ]
104 | }
105 |
--------------------------------------------------------------------------------