Skip to content

Commit

Permalink
밀린 컨텐츠 10/16개 통과
Browse files Browse the repository at this point in the history
  • Loading branch information
Integerous committed Jul 21, 2020
1 parent 4be7d1a commit bcbc6d6
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 18 deletions.
1 change: 1 addition & 0 deletions 1. 개발 일반/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@
- [같이 일하고 싶은 사람](https://brunch.co.kr/@hyungsukkim/99)
- [개발자와 명상](https://blog.shiren.dev/2020-03-24-%EA%B0%9C%EB%B0%9C%EC%9E%90%EC%99%80%EB%AA%85%EC%83%81/)
- [당신의 클론 코딩은 왜 실패하는가?](https://geonlee.tistory.com/171)
- [서버 개발 인턴 robin의 성장기](https://tech.kakao.com/2020/04/24/2019-internship-robin/)


--------------------------------------
Expand Down
3 changes: 3 additions & 0 deletions 2. 언어 & 프레임워크/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@
- [Java 12의 주요 기능 설명](https://meetup.toast.com/posts/234)
- [Spring Batch에서 MultiThread로 Step 실행하기](https://jojoldu.tistory.com/493)
- [Java의 고유 락(intrinsic lock)에 대해](http://happinessoncode.com/2017/10/04/java-intrinsic-lock/)
- [serialVersionUID가 없는 Serializable Class를 수정해야 할 때](https://www.popit.kr/serialversionuid%EA%B0%80-%EC%97%86%EB%8A%94-serializable-class%EB%A5%BC-%EC%88%98%EC%A0%95%ED%95%B4%EC%95%BC-%ED%95%A0-%EB%95%8C/)
- [ConcurrentHashMap 동기화 방식](https://pplenty.tistory.com/17)


### JVM
Expand All @@ -158,6 +160,7 @@
- [자바 최적화 - GC 로깅](https://12bme.tistory.com/543?category=785013)
- [JVM Architecture 란?](https://yeon-kr.tistory.com/112)
- [Java Memory Model(자바 메모리 모델)](https://yeon-kr.tistory.com/114)
- [자바 - OOM 메모리 릭 찾기 이론편](https://blog.naver.com/PostView.nhn?blogId=2feelus&logNo=220765728530)


### JPA & Hibernate
Expand Down
3 changes: 2 additions & 1 deletion 3. 백엔드/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@
- [데이터베이스 개념정리](https://brunch.co.kr/@toughrogrammer/17)
- [MySQL Workbench의 VISUAL EXPLAIN으로 인덱스 동작 확인하기](https://engineering.linecorp.com/ko/blog/mysql-workbench-visual-explain-index/)
- [SQL vs NoSQL [영상]](https://www.youtube.com/watch?v=ZS_kXvOeQ5Y)
- [MySQL 실행계획](https://12bme.tistory.com/160)
- [JDBC를 사용한 MySQL SSL 연결](https://medium.com/p/1c5da86cc2c5)
- [MySQL performance-schema-instruments 사용에 따른 성능 영향 실험](https://engineering.linecorp.com/ko/blog/mysql-research-performance-schema-instruments/)
- [Apache ShardingSphere를 이용한 DB Sharding](https://blog.naver.com/PostView.nhn?blogId=asei&logNo=221511101848&proxyReferer=http%3A%2F%2Fm.facebook.com)
Expand All @@ -264,6 +263,8 @@
- [200만 동접 게임을 위한 MySQL 샤딩 [영상]](https://youtube.com/watch?v=8Eb_n7JA1yA&feature=youtu.be)
- [개발자를 위한 레디스 튜토리얼](https://meetup.toast.com/posts/224)
- [우아한 형제들 메인 데이터베이스 IDC 탈출 성공기](https://woowabros.github.io/experience/2019/12/19/ruby_database.html)
- [Druid와 Bitmap Index](https://leeyh0216.github.io/2020-04-26/Apache_Druid_bitmap_index)


--------------------------------------

Expand Down
3 changes: 3 additions & 0 deletions 4. 프론트엔드/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@
- [자바스크립트의 this를 알아보자.](https://1ilsang.dev/2020-03-31/js/this)
- [JavaScript 인터뷰 : 주요 질문 설명](https://dev.to/educative/acing-the-javascript-interview-top-questions-explained-59b7)
- [ECMAScript 2020의 새로운 점](https://ui.toast.com/weekly-pick/ko_20200409)
- [실용주의 Front-end 개발](https://peter-cho.gitbook.io/book/)
- [네이버 FE news](https://github.com/naver/fe-news/blob/master/issues)


### Node.js
Expand Down Expand Up @@ -166,6 +168,7 @@
- [0.7KB로 Vue와 같은 반응형 시스템 만들기](https://ui.toast.com/weekly-pick/ko_20190531/)
- [바닥부터 시작하는 Vue 컴포넌트 테스트](https://tech.kakao.com/2019/11/27/kakao-business-vue-component-test/)
- [Vue.js: The Documentary [영상]](https://www.youtube.com/watch?v=OrxmtDw4pVI)
- [Vue 3 에서 사용될 Composition API 정리](https://chodragon9.github.io/blog/composition-api-rfc-migration/#api-reference)


### TypeScript
Expand Down
4 changes: 3 additions & 1 deletion 5. 기타/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
- [하루에 1000번 배포하는 조직 되기](https://blog.banksalad.com/tech/become-an-organization-that-deploys-1000-times-a-day/)
- [git 교육 자료](https://johngrib.github.io/wiki/git-tutorial/)
- [GitHub Protips: Tips, tricks, hacks, and secrets from Lee Reilly](https://github.blog/2020-04-09-github-protips-tips-tricks-hacks-and-secrets-from-lee-reilly/)
- [GitHub 환경에서의 실전 Git 레시피](https://meetup.toast.com/posts/116)


--------------------------------------
Expand Down Expand Up @@ -355,4 +356,5 @@
- [해쉬 충돌이 무엇이고 해결책을 알고 있나요?](https://stdin2stdout.tistory.com/entry/Q-%ED%95%B4%EC%89%AC-%EC%B6%A9%EB%8F%8C%EC%9D%B4-%EB%AC%B4%EC%97%87%EC%9D%B4%EA%B3%A0-%ED%95%B4%EA%B2%B0%EC%B1%85%EC%9D%84-%EC%95%8C%EA%B3%A0-%EC%9E%88%EB%82%98%EC%9A%94)
- [Slack Block Kit 활용](https://helloworld.kurly.com/blog/slack_block_kit/)
- [구글 시트에 뉴스 정리하는 법](https://brunch.co.kr/@sijin90/52)
- [개발자가 가지고 놀 만한 ‘똑똑한 API 17종’](http://www.ciokorea.com/news/149532)
- [개발자가 가지고 놀 만한 ‘똑똑한 API 17종’](http://www.ciokorea.com/news/149532)
- [Todo list 만들기는 이제 그만](https://woowabros.github.io/experience/2020/04/14/stop-making-todo-list.html)
16 changes: 0 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,22 +221,6 @@
- [Artillery 를 통한 NODE 환경에서 스트레스 테스트](https://blog.hax0r.info/2020-04-19/stress-test-in-node-with-artillery/)
- [인공지능 개발자를 위한 코세라 강의 베스트19](https://brunch.co.kr/@synabreu/68)
- [자바스크립트 개발자를 위한 타입스크립트](https://ahnheejong.gitbook.io/ts-for-jsdev/)
- [ConcurrentHashMap 동기화 방식](https://pplenty.tistory.com/17)
- [Druid와 Bitmap Index](https://leeyh0216.github.io/2020-04-26/Apache_Druid_bitmap_index)
- [네이버 FE news 4월호가 발행 되었습니다](https://github.com/naver/fe-news/blob/master/issues/2020-04.md)
- [실용주의 프런트 엔드 개발](https://peter-cho.gitbook.io/book/)
- [GitHub 환경에서의 실전 Git 레시피](https://meetup.toast.com/posts/116)
- [서버 개발 인턴 robin의 성장기](https://tech.kakao.com/2020/04/24/2019-internship-robin/)
- [7 JavaScript data structures you must know [영문]](https://www.educative.io/blog/javascript-data-structures)
- [serialVersionUID가 없는 Serializable Class를 수정해야 할 때](https://www.popit.kr/serialversionuid%EA%B0%80-%EC%97%86%EB%8A%94-serializable-class%EB%A5%BC-%EC%88%98%EC%A0%95%ED%95%B4%EC%95%BC-%ED%95%A0-%EB%95%8C/)
- [form.ModelForm 과 forms.Form 의 차이](https://wayhome25.github.io/django/2017/05/06/django-form/)
- [실용주의 Front-end 개발](https://peter-cho.gitbook.io/book/)
- [Vue 3 에서 사용될 Composition API 정리](https://chodragon9.github.io/blog/composition-api-rfc-migration/#api-reference)
- [Todo list 만들기는 이제 그만](https://woowabros.github.io/experience/2020/04/14/stop-making-todo-list.html)
- [자바 - OOM 메모리 릭 찾기 이론편](https://blog.naver.com/PostView.nhn?blogId=2feelus&logNo=220765728530)
- [AWS Lambda@Edge 이미지 리사이징](https://blog.wonizz.tk/2020/04/21/lambda-edge-guide/)
- [2020년 4월 개발자가 가장 많이 구매한 책 top100](https://www.notion.so/03592f5e463e405ab4737057f41c22b1)
- [Nextjs 뭘로 배포할까 ? (Netlify, Vercel, GitHub page)](https://taeny.dev/javascript/nextjs-with-deployment-platform/#3-netlify-vs-vercel)


--------------------------------------
Expand Down

0 comments on commit bcbc6d6

Please sign in to comment.