Java 와 관련하여 도움을 받았던 링크를 모으는 게시물이다.
시간이 지나면서 링크가 누적될 수 있다. 😎
Correct way to add external jars (lib/*.jar
) to an IntelliJ IDEA project
How to prevent open last projects when IntelliJ IDEA starts?
Parallel and Asynchronous Programming with Streams and CompletableFuture with Venkat Subramaniam
Intro to Reactive Programming by Jordan Jozwiak of Google - CS50 Tech Talk
Java Streams vs Reactive Streams: Which, When, How, and Why? by Venkat Subramaniam
non-blocking & asynchronus
를 지향하는 네티인데, 정작 그 지향점이 이끄는 장점이
뭔지 몰라서 Nodejs 로 그 장점에 대한 공부를 했다. 그래서 Nodejs 관련 글이 섞여있다.