본문 바로가기
개인적 정리

MEMO 22.10.10

by 설이주인 2022. 10. 10.

해당 게시글은 평소에 읽고 싶었던 또는 추가 공부가 필요한 부분들을 정리해둔 부분입니다.

업데이트 주기는 비정기적이며

 

문제가 있을시 편히 말씀해주세요.

 


CHECK

 

- 스택 

- 큐

- 링크드 리스트

- 정렬

 

나를 위한 게시글 링크

https://velog.io/@eddy_song/alan-kay-OOP

 

창시자 앨런 케이가 말하는, 객체 지향 프로그래밍의 본질

앨런 케이는 '객체 지향 프로그래밍'이라는 네이밍을 잘못 지었다고 인정했다.

velog.io

 

https://medium.com/@totuworld/%EB%82%B4%EA%B0%80-%EB%A7%8C%EB%82%9C-%EC%9D%BC%EC%9E%98%EB%9F%AC-%EC%8B%A0%EC%9E%85%EC%9D%98-%ED%8A%B9%EC%A7%95-75ad4dd7e243?source=social.tw 

 

내가 만난 일잘러 신입의 특징

신입 프로그래머 너구리씨가 입사했다. 같은 팀에서 일하는 7년차 프로그래머 토끼씨는 너구리씨에게 어떤 기대를 가지고 있을까?

medium.com

 

https://docs.google.com/presentation/d/1sOCkOQprNTKhKCgucH1SWdsjB_Kc3Mvog3BwLwGOa5Y/edit

 

인프라, 어디까지 구축해 봤어? - 우리 서비스는 장애에 강건하고 확장이 가능할까요?_4회 구름

인프라, 어디까지 구축해 봤어? charsyam@naver.com - 우리 서비스는 장애에 강건하고 확장이 가능할까요? [ 4회 구름 세미나 ] 발표 자료

docs.google.com

 

https://docs.google.com/presentation/d/1CBWy04mc4pKyhDp2S5rVKOPZbIc5FCsNFbm5s5NgG8c/edit

 

Redis-Finda-Public

Redis charsyam@naver.com For Finda

docs.google.com

 

https://careerly.co.kr/comments/67400?utm_campaign=self-share 

 

박승규_Andy / 코딩에 도움되는 치트시트들 | 커리어리

VSCode 치트 시트 https://code.visualstudio.com/assets/docs/getst...

careerly.co.kr

 

https://soojin.ro/review/

 

Review · Soojin Ro

구글의 코드 리뷰 가이드 이 문서는 구글의 Engineering Practices Documentation의 일부분인 Code Review Developer Guide의 요약 번역본입니다. 원문에서 볼드체와 이탤릭체로 강조한 내용은 거의 다 담고 있으

soojin.ro

 

https://learngitbranching.js.org/?locale=ko 

 

Learn Git Branching

An interactive Git visualization tool to educate and challenge!

learngitbranching.js.org

 

https://regexr.com/

 

RegExr: Learn, Build, & Test RegEx

RegExr is an online tool to learn, build, & test Regular Expressions (RegEx / RegExp).

regexr.com

 

 

https://codecrafters.io/

 

The Software Pro's Best Kept Secret.

Real-world proficiency projects designed for experienced engineers. Develop software craftsmanship by recreating popular devtools from scratch.

codecrafters.io

 

https://medium.com/@totuworld/%EC%8B%A0%EC%9E%85-%EC%A3%BC%EB%8B%88%EC%96%B4%EC%97%90%EA%B2%8C-%EA%B8%80%EC%93%B0%EA%B8%B0%EA%B0%80-%EC%A3%BC%EB%8A%94-5%EA%B0%80%EC%A7%80-%ED%98%9C%ED%83%9D-93dec2e4a07e

 

신입/주니어에게 글쓰기가 주는 5가지 혜택

글쓰기는 초기 개발자 커리어에 도움이 된다. 어쩌면 경력 내내 어마어마한 도움을 줄 수 있다.

medium.com

 

https://hongong.hanbit.co.kr/%ec%99%84%eb%b2%bd-%ec%a0%95%eb%a6%ac-%ec%bf%a0%ed%82%a4-%ec%84%b8%ec%85%98-%ed%86%a0%ed%81%b0-%ec%ba%90%ec%8b%9c-%ea%b7%b8%eb%a6%ac%ea%b3%a0-cdn/

 

완벽 정리! 쿠키, 세션, 토큰, 캐시 그리고 CDN

웹 서핑을 하면서 어떤 사이트에 들어가면 쿠키를 설정하라는 문구를 본 적이 있을 거예요. 이 쿠키 때문에 쇼핑 사이트에 로그인하지 않아도 장바구니에 물건을 담아두거나 검색 기록에서 이

hongong.hanbit.co.kr

 

https://ohshitgit.com/

 

Oh Shit, Git!?!

*Disclaimer: This site is not intended to be an exhaustive reference. And yes, there are other ways to do these same things with more theoretical purity or whatever, but I've come to these steps through trial and error and lots of swearing and table flippi

ohshitgit.com

 

 

'개인적 정리' 카테고리의 다른 글

[Linux] 명령어 정리  (0) 2023.08.08
트랜잭션 Isolation levels  (0) 2022.10.14
next(), nextLine()  (0) 2022.09.27
java -jar jar이름.jar 실행  (0) 2022.08.02
[Jasypt] 스프링 properties / yaml 파일 암호화 하기  (0) 2022.07.27