Recent Posts

Interview Prepare

24 minute read

title: “기술면접 준비 종합” date: 2019-05-21 15:05:28 -0400 categories: jekyll update — 출처 Java Collection Framework Collection List: 순서가 있는 저장 공간 ...

Oop 01

1 minute read

title: “[OOP] 객체 지향 프로그래밍이란?” date: 2019-05-21 15:05:28 -0400 categories: jekyll update — 출처 JaeYeopHan/Interview_Question_for_Beginner

[Java][자료구조]Linked List

1 minute read

출처 https://www.geeksforgeeks.org/implementing-a-linked-list-in-java-using-class/ https://stackoverflow.com/questions/41438392/why-class-node-in-linkedli...

Nodejs Interview

3 minute read

title: “[nodejs] Node.js란 무엇인가!?” date: 2019-05-21 15:05:28 -0400 categories: jekyll update — nodejs 의 핵심 철학은 비동기로 동작하며, I/O 작업일 경우 워커 스레드에게 던져두고 이벤트 루프는 ...